OpenDev Migration Patch
This commit was bulk generated and pushed by the OpenDev sysadmins as a part of the Git hosting and code review systems migration detailed in these mailing list posts: http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html Attempts have been made to correct repository namespaces and hostnames based on simple pattern matching, but it's possible some were updated incorrectly or missed entirely. Please reach out to us via the contact information listed at https://opendev.org/ with any questions you may have.
This commit is contained in:
parent
0a4d00fd82
commit
f8ac79661a
@ -1,5 +1,5 @@
|
||||
[gerrit]
|
||||
host=review.openstack.org
|
||||
host=review.opendev.org
|
||||
port=29418
|
||||
project=openstack-infra/nodepool.git
|
||||
project=zuul/nodepool.git
|
||||
|
||||
|
18
.zuul.yaml
18
.zuul.yaml
@ -8,10 +8,10 @@
|
||||
pre-run: playbooks/nodepool-zuul-functional/pre.yaml
|
||||
post-run: playbooks/nodepool-zuul-functional/post.yaml
|
||||
required-projects:
|
||||
- openstack-infra/nodepool
|
||||
- openstack-infra/zuul
|
||||
- zuul/nodepool
|
||||
- zuul/zuul
|
||||
vars:
|
||||
zuul_work_dir: "{{ zuul.projects['git.openstack.org/openstack-infra/zuul'].src_dir }}"
|
||||
zuul_work_dir: "{{ zuul.projects['opendev.org/zuul/zuul'].src_dir }}"
|
||||
tox_envlist: nodepool
|
||||
|
||||
# NOTE(ianw): this job doesn't really do anything unless you set
|
||||
@ -27,7 +27,7 @@
|
||||
post-run: playbooks/nodepool-functional-base/post.yaml
|
||||
timeout: 5400
|
||||
required-projects:
|
||||
- openstack-infra/nodepool
|
||||
- zuul/nodepool
|
||||
vars:
|
||||
devstack_localrc:
|
||||
USE_PYTHON3: True
|
||||
@ -55,7 +55,7 @@
|
||||
n-api-meta: false
|
||||
q-meta: false
|
||||
devstack_plugins:
|
||||
nodepool: https://git.openstack.org/openstack-infra/nodepool
|
||||
nodepool: https://opendev.org/zuul/nodepool
|
||||
zuul_copy_output:
|
||||
'/var/log/nodepool/builds': 'logs'
|
||||
|
||||
@ -75,8 +75,8 @@
|
||||
run: playbooks/nodepool-functional-py35-src/run.yaml
|
||||
required-projects:
|
||||
- name: github.com/sqlalchemy/dogpile.cache
|
||||
- name: openstack-infra/glean
|
||||
- name: openstack-infra/nodepool
|
||||
- name: opendev/glean
|
||||
- name: zuul/nodepool
|
||||
- name: openstack/diskimage-builder
|
||||
- name: openstack/openstacksdk
|
||||
|
||||
@ -138,7 +138,7 @@
|
||||
post-run: playbooks/nodepool-functional-k8s/post.yaml
|
||||
nodeset: ubuntu-xenial
|
||||
required-projects:
|
||||
- openstack-infra/nodepool
|
||||
- zuul/nodepool
|
||||
|
||||
- job:
|
||||
description: |
|
||||
@ -153,7 +153,7 @@
|
||||
- name: launcher
|
||||
label: fedora-28
|
||||
required-projects:
|
||||
- openstack-infra/nodepool
|
||||
- zuul/nodepool
|
||||
|
||||
- secret:
|
||||
name: nodepool-dockerhub
|
||||
|
@ -3,4 +3,4 @@
|
||||
- name: Run nodepool tests
|
||||
command: tools/check_devstack_plugin.sh {{ ansible_user_dir }}/work/logs/nodepool
|
||||
args:
|
||||
chdir: "{{ zuul.projects['git.openstack.org/openstack-infra/nodepool'].src_dir }}"
|
||||
chdir: "{{ zuul.projects['opendev.org/zuul/nodepool'].src_dir }}"
|
||||
|
@ -3,5 +3,5 @@
|
||||
roles:
|
||||
- role: bindep
|
||||
bindep_profile: default
|
||||
bindep_dir: "{{ zuul.projects['git.openstack.org/openstack-infra/zuul'].src_dir }}"
|
||||
bindep_dir: "{{ zuul.projects['opendev.org/zuul/zuul'].src_dir }}"
|
||||
- nodepool-zuul-functional
|
||||
|
@ -3,4 +3,4 @@
|
||||
cmd: |
|
||||
sudo pip3 install .
|
||||
./tools/zuul-nodepool-integration/start.sh
|
||||
chdir: "{{ zuul.projects['git.openstack.org/openstack-infra/nodepool'].src_dir }}"
|
||||
chdir: "{{ zuul.projects['opendev.org/zuul/nodepool'].src_dir }}"
|
||||
|
Loading…
Reference in New Issue
Block a user