Skip to content

Commit c5529c1

Browse files
Remove transient network retry settings
Removed transient network retry settings from CI configuration.
1 parent 692669b commit c5529c1

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/testpr.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@ env:
88
SAVE_CACHE_AS_ARTIFACT: 'true'
99
# Change to 'true' to ignore cache and force a full rebuild, but please restore to 'false' before merging
1010
IGNORE_CACHE_AND_DO_FULL_REBUILD: 'false'
11-
# Retries for transient DNS/git-fetch failures in CI (see Could not resolve host: github.com)
12-
CI_TRANSIENT_NET_MAX_RETRIES: '6'
13-
CI_TRANSIENT_NET_BASE_DELAY_SEC: '20'
11+
1412
jobs:
1513
build:
1614
strategy:

0 commit comments

Comments
 (0)