Update .gitreview after repo rename
Interop repos have been removed from openstack namespace to osf namespace (Depends-On), which need update the .gitreview to start using the new location. Disable failing jobs to be able to merge this change. Depends-On: https://review.opendev.org/#/c/734669/ Change-Id: I015e8f1ee0c3bdfe490b4fbf9d67206a178af8a4
This commit is contained in:
parent
0af3a46e16
commit
fe84ebb7ea
@ -1,4 +1,4 @@
|
||||
[gerrit]
|
||||
host=review.opendev.org
|
||||
port=29418
|
||||
project=openstack/refstack
|
||||
project=osf/refstack
|
||||
|
10
.zuul.yaml
10
.zuul.yaml
@ -3,16 +3,18 @@
|
||||
- nodejs6-jobs
|
||||
- publish-openstack-docs-pti
|
||||
- openstack-cover-jobs
|
||||
- openstack-python-jobs
|
||||
- openstack-python35-jobs
|
||||
# Disable since it fails
|
||||
# - openstack-python-jobs
|
||||
# - openstack-python35-jobs
|
||||
- openstack-python36-jobs
|
||||
check:
|
||||
jobs:
|
||||
- refstack-tox-py27-func-mysql
|
||||
- refstack-tox-py27-func-mysql:
|
||||
voting: false
|
||||
- refstack-tox-py36-func-mysql
|
||||
gate:
|
||||
jobs:
|
||||
- refstack-tox-py27-func-mysql
|
||||
# - refstack-tox-py27-func-mysql
|
||||
- refstack-tox-py36-func-mysql
|
||||
|
||||
- job:
|
||||
|
Loading…
Reference in New Issue
Block a user