Skip to content

Commit

Permalink
Remove workflow input to select PTDB (#3071)
Browse files Browse the repository at this point in the history
There is no PTDB on the runners, removing unsupported option.

Fixes #2701.
  • Loading branch information
pbchekin authored Dec 27, 2024
1 parent 2705442 commit 93df768
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/triton-benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,6 @@ on:
description: Use Python built with pyenv
type: boolean
default: false
oneapi_bundle:
description: oneAPI bundle
type: choice
options:
- PTDB
- DLE
default: DLE

schedule:
- cron: "5 23 * * *"
Expand Down Expand Up @@ -71,14 +64,6 @@ jobs:
${{ toJSON(inputs) }}
EOF
- name: Use DLE
if: ${{ (github.oneapi_bundle || 'DLE') == 'DLE' }}
shell: bash
run: |
if [[ -e /opt/intel/dle ]]; then
sudo ln -sfT /opt/intel/dle /opt/intel/oneapi
fi
- name: Checkout repository
uses: actions/checkout@v4

Expand Down

0 comments on commit 93df768

Please sign in to comment.