Merge "Run zuul-preview in zuul"
This commit is contained in:
commit
39dbc4f329
16
.zuul.yaml
16
.zuul.yaml
@ -1335,7 +1335,7 @@
|
||||
label: ubuntu-bionic
|
||||
vars:
|
||||
run_playbooks:
|
||||
- playbooks/service-zuul.yaml
|
||||
- playbooks/service-zuul-preview.yaml
|
||||
files:
|
||||
- playbooks/install-ansible.yaml
|
||||
- playbooks/roles/zuul-preview/
|
||||
@ -1721,6 +1721,18 @@
|
||||
- playbooks/roles/install-docker/.*
|
||||
- playbooks/roles/registry/.*
|
||||
|
||||
- job:
|
||||
name: infra-prod-service-zuul-preview
|
||||
parent: infra-prod-service-base
|
||||
description: Run service-zuul-preview.yaml playbook
|
||||
vars:
|
||||
playbook_name: service-zuul-preview.yaml
|
||||
files:
|
||||
- playbooks/service-zuul-preview.yaml
|
||||
- playbooks/group_vars/zuul-preview.yaml
|
||||
- playbooks/roles/install-docker/.*
|
||||
- playbooks/roles/zuul-preview/.*
|
||||
|
||||
- job:
|
||||
name: system-config-goaccess-report
|
||||
description: |
|
||||
@ -2082,6 +2094,7 @@
|
||||
- infra-prod-service-static
|
||||
- infra-prod-service-backup
|
||||
- infra-prod-service-registry
|
||||
- infra-prod-service-zuul-preview
|
||||
periodic:
|
||||
jobs:
|
||||
- developer-openstack-goaccess-report
|
||||
@ -2110,3 +2123,4 @@
|
||||
- infra-prod-service-static
|
||||
- infra-prod-service-backup
|
||||
- infra-prod-service-registry
|
||||
- infra-prod-service-zuul-preview
|
||||
|
@ -72,10 +72,6 @@ set +e
|
||||
# Run all the ansible playbooks under timeout to prevent them from getting
|
||||
# stuck if they are oomkilled
|
||||
|
||||
start_timer
|
||||
timeout -k 2m 30m ansible-playbook -f 50 ${ANSIBLE_PLAYBOOKS}/service-zuul.yaml
|
||||
send_timer zuul
|
||||
|
||||
start_timer
|
||||
timeout -k 2m 30m ansible-playbook -f 50 ${ANSIBLE_PLAYBOOKS}/service-review-dev.yaml
|
||||
send_timer nodepool
|
||||
|
Loading…
Reference in New Issue
Block a user