53
53
env :
54
54
CONCURRENCY_CONTEXT : ${{ github.ref }}-${{ github.workflow }}-${{ (github.event_name == 'pull_request' && github.event.number) || (github.event_name == 'workflow_dispatch' && github.run_number) || github.sha }}
55
55
run : echo "$CONCURRENCY_CONTEXT"
56
- - uses : Wandalen/wretry.action@v1.0.36
56
+ - uses : Wandalen/wretry.action@v1.0.41
57
57
name : Checkout
58
58
with :
59
59
action : actions/checkout@v3.5.2
@@ -69,14 +69,18 @@ jobs:
69
69
mkdir /tmp/cores || true
70
70
sysctl -w kernel.core_pattern=/tmp/cores/core.%u.%p.%t || true
71
71
72
- - name : Bootstrap cache
73
- uses : buildjet/ cache@v3
74
- timeout-minutes : 10
72
+ - uses : Wandalen/wretry.action@v1.0.41
73
+ name : Bootstrap cache
74
+ timeout-minutes : 20
75
75
with :
76
- key : ${{ runner.os }}-env-${{ hashFiles('scripts/setup/*', 'third_party/pigweed/**') }}
77
- path : |
78
- .environment
79
- build_overrides/pigweed_environment.gni
76
+ action : buildjet/cache@v3
77
+ attempt_limit : 3
78
+ attempt_delay : 2000
79
+ with : |
80
+ key: ${{ runner.os }}-env-${{ hashFiles('scripts/setup/*', 'third_party/pigweed/**') }}
81
+ path: |
82
+ .environment
83
+ build_overrides/pigweed_environment.gni
80
84
- name : Bootstrap
81
85
timeout-minutes : 10
82
86
run : bash scripts/bootstrap.sh
@@ -165,7 +169,7 @@ jobs:
165
169
env :
166
170
CONCURRENCY_CONTEXT : ${{ github.ref }}-${{ github.workflow }}-${{ (github.event_name == 'pull_request' && github.event.number) || (github.event_name == 'workflow_dispatch' && github.run_number) || github.sha }}
167
171
run : echo "$CONCURRENCY_CONTEXT"
168
- - uses : Wandalen/wretry.action@v1.0.36
172
+ - uses : Wandalen/wretry.action@v1.0.41
169
173
name : Checkout
170
174
with :
171
175
action : actions/checkout@v3.5.2
@@ -186,14 +190,18 @@ jobs:
186
190
mkdir /tmp/cores || true
187
191
sysctl -w kernel.core_pattern=/tmp/cores/core.%u.%p.%t || true
188
192
189
- - name : Bootstrap cache
190
- uses : buildjet/ cache@v3
191
- timeout-minutes : 10
193
+ - uses : Wandalen/wretry.action@v1.0.41
194
+ name : Bootstrap cache
195
+ timeout-minutes : 20
192
196
with :
193
- key : ${{ runner.os }}-env-${{ hashFiles('scripts/setup/*', 'third_party/pigweed/**') }}
194
- path : |
195
- .environment
196
- build_overrides/pigweed_environment.gni
197
+ action : buildjet/cache@v3
198
+ attempt_limit : 3
199
+ attempt_delay : 2000
200
+ with : |
201
+ key: ${{ runner.os }}-env-${{ hashFiles('scripts/setup/*', 'third_party/pigweed/**') }}
202
+ path: |
203
+ .environment
204
+ build_overrides/pigweed_environment.gni
197
205
- name : Bootstrap
198
206
timeout-minutes : 10
199
207
run : bash scripts/bootstrap.sh
@@ -337,7 +345,7 @@ jobs:
337
345
env :
338
346
CONCURRENCY_CONTEXT : ${{ github.ref }}-${{ github.workflow }}-${{ (github.event_name == 'pull_request' && github.event.number) || (github.event_name == 'workflow_dispatch' && github.run_number) || github.sha }}
339
347
run : echo "$CONCURRENCY_CONTEXT"
340
- - uses : Wandalen/wretry.action@v1.0.36
348
+ - uses : Wandalen/wretry.action@v1.0.41
341
349
name : Checkout
342
350
with :
343
351
action : actions/checkout@v3.5.2
@@ -348,14 +356,18 @@ jobs:
348
356
- name : Checkout submodules
349
357
run : scripts/checkout_submodules.py --allow-changing-global-git-config --shallow --platform linux
350
358
351
- - name : Bootstrap cache
352
- uses : buildjet/ cache@v3
353
- timeout-minutes : 10
359
+ - uses : Wandalen/wretry.action@v1.0.41
360
+ name : Bootstrap cache
361
+ timeout-minutes : 20
354
362
with :
355
- key : ${{ runner.os }}-env-${{ hashFiles('scripts/setup/*', 'third_party/pigweed/**') }}
356
- path : |
357
- .environment
358
- build_overrides/pigweed_environment.gni
363
+ action : buildjet/cache@v3
364
+ attempt_limit : 3
365
+ attempt_delay : 2000
366
+ with : |
367
+ key: ${{ runner.os }}-env-${{ hashFiles('scripts/setup/*', 'third_party/pigweed/**') }}
368
+ path: |
369
+ .environment
370
+ build_overrides/pigweed_environment.gni
359
371
- name : Bootstrap
360
372
timeout-minutes : 10
361
373
run : bash scripts/bootstrap.sh
@@ -388,7 +400,7 @@ jobs:
388
400
if : github.actor != 'restyled-io[bot]'
389
401
390
402
steps :
391
- - uses : Wandalen/wretry.action@v1.0.36
403
+ - uses : Wandalen/wretry.action@v1.0.41
392
404
name : Checkout
393
405
with :
394
406
action : actions/checkout@v3.5.2
@@ -407,14 +419,18 @@ jobs:
407
419
run : |
408
420
mkdir -p ~/Library/Logs/DiagnosticReports || true
409
421
410
- - name : Bootstrap cache
411
- uses : buildjet/ cache@v3
412
- timeout-minutes : 10
422
+ - uses : Wandalen/wretry.action@v1.0.41
423
+ name : Bootstrap cache
424
+ timeout-minutes : 20
413
425
with :
414
- key : ${{ runner.os }}-env-${{ hashFiles('scripts/setup/*', 'third_party/pigweed/**') }}
415
- path : |
416
- .environment
417
- build_overrides/pigweed_environment.gni
426
+ action : buildjet/cache@v3
427
+ attempt_limit : 3
428
+ attempt_delay : 2000
429
+ with : |
430
+ key: ${{ runner.os }}-env-${{ hashFiles('scripts/setup/*', 'third_party/pigweed/**') }}
431
+ path: |
432
+ .environment
433
+ build_overrides/pigweed_environment.gni
418
434
- name : Bootstrap
419
435
timeout-minutes : 25
420
436
run : bash scripts/bootstrap.sh
@@ -496,7 +512,7 @@ jobs:
496
512
net.ipv4.conf.all.forwarding=1 net.ipv6.conf.all.forwarding=1"
497
513
498
514
steps :
499
- - uses : Wandalen/wretry.action@v1.0.36
515
+ - uses : Wandalen/wretry.action@v1.0.41
500
516
name : Checkout
501
517
with :
502
518
action : actions/checkout@v3.5.2
@@ -507,14 +523,18 @@ jobs:
507
523
- name : Checkout submodules
508
524
run : scripts/checkout_submodules.py --allow-changing-global-git-config --shallow --platform linux
509
525
510
- - name : Bootstrap cache
511
- uses : buildjet/ cache@v3
512
- timeout-minutes : 10
526
+ - uses : Wandalen/wretry.action@v1.0.41
527
+ name : Bootstrap cache
528
+ timeout-minutes : 20
513
529
with :
514
- key : ${{ runner.os }}-env-${{ hashFiles('scripts/setup/*', 'third_party/pigweed/**') }}
515
- path : |
516
- .environment
517
- build_overrides/pigweed_environment.gni
530
+ action : buildjet/cache@v3
531
+ attempt_limit : 3
532
+ attempt_delay : 2000
533
+ with : |
534
+ key: ${{ runner.os }}-env-${{ hashFiles('scripts/setup/*', 'third_party/pigweed/**') }}
535
+ path: |
536
+ .environment
537
+ build_overrides/pigweed_environment.gni
518
538
- name : Bootstrap
519
539
timeout-minutes : 10
520
540
run : bash scripts/bootstrap.sh
0 commit comments