[9.18] 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. Backport of MR !9599 Merge branch 'backport-nicki/increase-shotgun-pipeline-timeout-9.18' into 'bind-9.18' See merge request isc-projects/bind9!9625
This commit is contained in:
@@ -354,6 +354,7 @@ stages:
|
||||
needs:
|
||||
- job: ci-variables
|
||||
artifacts: true
|
||||
timeout: 2h
|
||||
|
||||
.system_test_common: &system_test_common
|
||||
<<: *default_triggering_rules
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user