Skip to content

Commit

Permalink
Add rolling nightly and weekly tests (#733)
Browse files Browse the repository at this point in the history
1. UT
2. E2E
  • Loading branch information
mengfei25 authored Aug 12, 2024
1 parent a1657ad commit 11f27e8
Show file tree
Hide file tree
Showing 2 changed files with 374 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly_ondemand.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ on:
permissions: read-all

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref_name }}-${{ github.ref_type == 'branch' && github.sha }}-${{ github.event_name == 'workflow_dispatch' }}-${{ github.event_name == 'schedule' }}-${{ inputs.suite }}-${{ inputs.dt }}-${{ inputs.mode }}-${{ inputs.scenario }}-${{ inputs.triton }}-${{ inputs.model }}
group: ${{ github.workflow }}-${{ github.sha }}-${{ github.event_name }}-${{ inputs.pytorch }}-${{ inputs.keep_torch_xpu_ops }}-${{ inputs.ut }}-${{ inputs.triton }}-${{ inputs.suite }}-${{ inputs.dt }}-${{ inputs.mode }}-${{ inputs.scenario }}-${{ inputs.model }}-${{ inputs.python }}
cancel-in-progress: true

jobs:
Expand Down Expand Up @@ -288,7 +288,7 @@ jobs:

Tests-Failure-And-Report:
if: ${{ ! cancelled() }}
runs-on: pvc_e2e
runs-on: [ self-hosted, Linux ]
permissions:
issues: write
env:
Expand Down
Loading

0 comments on commit 11f27e8

Please sign in to comment.