summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.zuul.yaml2
-rw-r--r--playbooks/legacy/nova-grenade-live-migration/run.yaml8
2 files changed, 6 insertions, 4 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index 11fee9d9ed..eb733ecd09 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -163,6 +163,8 @@
services which is important for things like rolling upgrade support.
The former name for this job was
"legacy-grenade-dsvm-neutron-multinode-live-migration".
+ required-projects:
+ - openstack/grenade
run: playbooks/legacy/nova-grenade-live-migration/run.yaml
post-run: playbooks/legacy/nova-grenade-live-migration/post.yaml
irrelevant-files:
diff --git a/playbooks/legacy/nova-grenade-live-migration/run.yaml b/playbooks/legacy/nova-grenade-live-migration/run.yaml
index ac5833452a..7c476f117d 100644
--- a/playbooks/legacy/nova-grenade-live-migration/run.yaml
+++ b/playbooks/legacy/nova-grenade-live-migration/run.yaml
@@ -13,12 +13,12 @@
set -x
cat > clonemap.yaml << EOF
clonemap:
- - name: openstack-infra/devstack-gate
+ - name: openstack/devstack-gate
dest: devstack-gate
EOF
/usr/zuul-env/bin/zuul-cloner -m clonemap.yaml --cache-dir /opt/git \
- git://git.openstack.org \
- openstack-infra/devstack-gate
+ https://opendev.org \
+ openstack/devstack-gate
executable: /bin/bash
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'
@@ -27,7 +27,7 @@
cmd: |
set -e
set -x
- export PROJECTS="openstack-dev/grenade $PROJECTS"
+ export PROJECTS="openstack/grenade $PROJECTS"
export PYTHONUNBUFFERED=true
export DEVSTACK_GATE_CONFIGDRIVE=0
export DEVSTACK_GATE_NEUTRON=1