From 0669d69fb838b6d80041bbe52cd6c4e2fd3fe2ed Mon Sep 17 00:00:00 2001 From: Tim Orling Date: Tue, 7 Mar 2023 08:52:58 -0800 Subject: [PATCH] workflows: drop hardknott, honister; add langdale 'hardknott' release was EOL in April 2022. 'honister' release was EOL in May 2022. Add recent stable release 'langdale', with support until May 2023. https://wiki.yoctoproject.org/wiki/Releases Signed-off-by: Tim Orling --- .github/workflows/build-test-deploy.yml | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/.github/workflows/build-test-deploy.yml b/.github/workflows/build-test-deploy.yml index 608eeaf..465a610 100644 --- a/.github/workflows/build-test-deploy.yml +++ b/.github/workflows/build-test-deploy.yml @@ -18,7 +18,7 @@ jobs: strategy: fail-fast: false matrix: - include: + include: # BRANCH is the actual branch/tag in the github repo # DOCKERHUB_TAGs are the tags to use for the REPO when pushing to dockerhub # POKYBRANCH is the branch of poky selected by toaster to use during tests. @@ -26,18 +26,14 @@ jobs: branch: dunfell dockerhub_tag: latest pokybranch: dunfell - - repo: crops/toaster-hardknott - branch: hardknott + - repo: crops/toaster-kirkstone + branch: kirkstone + dockerhub_tag: latest + pokybranch: kirkstone + - repo: crops/toaster-langdale + branch: langdale dockerhub_tag: latest - pokybranch: hardknott - - repo: crops/toaster-honister - branch: honister - dockerhub_tag: latest - pokybranch: honister - - repo: crops/toaster-kirkstone - branch: kirkstone - dockerhub_tag: latest - pokybranch: kirkstone + pokybranch: langdale - repo: crops/toaster-master branch: master dockerhub_tag: latest