Skip to content

Commit 5ac41b4

Browse files
authored
Set timeout for "Report environment details" (#5451)
1 parent 52df740 commit 5ac41b4

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

.github/workflows/build-test-reusable.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,7 @@ jobs:
270270
echo "PTI_LIBS_DIR=$PTI_LIBS_DIR" | tee -a $GITHUB_ENV
271271
272272
- name: Report environment details
273+
timeout-minutes: 1
273274
run: |
274275
if [ "${{ matrix.suite }}" == "minicore" ]; then
275276
reports_file="reports/.env"

.github/workflows/build-test-windows.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ jobs:
7676
echo "PYTORCH_VERSION=$PYTORCH_VERSION" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
7777
7878
- name: Identify GPU
79+
timeout-minutes: 1
7980
run: |
8081
# Initializing oneAPI to enable sycl-ls, which is used in capture-hw-details.sh on Windows.
8182
Invoke-BatchFile "C:\Program Files (x86)\Intel\oneAPI\setvars.bat"

.github/workflows/e2e-reusable.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,7 @@ jobs:
247247
fi
248248
249249
- name: Report environment details
250+
timeout-minutes: 1
250251
run: |
251252
mkdir -p inductor_log
252253
TIMESTAMP=$(date '+%Y%m%d%H%M%S')

.github/workflows/e2e-windows.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,7 @@ jobs:
301301
302302
303303
- name: Identify GPU
304+
timeout-minutes: 1
304305
run: |
305306
# Initializing oneAPI to enable sycl-ls, which is used in capture-hw-details.sh on Windows.
306307
Invoke-BatchFile "C:\Program Files (x86)\Intel\oneAPI\setvars.bat"

.github/workflows/inductor-tests-reusable.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ jobs:
7878
7979
- name: Report environment details
8080
if: always()
81+
timeout-minutes: 1
8182
run: |
8283
source ./scripts/capture-hw-details.sh --quiet
8384
TIMESTAMP=$(date '+%Y%m%d%H%M%S')

0 commit comments

Comments
 (0)