Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Switch to the global-jjb tox-verify job
This will allow us to remove the verify-tox template from
releng/builder in the next patch.

Change-Id: I8b03c2934fefa555d3fd9f626fadea1c49e347d3
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
  • Loading branch information
zxiiro committed Oct 19, 2017
1 parent 603cc65 commit 66c2bf6
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 14 deletions.
2 changes: 1 addition & 1 deletion jjb/integration/distribution/distribution.yaml
Expand Up @@ -6,12 +6,12 @@
# {project-name}- is generic template, distribution- is project specific.
- '{project-name}-clm-{stream}'
- '{project-name}-sonar'
- '{project-name}-verify-tox-{stream}'
- 'distribution-merge-{stream}'
- 'distribution-verify-{stream}'
- 'distribution-deploy-{stream}'
- 'distribution-offline-{stream}'
- 'distribution-check-{stream}'
- gerrit-tox-verify

project: integration/distribution
project-name: distribution
Expand Down
4 changes: 3 additions & 1 deletion jjb/integration/integration-test-jobs.yaml
Expand Up @@ -5,14 +5,16 @@
project-name: integration-test
test-branch: master
jobs:
- '{project-name}-verify-tox-master'
- 'integration-distribution-test-{stream}'
- 'integration-sanity-test-{stream}'
- 'integration-patch-test-{stream}'
- 'integration-multipatch-test-{stream}'
- 'integration-distribution-weekly-test-trigger-{stream}'
- 'integration-distribution-high-frequency-test-trigger-{stream}'
- 'integration-update-csit-tests-{stream}'
- gerrit-tox-verify:
branch: master
stream: master

# CSIT Lists in releng-defaults.yaml
stream:
Expand Down
2 changes: 1 addition & 1 deletion jjb/netvirt/netvirt.yaml
Expand Up @@ -7,9 +7,9 @@
- '{project-name}-integration-{stream}'
- '{project-name}-merge-{stream}'
- '{project-name}-verify-{stream}-{maven}-{jdks}'
- '{project-name}-verify-tox-{stream}'
- '{project-name}-maven-javadoc-jobs'
- gerrit-maven-verify-dependencies
- gerrit-tox-verify

stream:
- oxygen:
Expand Down
6 changes: 3 additions & 3 deletions jjb/odlparent/odlparent.yaml
Expand Up @@ -3,9 +3,9 @@
name: odlparent-master
jobs:
- '{project-name}-merge-{stream}'
- '{project-name}-verify-tox-{stream}'
- '{project-name}-maven-jobs'
- '{project-name}-maven-javadoc-jobs'
- gerrit-tox-verify

project: odlparent
project-name: odlparent
Expand Down Expand Up @@ -34,9 +34,9 @@
name: odlparent-2.0.x
jobs:
- '{project-name}-merge-{stream}'
- '{project-name}-verify-tox-{stream}'
- '{project-name}-maven-jobs'
- '{project-name}-maven-javadoc-jobs'
- gerrit-tox-verify

project: odlparent
project-name: odlparent
Expand Down Expand Up @@ -68,9 +68,9 @@
- '{project-name}-distribution-check-{stream}'
- '{project-name}-integration-{stream}'
- '{project-name}-merge-{stream}'
- '{project-name}-verify-tox-{stream}'
- '{project-name}-maven-jobs'
- '{project-name}-maven-javadoc-jobs'
- gerrit-tox-verify

stream: carbon
project: 'odlparent'
Expand Down
2 changes: 1 addition & 1 deletion jjb/ovil/ovil.yaml
Expand Up @@ -3,8 +3,8 @@
name: ovil
jobs:
- '{project-name}-merge-{stream}'
- '{project-name}-verify-tox-{stream}'
- '{project-name}-maven-jobs'
- gerrit-tox-verify

project: ovil
project-name: ovil
Expand Down
2 changes: 1 addition & 1 deletion jjb/packaging/ansible.yaml
Expand Up @@ -4,9 +4,9 @@
project-name: ansible

jobs:
- '{project-name}-verify-tox-{stream}'
- '{project-name}-test-rpm-{stream}'
- '{project-name}-test-deb-{stream}'
- gerrit-tox-verify

project: 'integration/packaging/ansible-opendaylight'

Expand Down
2 changes: 1 addition & 1 deletion jjb/packaging/packaging.yaml
Expand Up @@ -4,7 +4,6 @@
project-name: packaging

jobs:
- '{project-name}-verify-tox-master'
- 'packaging-build-rpm-{stream}'
- 'packaging-build-rpm-snap-{stream}'
- 'packaging-build-deb-{stream}'
Expand All @@ -13,6 +12,7 @@
- 'packaging-test-rpm-master'
- 'packaging-test-rpm-upgrade-master'
- 'packaging-test-deb-master'
- gerrit-tox-verify

project: 'integration/packaging'

Expand Down
2 changes: 1 addition & 1 deletion jjb/packaging/puppet.yaml
Expand Up @@ -4,9 +4,9 @@
project-name: puppet

jobs:
- '{project-name}-verify-tox-{stream}'
- '{project-name}-test-sanity-{stream}'
- '{project-name}-test-full-{stream}'
- gerrit-tox-verify

project: 'integration/packaging/puppet-opendaylight'

Expand Down
4 changes: 2 additions & 2 deletions jjb/releng-jobs.yaml
Expand Up @@ -3,8 +3,8 @@
name: builder-jobs
jobs:
- '{project-name}-ci-jobs'
- '{project-name}-verify-tox-{stream}'
- 'builder-check-poms'
- builder-check-poms
- gerrit-tox-verify
# OpenStack Related
- 'builder-verify-image-visibility'
- 'builder-cleanup-old-images'
Expand Down
4 changes: 2 additions & 2 deletions jjb/spectrometer/spectrometer-jobs.yaml
Expand Up @@ -4,8 +4,8 @@
jobs:
- '{project-name}-merge-rtd-{stream}'
- '{project-name}-verify-node-{stream}'
- '{project-name}-verify-python-{stream}'
- 'spectrometer-deploy-webapp-master'
- gerrit-tox-verify
- spectrometer-deploy-webapp-master

stream:
- master:
Expand Down

0 comments on commit 66c2bf6

Please sign in to comment.