From 2452c1fb95838d76e02d64d0ccaf8be97b0e0db7 Mon Sep 17 00:00:00 2001 From: Julia Kreger Date: Mon, 4 Sep 2023 08:29:16 -0700 Subject: [PATCH] Remove Fedora from the CI It is currently broken since the only supported version (36) is EOL. The OpenDev infrastructure will stop supporting Fedora: https://lists.opendev.org/archives/list/service-discuss@lists.opendev.org/thread/IOYIYWGTZW3TM4TR2N47XY6X7EB2W2A6/ While master branch had a new CI job added to cover netboot, this change is not being carried back on stable branches in order to minimize change complexity while focusing on remvoal of Fedora from CI. When backporting to Zed, dropped docs changes. Change-Id: Ie4e67491a62a4c6cb4ca9d6e700cfc226a121235 (cherry picked from commit 16b34f378d013b118fa0bfa2c9aa77c517ebc4e3) (cherry picked from commit c5f6c07476e82208f8f7017e5c8709227064204b) (cherry picked from commit 0e85320231e6e72398880eaf4b2c7744431d67ec) (cherry picked from commit 16feed0f54f4bba79dafdd2efd9b98da3cb8675e) (cherry picked from commit 5279b33d4064baef5b7de889a2b0f8af8c737fc6) (cherry picked from commit ce75d779afb3e383efc7c9ce6d043e6293c8b755) (cherry picked from commit 74ab40da5c8ffae90e6194c7a1e1cea509b4d27b) --- doc/source/install/index.rst | 3 +-- releasenotes/notes/no-fedora-b316bb3147f01166.yaml | 5 +++++ zuul.d/bifrost-jobs.yaml | 12 ------------ 3 files changed, 6 insertions(+), 14 deletions(-) create mode 100644 releasenotes/notes/no-fedora-b316bb3147f01166.yaml diff --git a/doc/source/install/index.rst b/doc/source/install/index.rst index bad3693d9..8b3a37805 100644 --- a/doc/source/install/index.rst +++ b/doc/source/install/index.rst @@ -38,8 +38,7 @@ Supported operating systems .. note:: Operating systems evolve and so does the support for them, even on stable - branches. This especially concerns Fedora, which is evolving faster than - other distributions. + branches. Bifrost structure ================= diff --git a/releasenotes/notes/no-fedora-b316bb3147f01166.yaml b/releasenotes/notes/no-fedora-b316bb3147f01166.yaml new file mode 100644 index 000000000..d088fec2f --- /dev/null +++ b/releasenotes/notes/no-fedora-b316bb3147f01166.yaml @@ -0,0 +1,5 @@ +--- +deprecations: + - | + Support for Fedora is no longer tested in the CI and will be removed from + the code in the near future. diff --git a/zuul.d/bifrost-jobs.yaml b/zuul.d/bifrost-jobs.yaml index fbf709592..c366d379a 100644 --- a/zuul.d/bifrost-jobs.yaml +++ b/zuul.d/bifrost-jobs.yaml @@ -159,18 +159,6 @@ parent: bifrost-integration-tinyipa nodeset: opensuse-15 -- job: - name: bifrost-integration-tinyipa-fedora-latest - parent: bifrost-integration-tinyipa - nodeset: fedora-latest - -- job: - name: bifrost-integration-redfish-uefi-fedora-latest - parent: bifrost-integration-tinyipa-fedora-latest - vars: - boot_mode: uefi - test_driver: redfish - - job: name: bifrost-tox-linters parent: openstack-tox-linters