Skip to content

Commit d55e6f3

Browse files
authored
[CI] Move sycl-cts timeout (#18618)
It's the wrong place for this property. Move to the right one. Test run: https://github.com/intel/llvm/actions/runs/15183290790
1 parent 35e0354 commit d55e6f3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/sycl-linux-run-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,9 @@ jobs:
321321
- name: Run SYCL CTS Tests
322322
if: inputs.tests_selector == 'cts'
323323
uses: ./devops/actions/run-tests/cts
324+
# Normally this job takes less than 10m. But sometimes it hangs up and
325+
# reaches the 360m limit. Set a lower limit to free up the runner earlier.
326+
timeout-minutes: 35
324327
with:
325328
ref: ${{ inputs.tests_ref || 'main' }}
326329
cts_exclude_ref: ${{ inputs.repo_ref }}

.github/workflows/sycl-nightly.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -217,9 +217,6 @@ jobs:
217217
run-sycl-cts-linux:
218218
needs: [ubuntu2204_build, build-sycl-cts-linux]
219219
if: ${{ always() && !cancelled() && needs.ubuntu2204_build.outputs.build_conclusion == 'success' }}
220-
# Normally these jobs take less than 10m. But sometimes the job hangs up and
221-
# reaches the 360m limit. Set a lower limit to free up the runner earlier.
222-
timeout-minutes: 35
223220
strategy:
224221
fail-fast: false
225222
matrix:

0 commit comments

Comments
 (0)