Skip to content

Commit 8cb0a78

Browse files
oilbeaterchangluyi
authored andcommitted
Increase timeout
Signed-off-by: Mengxin Liu <[email protected]> Signed-off-by: clyi <[email protected]>
1 parent 144b772 commit 8cb0a78

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/workflows/build-x86-image.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ jobs:
362362
build-e2e-binaries:
363363
name: Build E2E Binaries
364364
runs-on: ubuntu-24.04
365-
timeout-minutes: 15
365+
timeout-minutes: 30
366366
steps:
367367
- uses: actions/checkout@v4
368368

@@ -1235,7 +1235,7 @@ jobs:
12351235
- ipv4
12361236
- ipv6
12371237
- dual
1238-
timeout-minutes: 15
1238+
timeout-minutes: 30
12391239
steps:
12401240
- uses: jlumbroso/[email protected]
12411241
with:
@@ -1385,7 +1385,7 @@ jobs:
13851385
- build-kube-ovn
13861386
- build-e2e-binaries
13871387
runs-on: ubuntu-24.04
1388-
timeout-minutes: 15
1388+
timeout-minutes: 30
13891389
strategy:
13901390
fail-fast: false
13911391
matrix:
@@ -2057,7 +2057,7 @@ jobs:
20572057
name: Talos Installation Test
20582058
needs: build-kube-ovn
20592059
runs-on: ubuntu-24.04
2060-
timeout-minutes: 15
2060+
timeout-minutes: 30
20612061
strategy:
20622062
fail-fast: false
20632063
matrix:
@@ -2291,7 +2291,7 @@ jobs:
22912291
- build-kube-ovn
22922292
- build-e2e-binaries
22932293
runs-on: ubuntu-24.04
2294-
timeout-minutes: 15
2294+
timeout-minutes: 30
22952295
strategy:
22962296
fail-fast: false
22972297
matrix:
@@ -2517,7 +2517,7 @@ jobs:
25172517
- build-kube-ovn
25182518
- build-e2e-binaries
25192519
runs-on: ubuntu-24.04
2520-
timeout-minutes: 15
2520+
timeout-minutes: 30
25212521
strategy:
25222522
fail-fast: false
25232523
matrix:
@@ -2698,7 +2698,7 @@ jobs:
26982698
- build-vpc-nat-gateway
26992699
- build-e2e-binaries
27002700
runs-on: ubuntu-24.04
2701-
timeout-minutes: 15
2701+
timeout-minutes: 30
27022702
steps:
27032703
- uses: jlumbroso/[email protected]
27042704
with:
@@ -2841,7 +2841,7 @@ jobs:
28412841
- build-kube-ovn
28422842
- build-e2e-binaries
28432843
runs-on: ubuntu-24.04
2844-
timeout-minutes: 15
2844+
timeout-minutes: 30
28452845
steps:
28462846
- uses: jlumbroso/[email protected]
28472847
with:
@@ -2984,7 +2984,7 @@ jobs:
29842984
- build-kube-ovn
29852985
- build-e2e-binaries
29862986
runs-on: ubuntu-24.04
2987-
timeout-minutes: 15
2987+
timeout-minutes: 30
29882988
steps:
29892989
- uses: jlumbroso/[email protected]
29902990
with:
@@ -3120,7 +3120,7 @@ jobs:
31203120
- build-kube-ovn
31213121
- build-e2e-binaries
31223122
runs-on: ubuntu-24.04
3123-
timeout-minutes: 15
3123+
timeout-minutes: 30
31243124
strategy:
31253125
fail-fast: false
31263126
matrix:
@@ -3233,7 +3233,7 @@ jobs:
32333233
- build-kube-ovn
32343234
- build-e2e-binaries
32353235
runs-on: ubuntu-24.04
3236-
timeout-minutes: 15
3236+
timeout-minutes: 30
32373237
steps:
32383238
- uses: jlumbroso/[email protected]
32393239
with:

0 commit comments

Comments
 (0)