From bbaf65749e91f0c2bcac7f3984159a8dbaae782e Mon Sep 17 00:00:00 2001 From: Tim Orling Date: Fri, 7 Jun 2024 20:51:08 -0700 Subject: [PATCH 1/2] Add scarthgap (5.0); drop EOL dunfell and mickledore Scarthgap 5.0 Long Term Support (until April 2028) https://wiki.yoctoproject.org/wiki/Releases https://docs.yoctoproject.org/next/migration-guides/release-5.0.html https://docs.yoctoproject.org/next/migration-guides/release-notes-5.0.html Signed-off-by: Tim Orling --- .github/workflows/build-test-deploy.yml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build-test-deploy.yml b/.github/workflows/build-test-deploy.yml index efb0d9d..1b94b69 100644 --- a/.github/workflows/build-test-deploy.yml +++ b/.github/workflows/build-test-deploy.yml @@ -22,18 +22,14 @@ jobs: # 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. - - repo: crops/toaster-dunfell - branch: dunfell - dockerhub_tag: latest - pokybranch: dunfell - repo: crops/toaster-kirkstone branch: kirkstone dockerhub_tag: latest pokybranch: kirkstone - - repo: crops/toaster-mickledore - branch: mickledore + - repo: crops/toaster-scarthgap + branch: scarthgap dockerhub_tag: latest - pokybranch: mickledore + pokybranch: scarthgap - repo: crops/toaster-master branch: master dockerhub_tag: latest From a6f6220b8e77e6553676c89c7ec3d01f79d644b1 Mon Sep 17 00:00:00 2001 From: Tim Orling Date: Sat, 27 Jul 2024 07:05:03 -0700 Subject: [PATCH 2/2] workflows: setup-python v5 Bump setup-python to latest v5 (node20) Signed-off-by: Tim Orling --- .github/workflows/build-test-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-test-deploy.yml b/.github/workflows/build-test-deploy.yml index 1b94b69..da92a3d 100644 --- a/.github/workflows/build-test-deploy.yml +++ b/.github/workflows/build-test-deploy.yml @@ -54,7 +54,7 @@ jobs: - uses: actions/checkout@v4 - name: Set up Python 3.8 - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: 3.8