Skip to content

Commit

Permalink
benchmark workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ydshieh committed May 30, 2024
1 parent 3243c36 commit e9e30c4
Showing 1 changed file with 16 additions and 9 deletions.
25 changes: 16 additions & 9 deletions .github/workflows/self-nightly-past-ci-caller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,22 @@ on:
- build-cleanup-docker-build-temp

jobs:
run_past_ci_pytorch_1-13:
name: PyTorch 1.13
if: (cancelled() != true) && ((github.event_name == 'schedule') || ((github.event_name == 'push') && startsWith(github.ref_name, 'build-cleanup-docker-build')))
uses: ./.github/workflows/self-past-caller.yml
with:
framework: pytorch
version: "1.13"
sha: ${{ github.sha }}
secrets: inherit
get_number:
name: Get number
runs-on: ubuntu-22.04
steps:
- name: Get number
run: echo "${{ env.GITHUB_RUN_ATTEMPT }}"

# run_past_ci_pytorch_1-13:
# name: PyTorch 1.13
# if: (cancelled() != true) && ((github.event_name == 'schedule') || ((github.event_name == 'push') && startsWith(github.ref_name, 'build-cleanup-docker-build')))
# uses: ./.github/workflows/self-past-caller.yml
# with:
# framework: pytorch
# version: "1.13"
# sha: ${{ github.sha }}
# secrets: inherit
#
# run_past_ci_pytorch_1-12:
# name: PyTorch 1.12
Expand Down

0 comments on commit e9e30c4

Please sign in to comment.