system-config-run: bump base timeout to 3600
Many of our tests are actually running with a timeout of 3600; I think between a combination of bumping timeouts for failures and copy-pasting jobs. We are seeing frequent timeouts of other jobs without this, particularly on OVH GRA1. Let's bump the base timeout to 3600 to account for this. The only job that overrides this now is gitea, which runs for 4800 due to it's long import process. Change-Id: I762f0f7c7a53a456d9269530c9ae5a9c85903c9c
This commit is contained in:
parent
ea08cdbd16
commit
57939b40d9
@ -1,5 +1,6 @@
|
||||
- job:
|
||||
name: system-config-run
|
||||
timeout: 3600
|
||||
description: |
|
||||
Run the "base" playbook for system-config hosts.
|
||||
|
||||
@ -290,7 +291,6 @@
|
||||
parent: system-config-run
|
||||
description: |
|
||||
Run the playbook for nodepool.
|
||||
timeout: 3600
|
||||
nodeset:
|
||||
nodes:
|
||||
- name: bridge.openstack.org
|
||||
@ -443,7 +443,6 @@
|
||||
- job:
|
||||
name: system-config-run-mirror-x86
|
||||
parent: system-config-run-mirror-base
|
||||
timeout: 3600
|
||||
nodeset:
|
||||
nodes:
|
||||
- name: bridge.openstack.org
|
||||
@ -456,7 +455,6 @@
|
||||
- job:
|
||||
name: system-config-run-mirror-arm64
|
||||
parent: system-config-run-mirror-base
|
||||
timeout: 3600
|
||||
nodeset:
|
||||
nodes:
|
||||
- name: bridge.openstack.org
|
||||
@ -523,7 +521,6 @@
|
||||
parent: system-config-run-containers
|
||||
description: |
|
||||
Run the playbook for the codesearch server.
|
||||
timeout: 3600
|
||||
requires: codesearch-container-image
|
||||
required-projects:
|
||||
- opendev/system-config
|
||||
@ -553,7 +550,6 @@
|
||||
parent: system-config-run-containers
|
||||
description: |
|
||||
Run the playbook for the etherpad servers.
|
||||
timeout: 3600
|
||||
requires: etherpad-container-image
|
||||
nodeset:
|
||||
nodes:
|
||||
@ -653,7 +649,6 @@
|
||||
parent: system-config-run-containers
|
||||
description: |
|
||||
Run the playbook for the etherpad servers.
|
||||
timeout: 3600
|
||||
requires: grafyaml-container-image
|
||||
required-projects:
|
||||
- opendev/system-config
|
||||
@ -683,7 +678,6 @@
|
||||
parent: system-config-run
|
||||
description: |
|
||||
Run the playbook for the graphite servers.
|
||||
timeout: 3600
|
||||
required-projects:
|
||||
- opendev/system-config
|
||||
nodeset:
|
||||
@ -715,7 +709,6 @@
|
||||
parent: system-config-run
|
||||
description: |
|
||||
Run the playbook for the keycloak servers.
|
||||
timeout: 3600
|
||||
nodeset:
|
||||
nodes:
|
||||
- name: bridge.openstack.org
|
||||
@ -777,7 +770,6 @@
|
||||
parent: system-config-run-containers
|
||||
description: |
|
||||
Run the playbook for the paste server.
|
||||
timeout: 3600
|
||||
required-projects:
|
||||
- opendev/system-config
|
||||
requires:
|
||||
@ -855,7 +847,6 @@
|
||||
parent: system-config-run
|
||||
description: |
|
||||
Run the playbook for the main Zuul cluster.
|
||||
timeout: 3600
|
||||
nodeset:
|
||||
nodes:
|
||||
- name: bridge.openstack.org
|
||||
@ -1012,7 +1003,6 @@
|
||||
parent: system-config-run
|
||||
description: |
|
||||
Run the playbook for a static node.
|
||||
timeout: 3600
|
||||
nodeset:
|
||||
nodes:
|
||||
- name: bridge.openstack.org
|
||||
@ -1045,7 +1035,6 @@
|
||||
Run the playbook for refstack server.
|
||||
requires:
|
||||
- refstack-container-image
|
||||
timeout: 3600
|
||||
nodeset:
|
||||
nodes:
|
||||
- name: bridge.openstack.org
|
||||
@ -1079,7 +1068,6 @@
|
||||
ansible-version: 2.9
|
||||
description: |
|
||||
Run the playbook for kerberos servers
|
||||
timeout: 3600
|
||||
nodeset:
|
||||
nodes:
|
||||
- name: bridge.openstack.org
|
||||
|
Loading…
x
Reference in New Issue
Block a user