File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 32
32
target-cloud : ${{ inputs.target-cloud || vars.TARGET_CLOUD }}
33
33
install-mode : ha
34
34
environment-prefix : ci-ha
35
+ # GitHub terminates jobs after 6 hours
36
+ # We don't want jobs to acquire the lock then get timed out before they can finish
37
+ # So wait a maximum of 3 hours to acquire the lock, leaving 3 hours for other tasks in the job
38
+ timeout-minutes : 180
35
39
36
40
- name : Provision Azimuth
37
41
uses : ./.github/actions/provision
78
82
target-cloud : ${{ inputs.target-cloud || vars.TARGET_CLOUD }}
79
83
install-mode : ha
80
84
environment-prefix : ci-upgrade
85
+ # GitHub terminates jobs after 6 hours
86
+ # We don't want jobs to acquire the lock then get timed out before they can finish
87
+ # So wait a maximum of 3 hours to acquire the lock, leaving 3 hours for other tasks in the job
88
+ timeout-minutes : 180
81
89
82
90
- name : Provision Azimuth
83
91
uses : ./.actions/.github/actions/provision
Original file line number Diff line number Diff line change 69
69
repository : ${{ github.repository }}
70
70
ref : ${{ github.ref }}
71
71
target-cloud : ${{ inputs.target-cloud || vars.TARGET_CLOUD }}
72
+ # GitHub terminates jobs after 6 hours
73
+ # We don't want jobs to acquire the lock then get timed out before they can finish
74
+ # So wait a maximum of 3 hours to acquire the lock, leaving 3 hours for other tasks in the job
75
+ timeout-minutes : 180
72
76
73
77
- name : Provision Azimuth
74
78
uses : ./.github/actions/provision
You can’t perform that action at this time.
0 commit comments