Skip to content

Commit

Permalink
SRUN
Browse files Browse the repository at this point in the history
  • Loading branch information
rengolin committed Jan 31, 2024
1 parent dcc4d12 commit e90d838
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tpp-mlir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
needs: Check_LLVM
steps:
- name: GCC Release
run: "${SRUN} --partition=spr-all --time=0:30:00 -- \
run: "${{ secrets.SRUN }} --partition=spr-all --time=0:30:00 -- \
'KIND=Release COMPILER=gcc CHECK=1 ONEDNN=1 \
scripts/buildkite/build_tpp.sh'"

Expand All @@ -29,7 +29,7 @@ jobs:
needs: Check_LLVM
steps:
- name: GCC Debug
run: "${SRUN} --partition=spr-all --time=0:30:00 -- \
run: "${{ secrets.SRUN }} --partition=spr-all --time=0:30:00 -- \
'KIND=Debug COMPILER=gcc CHECK=1 ONEDNN=1 \
scripts/buildkite/build_tpp.sh'"

Expand All @@ -38,7 +38,7 @@ jobs:
needs: Check_LLVM
steps:
- name: Clang Release
run: "${SRUN} --partition=spr-all --time=0:30:00 -- \
run: "${{ secrets.SRUN }} --partition=spr-all --time=0:30:00 -- \
'KIND=Release COMPILER=clang LINKER=lld CHECK=1 ONEDNN=1 \
scripts/buildkite/build_tpp.sh'"

Expand All @@ -47,6 +47,6 @@ jobs:
needs: Check_LLVM
steps:
- name: Clang Debug Sanitizers
run: "${SRUN} --partition=spr-all --time=0:30:00 -- \
run: "${{ secrets.SRUN }} --partition=spr-all --time=0:30:00 -- \
'KIND=Debug COMPILER=clang LINKER=lld SANITIZERS=1 CHECK=1 ONEDNN=1 \
scripts/buildkite/build_tpp.sh'"

0 comments on commit e90d838

Please sign in to comment.