Zuul: Remove project name
Zuul no longer requires the project-name for in-repo configuration. Omitting it makes forking or renaming projects easier. Change-Id: Iebbf5bc63e3a0967bbeadedac41ec17dfe314b8a
This commit is contained in:
parent
5821dcf3d0
commit
3ccb6c1067
@ -13,7 +13,6 @@
|
||||
# limitations under the License.
|
||||
|
||||
- project:
|
||||
name: openstack/openstack-helm
|
||||
check:
|
||||
jobs:
|
||||
- openstack-helm-linter
|
||||
@ -62,12 +61,12 @@
|
||||
timeout: 7200
|
||||
name: openstack-helm-dev-deploy
|
||||
vars:
|
||||
zuul_osh_infra_relative_path: ../openstack-helm-infra/
|
||||
zuul_osh_infra_relative_path: ../openstack-helm-infra/
|
||||
pre-run:
|
||||
- ../openstack-helm-infra/tools/gate/playbooks/osh-infra-upgrade-host.yaml
|
||||
post-run: ../openstack-helm-infra/tools/gate/playbooks/osh-infra-collect-logs.yaml
|
||||
required-projects:
|
||||
- openstack/openstack-helm-infra
|
||||
- openstack/openstack-helm-infra
|
||||
nodeset: openstack-helm-single-node
|
||||
|
||||
- job:
|
||||
@ -83,7 +82,7 @@
|
||||
- job:
|
||||
timeout: 7200
|
||||
vars:
|
||||
zuul_osh_infra_relative_path: ../openstack-helm-infra/
|
||||
zuul_osh_infra_relative_path: ../openstack-helm-infra/
|
||||
name: openstack-helm-multinode
|
||||
pre-run:
|
||||
- ../openstack-helm-infra/tools/gate/playbooks/osh-infra-upgrade-host.yaml
|
||||
@ -93,7 +92,7 @@
|
||||
run: tools/gate/playbooks/multinode-deploy.yaml
|
||||
post-run: ../openstack-helm-infra/tools/gate/playbooks/osh-infra-collect-logs.yaml
|
||||
required-projects:
|
||||
- openstack/openstack-helm-infra
|
||||
- openstack/openstack-helm-infra
|
||||
|
||||
- job:
|
||||
name: openstack-helm-multinode-ubuntu
|
||||
|
Loading…
Reference in New Issue
Block a user