From 923fc10bd57f330b7a9051ec0b918df180af4626 Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Thu, 8 Jun 2023 15:49:03 +0200 Subject: [PATCH 1/2] .github/CODEOWNERS: Clarify ownership of Ubuntu image publication This reflects the value of the 'maintainer' LABELs of the images. https://github.com/containers/toolbox/pull/1307 --- .github/CODEOWNERS | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 4dfd49587..5bbd25689 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,6 +1,7 @@ * @HarryMichal @debarshiray /.github/workflows/arch-images.yaml @Foxboron /.github/workflows/arch-images-pr.yaml @Foxboron +/.github/workflows/ubuntu-images.yaml @Jmennius /data/gfx/*.gif @jimmac /images/arch @Foxboron /images/rhel @debarshiray @olivergs From 0676eb98eacb90e7ea418c73d79914e37a89690e Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Tue, 13 Jun 2023 09:59:00 +0200 Subject: [PATCH 2/2] .zuul: Drop testing on Fedora 36 Fedora 36 reached End of Life on 16th May 2023: https://docs.fedoraproject.org/en-US/releases/eol/ https://github.com/containers/toolbox/pull/1313 --- .zuul.yaml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 774a56ee5..434e58016 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -81,24 +81,12 @@ pre-run: playbooks/setup-env.yaml run: playbooks/system-test.yaml -- job: - name: system-test-fedora-36 - description: Run Toolbx's system tests in Fedora 36 - timeout: 2400 - nodeset: - nodes: - - name: fedora-36 - label: cloud-fedora-36 - pre-run: playbooks/setup-env.yaml - run: playbooks/system-test.yaml - - project: periodic: jobs: - system-test-fedora-rawhide - system-test-fedora-38 - system-test-fedora-37 - - system-test-fedora-36 check: jobs: - unit-test @@ -107,7 +95,6 @@ - system-test-fedora-rawhide - system-test-fedora-38 - system-test-fedora-37 - - system-test-fedora-36 gate: jobs: - unit-test @@ -116,4 +103,3 @@ - system-test-fedora-rawhide - system-test-fedora-38 - system-test-fedora-37 - - system-test-fedora-36