Skip to content

Commit

Permalink
Merge "[ci] Restruct zuul_ci playbooks"
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuul authored and openstack-gerrit committed Mar 19, 2020
2 parents eb3506f + efe9271 commit d6a2110
Show file tree
Hide file tree
Showing 11 changed files with 8 additions and 545 deletions.
6 changes: 3 additions & 3 deletions .zuul.d/python-jobs.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
- job:
name: rally-tox-base
parent: unittests
pre-run: tests/ci/playbooks/rally-tox-base/pre-run.yaml
run: tests/ci/playbooks/rally-tox-base/run.yaml
post-run: tests/ci/playbooks/rally-tox-base/post-run.yaml
pre-run: tests/ci/playbooks/tox-install.yaml
run: tests/ci/playbooks/tox-run.yaml
post-run: tests/ci/playbooks/rally-tox-base-post-run.yaml
description: |
Run test for rally project.
Expand Down
10 changes: 5 additions & 5 deletions .zuul.d/zuul.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
- job:
name: rally-install-base
parent: base
pre-run: tests/ci/playbooks/rally-install/pre.yaml
run: tests/ci/playbooks/rally-install/run.yaml
pre-run: tests/ci/playbooks/rally-install-pre.yaml
run: tests/ci/playbooks/rally-install-run.yaml
timeout: 1800

- job:
Expand All @@ -24,15 +24,15 @@
name: rally-docker-build
parent: base
nodeset: ubuntu-bionic
pre-run: tests/ci/playbooks/rally-docker-build/pre.yaml
run: tests/ci/playbooks/rally-docker-build/run.yaml
pre-run: tests/ci/playbooks/rally-docker-build-pre.yaml
run: tests/ci/playbooks/rally-docker-build-run.yaml
timeout: 1800

- job:
name: rally-database-migration
parent: base
nodeset: ubuntu-bionic
run: tests/ci/playbooks/rally-database-migration/run.yaml
run: tests/ci/playbooks/rally-database-migration-run.yaml
timeout: 1800

- project:
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit d6a2110

Please sign in to comment.