From 2982f8d5aedd7e1b5d0fa1c5f7242a3c48dd0061 Mon Sep 17 00:00:00 2001 From: Jay Faulkner Date: Mon, 3 Oct 2022 15:07:30 -0700 Subject: CI: Zuul no longer respects queue param Also disable use of swift tempurls as swift seems to sporatically fail on accessing assets, and the thing being tested here is not swift. Disabling the redfish virutal media job, as it is failing due to swift issues, and it is unlikely for them to be fixed. Besides, there is no local override to bypass swift on older versions. Change-Id: I1e7a3b3c9ded13b10002bb47e98d4a7b486e1dd4 --- zuul.d/ironic-python-agent-jobs.yaml | 2 -- zuul.d/project.yaml | 11 ++++++++--- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/zuul.d/ironic-python-agent-jobs.yaml b/zuul.d/ironic-python-agent-jobs.yaml index 0e315879..5c0b6d21 100644 --- a/zuul.d/ironic-python-agent-jobs.yaml +++ b/zuul.d/ironic-python-agent-jobs.yaml @@ -72,8 +72,6 @@ # result and makes this job VERY sensitive to heavy disk IO of the # underlying hypervisor/cloud. IRONIC_CALLBACK_TIMEOUT: 800 - SWIFT_ENABLE_TEMPURLS: True - SWIFT_TEMPURL_KEY: secretkey # used by ironic-python-agent-builder - job: diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml index 85f6287e..e79878d9 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -18,7 +18,11 @@ # NOTE(iurygregory) Only run this two jobs since we are testing # wholedisk + partition on tempest - ipa-tempest-bios-ipmi-direct-src - - ipa-tempest-uefi-redfish-vmedia-src + - ipa-tempest-uefi-redfish-vmedia-src: + voting: false + # NOTE(TheJulia) Disabling voting for redfish due to issues + # running swift tests. There *is* no override for non-swift + # in much older versions. - ironic-standalone-ipa-src - metalsmith-integration-ipa-src - metalsmith-integration-ipa-src-uefi: @@ -35,7 +39,6 @@ - ipa-tox-bandit: voting: false gate: - queue: ironic jobs: - openstack-tox-functional: required-projects: @@ -46,7 +49,9 @@ - name: openstack/requirements override-checkout: stable/xena - ipa-tempest-bios-ipmi-direct-src - - ipa-tempest-uefi-redfish-vmedia-src + # - ipa-tempest-uefi-redfish-vmedia-src + # NOTE(TheJulia): Disabling for now, since + # we don't support non-swift on this branch. - metalsmith-integration-ipa-src - ironic-standalone-ipa-src post: -- cgit v1.2.1