From 0792d94b6f2caa0dc3605d38eb5da385ae2aca14 Mon Sep 17 00:00:00 2001 From: "Bobby R. Bruce" Date: Tue, 1 Oct 2024 08:53:31 -0700 Subject: [PATCH] misc,tests: Test docker runners vs self-hosted --- .github/workflows/compiler-tests.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/compiler-tests.yaml b/.github/workflows/compiler-tests.yaml index eb570916bc..2654a405ff 100644 --- a/.github/workflows/compiler-tests.yaml +++ b/.github/workflows/compiler-tests.yaml @@ -16,7 +16,8 @@ jobs: image: [gcc-version-13, gcc-version-12, gcc-version-11, gcc-version-10, clang-version-18, clang-version-17, clang-version-16, clang-version-15, clang-version-14, ubuntu-22.04_all-dependencies, ubuntu-24.04_all-dependencies, ubuntu-24.04_min-dependencies] opts: [.opt, .fast] - runs-on: [self-hosted, linux, x64] + runs-on: ubuntu-latest + #runs-on: [self-hosted, linux, x64] timeout-minutes: 2880 # 48 hours container: ghcr.io/gem5/${{ matrix.image }}:latest steps: @@ -34,7 +35,8 @@ jobs: NULL_MOESI_CMP_directory, NULL_MOESI_CMP_token, NULL_MOESI_hammer, POWER, RISCV, SPARC, X86, X86_MI_example, X86_MOESI_AMD_Base, VEGA_X86] image: [gcc-version-13, clang-version-18] opts: [.opt] - runs-on: [self-hosted, linux, x64] + runs-on: ubuntu-latest + #runs-on: [self-hosted, linux, x64] timeout-minutes: 2880 # 48 hours container: ghcr.io/gem5/${{ matrix.image }}:latest steps: