Fix zuul job naming
Fixes dependency-vulnerability-check from [0] with pegleg prefix as I didn't realize job names cannot overlap between projects. [0] https://review.opendev.org/#/c/671860/ Change-Id: I124ac66a48ce52ef940b8838a80914b6e09ac52d
This commit is contained in:
parent
cd55d078a3
commit
5c0a3bef03
@ -23,14 +23,14 @@
|
||||
check:
|
||||
jobs:
|
||||
- openstack-tox-pep8
|
||||
- dependency-vulnerability-check
|
||||
- pegleg-dependency-vulnerability-check
|
||||
- airship-pegleg-docker-build-gate-ubuntu_xenial
|
||||
- airship-pegleg-docker-build-gate-ubuntu_bionic
|
||||
- airship-pegleg-docker-build-gate-opensuse
|
||||
gate:
|
||||
jobs:
|
||||
- openstack-tox-pep8
|
||||
- dependency-vulnerability-check
|
||||
- pegleg-dependency-vulnerability-check
|
||||
- airship-pegleg-docker-build-gate-ubuntu_xenial
|
||||
- airship-pegleg-docker-build-gate-ubuntu_bionic
|
||||
- airship-pegleg-docker-build-gate-opensuse
|
||||
@ -48,7 +48,7 @@
|
||||
label: ubuntu-xenial
|
||||
|
||||
- job:
|
||||
name: dependency-vulnerability-check
|
||||
name: pegleg-dependency-vulnerability-check
|
||||
parent: openstack-tox
|
||||
voting: false
|
||||
timeout: 600
|
||||
|
Loading…
Reference in New Issue
Block a user