[stable-only] Fix tempest checkout/grenade run
Newer tempest plugins have been updated to default towards system scope. Which is fine, but at the same time it means our oldest branches are out of the standard test window. So we need to pin the plugin to an older version for the job to work as expected as it, by default, tries to consume master branch unless specifically over-ridden. Also just disables the grenade run on this stable branch. We're long past this being released, and neighboring branches have moved to unmaintained. It just doesn't make sense to keep executing. Change-Id: I3b6d5a45cf6732b572a413458c15834eb3258970
This commit is contained in:
parent
5610949273
commit
3f0e51e7ed
@ -10,7 +10,8 @@
|
||||
- opendev.org/openstack/ironic
|
||||
- opendev.org/openstack/ironic-python-agent
|
||||
- opendev.org/openstack/ironic-python-agent-builder
|
||||
- opendev.org/openstack/ironic-tempest-plugin
|
||||
- name: opendev.org/openstack/ironic-tempest-plugin
|
||||
override-checkout: 2.7.0
|
||||
- opendev.org/openstack/virtualbmc
|
||||
irrelevant-files:
|
||||
- ^.*\.rst$
|
||||
|
@ -11,7 +11,10 @@
|
||||
jobs:
|
||||
- ironic-tox-unit-with-driver-libs
|
||||
- ironic-tempest-functional-python3
|
||||
- ironic-grenade
|
||||
# Disable grenade, jobs are failing on networking,
|
||||
# And we're long past release at this point so we don't
|
||||
# need to keep running the job anymore.
|
||||
# - ironic-grenade
|
||||
- ironic-standalone
|
||||
- ironic-standalone-redfish
|
||||
- ironic-tempest-partition-bios-redfish-pxe
|
||||
@ -51,7 +54,6 @@
|
||||
jobs:
|
||||
- ironic-tox-unit-with-driver-libs
|
||||
- ironic-tempest-functional-python3
|
||||
- ironic-grenade
|
||||
- ironic-standalone
|
||||
- ironic-standalone-redfish
|
||||
- ironic-tempest-partition-bios-redfish-pxe
|
||||
|
Loading…
Reference in New Issue
Block a user