Skip to content

Commit

Permalink
torchbench
Browse files Browse the repository at this point in the history
  • Loading branch information
mengfei25 committed Jul 17, 2024
1 parent 976314a commit ae3c8f8
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions .github/workflows/nightly_ondemand.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,18 +64,8 @@ concurrency:
cancel-in-progress: true

jobs:
Linux-Nightly-Ondemand-UT-Tests:
if: github.event_name == 'schedule' || ${{ inputs.ut_suite }}
uses: ./.github/workflows/_linux_ut.yml
with:
keep_torch_xpu_ops: ${{ github.event_name == 'schedule' && 'false' || inputs.keep_torch_xpu_ops }}
ut: ${{ github.event_name == 'schedule' && 'op_example,op_extended,op_ut,torch_xpu' || inputs.ut }}
pytorch: ${{ github.event_name == 'schedule' && 'main' || inputs.pytorch }}
python: ${{ github.event_name == 'schedule' && '3.10' || inputs.python }}
runner: linux.idc.xpu

Linux-Nightly-Ondemand-E2E-Tests:
runs-on: pvc_e2e
runs-on: e2e_internal
# Don't run on forked repos
if: github.repository_owner == 'intel'
timeout-minutes: 900
Expand Down Expand Up @@ -232,7 +222,7 @@ jobs:

Tests-Failure-And-Report:
if: always()
runs-on: pvc_e2e
runs-on: e2e_internal
permissions:
issues: write
env:
Expand Down

0 comments on commit ae3c8f8

Please sign in to comment.