File tree 4 files changed +7
-0
lines changed
4 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 14
14
run : docker pull kong/nightly-ingress-controller:$(date +%Y-%m-%d)
15
15
16
16
e2e-tests :
17
+ timeout-minutes : ${{ fromJSON(vars.GHA_DEFAULT_TIMEOUT) }}
17
18
needs : ensure-nightly-image-was-built
18
19
uses : ./.github/workflows/_e2e_tests.yaml
19
20
secrets : inherit
24
25
run-istio : true
25
26
26
27
e2e-tests-unreleased-kong :
28
+ timeout-minutes : ${{ fromJSON(vars.GHA_DEFAULT_TIMEOUT) }}
27
29
needs : ensure-nightly-image-was-built
28
30
uses : ./.github/workflows/_e2e_tests.yaml
29
31
secrets : inherit
Original file line number Diff line number Diff line change 84
84
run : echo "Using ${{ steps.choose.outputs.image }}"
85
85
86
86
run :
87
+ timeout-minutes : ${{ fromJSON(vars.GHA_DEFAULT_TIMEOUT) }}
87
88
needs : choose-image
88
89
if : ${{ !cancelled() }}
89
90
uses : ./.github/workflows/_e2e_tests.yaml
96
97
all-supported-k8s-versions : ${{ inputs.all-supported-k8s-versions }}
97
98
98
99
run-unreleased-kong :
100
+ timeout-minutes : ${{ fromJSON(vars.GHA_DEFAULT_TIMEOUT) }}
99
101
needs : choose-image
100
102
if : ${{ !cancelled() }}
101
103
uses : ./.github/workflows/_e2e_tests.yaml
Original file line number Diff line number Diff line change @@ -14,13 +14,15 @@ jobs:
14
14
run : docker pull kong/nightly-ingress-controller:$(date +%Y-%m-%d)
15
15
16
16
performance-tests :
17
+ timeout-minutes : ${{ fromJSON(vars.GHA_DEFAULT_TIMEOUT) }}
17
18
needs : ensure-nightly-image-was-built
18
19
uses : ./.github/workflows/_performance_tests.yaml
19
20
secrets : inherit
20
21
with :
21
22
kic-image : kong/nightly-ingress-controller:nightly
22
23
23
24
performance-tests-unreleased-kong :
25
+ timeout-minutes : ${{ fromJSON(vars.GHA_DEFAULT_TIMEOUT) }}
24
26
needs : ensure-nightly-image-was-built
25
27
uses : ./.github/workflows/_performance_tests.yaml
26
28
secrets : inherit
Original file line number Diff line number Diff line change 72
72
run : echo "Using ${{ steps.choose.outputs.image }}"
73
73
74
74
run :
75
+ timeout-minutes : ${{ fromJSON(vars.GHA_DEFAULT_TIMEOUT) }}
75
76
needs : choose-image
76
77
if : ${{ !cancelled() }}
77
78
uses : ./.github/workflows/_performance_tests.yaml
You can’t perform that action at this time.
0 commit comments