Skip to content

Commit e6da635

Browse files
committed
increase job timeouts for scheduled experiments
1 parent 076c295 commit e6da635

File tree

3 files changed

+17
-17
lines changed

3 files changed

+17
-17
lines changed

.github/workflows/continuous-benchmarking-baseline.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
name: AWS warm baseline experiment
7878
needs: build_client
7979
runs-on: [ self-hosted, aws ]
80-
timeout-minutes: 600
80+
timeout-minutes: 1200
8181
env:
8282
working-directory: src
8383
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY }}
@@ -173,7 +173,7 @@ jobs:
173173
name: GCR warm baseline experiment
174174
needs: build_client
175175
runs-on: [ self-hosted, gcr ]
176-
timeout-minutes: 600
176+
timeout-minutes: 1200
177177
env:
178178
working-directory: src
179179
DOCKER_HUB_USERNAME: ${{ secrets.DOCKER_HUB_USERNAME }}
@@ -267,7 +267,7 @@ jobs:
267267
name: Cloudflare warm baseline experiment
268268
needs: build_client
269269
runs-on: [ self-hosted, cloudflare ]
270-
timeout-minutes: 600
270+
timeout-minutes: 1200
271271
env:
272272
working-directory: src
273273
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
@@ -349,7 +349,7 @@ jobs:
349349
name: Azure warm baseline experiment
350350
needs: build_client
351351
runs-on: [ self-hosted, azure ]
352-
timeout-minutes: 600
352+
timeout-minutes: 1200
353353
env:
354354
working-directory: src
355355
AZURE_SUBSCRIPTION_ID: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
@@ -440,7 +440,7 @@ jobs:
440440
name: AWS cold baseline experiment
441441
needs: build_client
442442
runs-on: [ self-hosted, aws ]
443-
timeout-minutes: 600
443+
timeout-minutes: 1200
444444
env:
445445
working-directory: src
446446
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY }}
@@ -535,7 +535,7 @@ jobs:
535535
name: GCR cold baseline experiment
536536
needs: build_client
537537
runs-on: [ self-hosted, gcr ]
538-
timeout-minutes: 600
538+
timeout-minutes: 1200
539539
env:
540540
working-directory: src
541541
DOCKER_HUB_USERNAME: ${{ secrets.DOCKER_HUB_USERNAME }}
@@ -629,7 +629,7 @@ jobs:
629629
name: Cloudflare cold baseline experiment
630630
needs: build_client
631631
runs-on: [ self-hosted, cloudflare ]
632-
timeout-minutes: 600
632+
timeout-minutes: 1200
633633
env:
634634
working-directory: src
635635
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
@@ -711,7 +711,7 @@ jobs:
711711
name: Azure cold baseline experiment
712712
needs: build_client
713713
runs-on: [ self-hosted, azure ]
714-
timeout-minutes: 600
714+
timeout-minutes: 1200
715715
env:
716716
working-directory: src
717717
AZURE_SUBSCRIPTION_ID: ${{ secrets.AZURE_SUBSCRIPTION_ID }}

.github/workflows/continuous-benchmarking-image-size.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
name: AWS 50MB image size experiment
5757
needs: build_client
5858
runs-on: [ self-hosted, aws ]
59-
timeout-minutes: 600
59+
timeout-minutes: 1200
6060
env:
6161
working-directory: src
6262
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY }}
@@ -151,7 +151,7 @@ jobs:
151151
name: AWS 100MB image size experiment
152152
needs: build_client
153153
runs-on: [ self-hosted, aws ]
154-
timeout-minutes: 600
154+
timeout-minutes: 1200
155155
env:
156156
working-directory: src
157157
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY }}
@@ -246,7 +246,7 @@ jobs:
246246
name: Azure 50MB image size experiment
247247
needs: build_client
248248
runs-on: [ self-hosted, azure ]
249-
timeout-minutes: 600
249+
timeout-minutes: 1200
250250
env:
251251
working-directory: src
252252
AZURE_SUBSCRIPTION_ID: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
@@ -337,7 +337,7 @@ jobs:
337337
name: Azure 100MB image size experiment
338338
needs: build_client
339339
runs-on: [ self-hosted, azure ]
340-
timeout-minutes: 600
340+
timeout-minutes: 1200
341341
env:
342342
working-directory: src
343343
AZURE_SUBSCRIPTION_ID: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
@@ -428,7 +428,7 @@ jobs:
428428
name: GCR 50MB image size experiment
429429
needs: build_client
430430
runs-on: [ self-hosted, gcr ]
431-
timeout-minutes: 600
431+
timeout-minutes: 1200
432432
env:
433433
working-directory: src
434434
DOCKER_HUB_USERNAME: ${{ secrets.DOCKER_HUB_USERNAME }}
@@ -528,7 +528,7 @@ jobs:
528528
name: GCR 100MB image size experiment
529529
needs: build_client
530530
runs-on: [ self-hosted, gcr ]
531-
timeout-minutes: 600
531+
timeout-minutes: 1200
532532
env:
533533
working-directory: src
534534
DOCKER_HUB_USERNAME: ${{ secrets.DOCKER_HUB_USERNAME }}

.github/workflows/continuous-benchmarking-runtimes.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
name: AWS Cold Runtime Experiments
5757
needs: build_client
5858
runs-on: [ self-hosted, aws ]
59-
timeout-minutes: 600
59+
timeout-minutes: 1200
6060
strategy:
6161
matrix:
6262
runtime:
@@ -177,7 +177,7 @@ jobs:
177177
name: GCR Cold Runtime Experiments
178178
needs: build_client
179179
runs-on: [ self-hosted, gcr ]
180-
timeout-minutes: 600
180+
timeout-minutes: 1200
181181
strategy:
182182
matrix:
183183
runtime:
@@ -302,7 +302,7 @@ jobs:
302302
name: Azure Cold Runtime Experiments
303303
needs: build_client
304304
runs-on: [ self-hosted, azure ]
305-
timeout-minutes: 600
305+
timeout-minutes: 1200
306306
strategy:
307307
matrix:
308308
runtime:

0 commit comments

Comments
 (0)