Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
chuanqi129 committed Jul 5, 2024
1 parent 3ce0628 commit 9bcce4f
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Nightly-OnDemand Tests
name: E2E Nightly_OnDemand Tests

on:
schedule:
Expand Down Expand Up @@ -74,10 +74,10 @@ jobs:
if: github.event_name == 'schedule' || ${{ inputs.ut_suite }}
uses: ./.github/workflows/_linux_ut.yml
with:
keep_torch_xpu_ops: ${{ env.keep_torch_xpu_ops }}
ut: ${{ env.ut }}
pytorch: ${{ env.pytorch }}
python: ${{ env.python }}
keep_torch_xpu_ops: ${{ keep_torch_xpu_ops }}
ut: ${{ ut }}
pytorch: ${{ pytorch }}
python: ${{ python }}
runner: linux.idc.xpu

Linux-Nightly-Ondemand-E2E-Tests:
Expand Down

0 comments on commit 9bcce4f

Please sign in to comment.