Skip to content

Commit 8ab9122

Browse files
authored
[backport] ci: standardize E2E job timeout to 2 hours on PR pipeline (#3124) (#3137)
ci: standardize E2E job timeout to 2 hours on PR pipeline (#3124) ci: standardize E2Ejob timeout to 2 hours on PR pipeline
1 parent bf00372 commit 8ab9122

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.pipelines/singletenancy/aks/e2e-job-template.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ stages:
5050
jobs:
5151
- job: ${{ parameters.name }}
5252
displayName: Singletenancy AKS - (${{ parameters.name }})
53+
timeoutInMinutes: 120
5354
pool:
5455
name: $(BUILD_POOL_NAME_DEFAULT)
5556
demands:

.pipelines/singletenancy/cilium-dualstack-overlay/cilium-dualstackoverlay-e2e-job-template.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ stages:
4545
jobs:
4646
- job: ${{ parameters.name }}
4747
displayName: Cilium Dualstack Overlay Test Suite - (${{ parameters.name }})
48+
timeoutInMinutes: 120
4849
pool:
4950
name: $(BUILD_POOL_NAME_DEFAULT)
5051
demands:

0 commit comments

Comments
 (0)