From 4091bf8ff26ece1d7e5fc8d9098ec7ef95db0e22 Mon Sep 17 00:00:00 2001 From: Renato Golin Date: Sun, 19 Nov 2023 22:08:07 +0000 Subject: [PATCH] [CI] Move functional tests to a wider allocation (#791) --- scripts/buildkite/tpp-mlir.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/buildkite/tpp-mlir.yml b/scripts/buildkite/tpp-mlir.yml index f7b45516f..92d608b4b 100644 --- a/scripts/buildkite/tpp-mlir.yml +++ b/scripts/buildkite/tpp-mlir.yml @@ -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'"