diff --git a/.zuul.yaml b/.zuul.yaml index b1b9c8291a..dbe71cdb93 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -1522,6 +1522,18 @@ - playbooks/templates/clouds/bridge_clouds.yaml.j2 - playbooks/templates/clouds/bridge_all_clouds.yaml.j2 +- job: + name: infra-prod-service-gitea-lb + parent: infra-prod-service-base + description: Run service-gitea-lb.yaml playbook + vars: + playbook_name: service-gitea-lb.yaml + files: + - playbooks/service-gitea-lb.yaml + - playbooks/group_vars/gitea-lb.yaml + - playbooks/roles/install-docker/.* + - playbooks/roles/haproxy/.* + - job: name: system-config-goaccess-report description: | @@ -1870,6 +1882,7 @@ - name: infra-prod-install-ansible soft: true - infra-prod-service-bridge + - infra-prod-service-gitea-lb periodic: jobs: - developer-openstack-goaccess-report @@ -1887,3 +1900,4 @@ - infra-prod-install-ansible - infra-prod-base - infra-prod-service-bridge + - infra-prod-service-gitea-lb diff --git a/run_all.sh b/run_all.sh index 5054ac3bc2..543273b7b7 100755 --- a/run_all.sh +++ b/run_all.sh @@ -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-gitea-lb.yaml -send_timer gitea-lb - start_timer timeout -k 2m 30m ansible-playbook -f 50 ${ANSIBLE_PLAYBOOKS}/service-letsencrypt.yaml send_timer letsencrypt