Remove metalsmith centos7 job

Change-Id: I523382b5b06b479ba34dce5a1dc7262076122514
This commit is contained in:
Julia Kreger 2021-11-10 11:30:03 -08:00
parent 23e67b5fea
commit ce296a43d6
2 changed files with 1 additions and 16 deletions

View File

@ -135,19 +135,6 @@
# excluding it from the enabled list to save gate time.
IRONIC_ENABLED_DEPLOY_INTERFACES: "direct"
- job:
name: metalsmith-integration-ipa-src
parent: metalsmith-integration-glance-localboot-centos7
required-projects:
- openstack/ironic-python-agent
- openstack/ironic-python-agent-builder
- openstack/ironic-lib
vars:
devstack_localrc:
# Don't waste time on cleaning, it's checked everywhere else
IRONIC_AUTOMATED_CLEAN_ENABLED: False
IRONIC_BUILD_DEPLOY_RAMDISK: True
# This job will superceed the above centos7 metalsmith integration job
- job:
name: metalsmith-integration-ipa-src-uefi

View File

@ -14,6 +14,7 @@
# wholedisk + partition on tempest
- ipa-tempest-bios-ipmi-direct-src
- ipa-tempest-uefi-redfish-vmedia-src
- metalsmith-integration-ipa-src-uefi
# NOTE(TheJulia): The cleaning tests run in standalone job has a
# high failure rate due to possible race during long running steps
# like deployment with raid setup. While we're working on a fix,
@ -21,9 +22,6 @@
# temporary.
- ironic-standalone-ipa-src:
voting: false
- metalsmith-integration-ipa-src
- metalsmith-integration-ipa-src-uefi:
voting: false
# NOTE(dtantsur): non-voting because IPA source code is very unlikely
# to break them. They rather serve as a canary for broken POST jobs.
- ironic-python-agent-check-image-tinyipa: