diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml index 73673d34..6c936e30 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -10,7 +10,7 @@ - release-notes-jobs-python3 check: jobs: - - sushy-tempest-ironic-ipa-partition-redfish-src + - sushy-tempest-ironic-partition-redfish-src gate: jobs: - - sushy-tempest-ironic-ipa-partition-redfish-src + - sushy-tempest-ironic-partition-redfish-src diff --git a/zuul.d/sushy-jobs.yaml b/zuul.d/sushy-jobs.yaml index 108e388c..69870fb4 100644 --- a/zuul.d/sushy-jobs.yaml +++ b/zuul.d/sushy-jobs.yaml @@ -1,18 +1,11 @@ - job: - name: sushy-tempest-ironic-ipa-partition-redfish-src + name: sushy-tempest-ironic-partition-redfish-src parent: ironic-base irrelevant-files: - ^test-requirements.txt$ - - ^.*\.rst$ - - ^doc/.*$ - - ^releasenotes/.*$ - - ^setup.cfg$ - ^sushy/tests/.*$ - - ^tools/.*$ - - ^tox.ini$ timeout: 5400 required-projects: - - openstack/ironic-lib - openstack/sushy vars: devstack_localrc: @@ -20,10 +13,3 @@ IRONIC_ENABLED_HARDWARE_TYPES: redfish IRONIC_DEFAULT_RESCUE_INTERFACE: "" EBTABLES_RACE_FIX: True - SWIFT_ENABLE_TEMPURLS: True - SWIFT_TEMPURL_KEY: secretkey - devstack_services: - s-account: True - s-container: True - s-object: True - s-proxy: True