File tree Expand file tree Collapse file tree 7 files changed +24
-16
lines changed
Expand file tree Collapse file tree 7 files changed +24
-16
lines changed Original file line number Diff line number Diff line change 1212 - main
1313env :
1414 TEST_RESULTS : testbed/tests/results/junit/results.xml
15- # See: https://github.com/actions/ cache/issues/810#issuecomment-1222550359
16- # Cache downloads for this workflow consistently run in under 10 minutes
17- SEGMENT_DOWNLOAD_TIMEOUT_MINS : 15
15+ # Make sure to exit early if cache segment download times out after 2 minutes.
16+ # We limit cache download as a whole to 5 minutes.
17+ SEGMENT_DOWNLOAD_TIMEOUT_MINS : 2
1818
1919# Do not cancel this workflow on main
2020concurrency :
Original file line number Diff line number Diff line change 77 pull_request :
88env :
99 TEST_RESULTS : testbed/tests/results/junit/results.xml
10- # See: https://github.com/actions/ cache/issues/810#issuecomment-1222550359
11- # Cache downloads for this workflow consistently run in under 1 minute
12- SEGMENT_DOWNLOAD_TIMEOUT_MINS : 5
10+ # Make sure to exit early if cache segment download times out after 2 minutes.
11+ # We limit cache download as a whole to 5 minutes.
12+ SEGMENT_DOWNLOAD_TIMEOUT_MINS : 2
1313
1414# Do not cancel this workflow on main. See https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/16616
1515concurrency :
Original file line number Diff line number Diff line change 1212 - main
1313
1414env :
15- # See: https://github.com/actions/ cache/issues/810#issuecomment-1222550359
16- # Cache downloads for this workflow consistently run in under 1 minute
17- SEGMENT_DOWNLOAD_TIMEOUT_MINS : 5
15+ # Make sure to exit early if cache segment download times out after 2 minutes.
16+ # We limit cache download as a whole to 5 minutes.
17+ SEGMENT_DOWNLOAD_TIMEOUT_MINS : 2
1818
1919concurrency :
2020 group : ${{ github.workflow }}-${{ github.head_ref }}
Original file line number Diff line number Diff line change 77 tags :
88 - ' v[0-9]+.[0-9]+.[0-9]+*'
99 pull_request :
10-
10+ env :
11+ # Make sure to exit early if cache segment download times out after 2 minutes.
12+ # We limit cache download as a whole to 5 minutes.
13+ SEGMENT_DOWNLOAD_TIMEOUT_MINS : 2
1114jobs :
1215 docker-build :
1316 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -12,9 +12,9 @@ concurrency:
1212 cancel-in-progress : true
1313
1414env :
15- # See: https://github.com/actions/ cache/issues/810#issuecomment-1222550359
16- # Cache downloads for this workflow consistently run in under 2 minutes
17- SEGMENT_DOWNLOAD_TIMEOUT_MINS : 5
15+ # Make sure to exit early if cache segment download times out after 2 minutes.
16+ # We limit cache download as a whole to 5 minutes.
17+ SEGMENT_DOWNLOAD_TIMEOUT_MINS : 2
1818
1919jobs :
2020 setup-environment :
Original file line number Diff line number Diff line change @@ -12,9 +12,9 @@ concurrency:
1212 cancel-in-progress : true
1313
1414env :
15- # See: https://github.com/actions/ cache/issues/810#issuecomment-1222550359
16- # Cache downloads for this workflow consistently run in under 1 minute
17- SEGMENT_DOWNLOAD_TIMEOUT_MINS : 5
15+ # Make sure to exit early if cache segment download times out after 2 minutes.
16+ # We limit cache download as a whole to 5 minutes.
17+ SEGMENT_DOWNLOAD_TIMEOUT_MINS : 2
1818
1919jobs :
2020 prometheus-compliance-tests :
Original file line number Diff line number Diff line change 55 branches :
66 - main
77
8+ env :
9+ # Make sure to exit early if cache segment download times out after 2 minutes.
10+ # We limit cache download as a whole to 5 minutes.
11+ SEGMENT_DOWNLOAD_TIMEOUT_MINS : 2
12+
813jobs :
914 setup-environment :
1015 # disabling until permission issues is resolved
You can’t perform that action at this time.
0 commit comments