Skip to content

Commit

Permalink
Remove triton_commit_id from setup
Browse files Browse the repository at this point in the history
  • Loading branch information
pbchekin committed Apr 20, 2024
1 parent b4f4408 commit c869047
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/e2e-performance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ jobs:
mode: ${{ steps.set-matrix.outputs.mode }}
dtype: ${{ steps.set-matrix.outputs.dtype }}
models: ${{ steps.set-matrix.outputs.models }}
triton_commit_id: ${{ steps.setup.outputs.github_sha }}
timeout-minutes: 30
defaults:
run:
Expand Down Expand Up @@ -108,14 +107,6 @@ jobs:
echo "dtype=$dtype" >> $GITHUB_OUTPUT
echo "models=$models" >> $GITHUB_OUTPUT
- name: Checkout repository
uses: actions/checkout@v4

- name: Set up parameters
id: setup
run :
echo "github_sha=$GITHUB_SHA" >> $GITHUB_OUTPUT

print_inputs:
name: Print inputs
needs: setup
Expand Down Expand Up @@ -147,8 +138,6 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
ref: ${{ needs.setup.outputs.dtype.triton_commit_id }}

- name: Get LLVM commit id
run: |
Expand Down

0 comments on commit c869047

Please sign in to comment.