From e52f85dffe09090b5a0eabe20ec95a81c9862dd5 Mon Sep 17 00:00:00 2001 From: Renato Golin Date: Wed, 31 Jan 2024 12:48:13 +0000 Subject: [PATCH] fixup --- .github/workflows/tpp-mlir.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tpp-mlir.yml b/.github/workflows/tpp-mlir.yml index 140319f86..1536bf4ff 100644 --- a/.github/workflows/tpp-mlir.yml +++ b/.github/workflows/tpp-mlir.yml @@ -9,29 +9,33 @@ on: branches: [ "ghactions" ] jobs: - runs-on: self-hosted Check_LLVM: + runs-on: self-hosted run: "BUILD=1 scripts/buildkite/check_llvm.sh" TPP-MLIR-gcc-rel: + runs-on: self-hosted needs: Check_LLVM run: "${SRUN} --partition=spr-all --time=0:30:00 -- \ 'KIND=Release COMPILER=gcc CHECK=1 ONEDNN=1 \ scripts/buildkite/build_tpp.sh'" TPP-MLIR-gcc-deb: + runs-on: self-hosted needs: Check_LLVM run: "${SRUN} --partition=spr-all --time=0:30:00 -- \ 'KIND=Debug COMPILER=gcc CHECK=1 ONEDNN=1 \ scripts/buildkite/build_tpp.sh'" TPP-MLIR-clang-rel: + runs-on: self-hosted needs: Check_LLVM run: "${SRUN} --partition=spr-all --time=0:30:00 -- \ 'KIND=Release COMPILER=clang LINKER=lld CHECK=1 ONEDNN=1 \ scripts/buildkite/build_tpp.sh'" - - label: "TPP-MLIR-clang-deb" + TPP-MLIR-clang-deb: + runs-on: self-hosted needs: Check_LLVM command: "${SRUN} --partition=spr-all --time=0:30:00 -- \ 'KIND=Debug COMPILER=clang LINKER=lld SANITIZERS=1 CHECK=1 ONEDNN=1 \