Skip to content

Commit

Permalink
[CI] Move functional tests to a wider allocation (#791)
Browse files Browse the repository at this point in the history
  • Loading branch information
rengolin authored Nov 19, 2023
1 parent 2edc3d4 commit 4091bf8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/buildkite/tpp-mlir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,21 @@ steps:
- wait

- label: "TPP-MLIR-gcc-rel"
command: "${SRUN} --partition=spr --time=0:30:00 -- \
command: "${SRUN} --partition=spr-all --time=0:30:00 -- \
'KIND=Release COMPILER=gcc CHECK=1 \
scripts/buildkite/build_tpp.sh'"

- label: "TPP-MLIR-gcc-deb"
command: "${SRUN} --partition=spr --time=0:30:00 -- \
command: "${SRUN} --partition=spr-all --time=0:30:00 -- \
'KIND=Debug COMPILER=gcc CHECK=1 \
scripts/buildkite/build_tpp.sh'"

- label: "TPP-MLIR-clang-rel"
command: "${SRUN} --partition=spr --time=0:30:00 -- \
command: "${SRUN} --partition=spr-all --time=0:30:00 -- \
'KIND=Release COMPILER=clang LINKER=lld CHECK=1 \
scripts/buildkite/build_tpp.sh'"

- label: "TPP-MLIR-clang-deb"
command: "${SRUN} --partition=spr --time=0:30:00 -- \
command: "${SRUN} --partition=spr-all --time=0:30:00 -- \
'KIND=Debug COMPILER=clang LINKER=lld SANITIZERS=1 CHECK=1 \
scripts/buildkite/build_tpp.sh'"

0 comments on commit 4091bf8

Please sign in to comment.