Skip to content

Commit

Permalink
2.6 rolling
Browse files Browse the repository at this point in the history
  • Loading branch information
mengfei25 committed Dec 4, 2024
1 parent 8bda603 commit 4166915
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/_linux_ut.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ permissions: read-all
jobs:
Torch-XPU-UT-Tests:
runs-on: ${{ inputs.runner }}
timeout-minutes: 900
timeout-minutes: 9000
env:
NEOReadDebugKeys: 1
DisableScratchPages: 1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly_ondemand_whl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
runs-on: pvc_rolling
# Don't run on forked repos
if: github.repository_owner == 'intel'
timeout-minutes: 3600
timeout-minutes: 36000
env:
pytorch: ${{ github.event_name == 'schedule' && 'nightly' || inputs.pytorch }}
ut: ${{ github.event_name == 'schedule' && 'op_regression,op_regression_dev1,op_extended,op_ut,torch_xpu' || inputs.ut }}
Expand Down

0 comments on commit 4166915

Please sign in to comment.