Revert "Add openstack/placement as a required project for ironic-grenade*"
This reverts commit e1272cb19b
.
This is handled generically now with this change and its dependency:
https://review.openstack.org/#/c/606853/
Change-Id: I8fff93c920bc39202fa12cbff612005cf1339865
This commit is contained in:
parent
7cf2d18fa5
commit
a77abba198
@ -52,9 +52,7 @@
|
||||
- shell:
|
||||
cmd: |
|
||||
cat << 'EOF' >> ironic-extra-vars
|
||||
# Grenade needs to clone the placement repo on the Stein side since
|
||||
# the repo did not exist in Rocky.
|
||||
export PROJECTS="openstack-dev/grenade openstack/placement $PROJECTS"
|
||||
export PROJECTS="openstack-dev/grenade $PROJECTS"
|
||||
export DEVSTACK_GATE_GRENADE=pullup
|
||||
export DEVSTACK_GATE_OS_TEST_TIMEOUT=2400
|
||||
export DEVSTACK_GATE_TEMPEST_BAREMETAL_BUILD_TIMEOUT=1200
|
||||
|
@ -30,9 +30,7 @@
|
||||
- shell:
|
||||
cmd: |
|
||||
cat << 'EOF' >> ironic-extra-vars
|
||||
# Grenade needs to clone the placement repo on the Stein side since
|
||||
# the repo did not exist in Rocky.
|
||||
export PROJECTS="openstack-dev/grenade openstack/placement $PROJECTS"
|
||||
export PROJECTS="openstack-dev/grenade $PROJECTS"
|
||||
export DEVSTACK_GATE_GRENADE=pullup
|
||||
export DEVSTACK_GATE_OS_TEST_TIMEOUT=2400
|
||||
export DEVSTACK_GATE_TEMPEST_BAREMETAL_BUILD_TIMEOUT=1200
|
||||
|
@ -82,10 +82,6 @@
|
||||
- openstack/pyghmi
|
||||
- openstack/python-ironicclient
|
||||
- openstack/virtualbmc
|
||||
# openstack/placement is not part of legacy-dsvm-base because that is
|
||||
# branchless and openstack/placement only has a master branch (it is
|
||||
# new as of Stein)
|
||||
- openstack/placement
|
||||
|
||||
- job:
|
||||
name: ironic-grenade-dsvm-multinode-multitenant
|
||||
@ -102,9 +98,5 @@
|
||||
- openstack/pyghmi
|
||||
- openstack/python-ironicclient
|
||||
- openstack/virtualbmc
|
||||
# openstack/placement is not part of legacy-dsvm-base because that is
|
||||
# branchless and openstack/placement only has a master branch (it is
|
||||
# new as of Stein)
|
||||
- openstack/placement
|
||||
nodeset: legacy-ubuntu-xenial-2-node
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user