2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-29 13:38:26 +00:00

chg: ci: Increase shotgun pipeline timeout

When running shotgun tests on tagged releases, the increased number of
jobs may cause the shotgun pipeline to take longer than 50 minutes to
finish.

Merge branch 'nicki/increase-shotgun-pipeline-timeout' into 'main'

See merge request isc-projects/bind9!9599
This commit is contained in:
Nicki Křížek 2024-10-14 11:02:06 +00:00
commit 0129ce1477
2 changed files with 2 additions and 1 deletions

View File

@ -363,6 +363,7 @@ stages:
needs:
- job: ci-variables
artifacts: true
timeout: 2h
.system_test_common: &system_test_common
<<: *default_triggering_rules

View File

@ -53,7 +53,7 @@ def get_child_pipeline_id(project, pipeline_id):
pipeline.refresh()
return pipeline.finished_at is not None
wait_until(pipeline_finished, timeout=3000)
wait_until(pipeline_finished, timeout=6600)
bridges = pipeline.bridges.list()
if len(bridges) != 1: