Skip to content

Commit f29bfc0

Browse files
authored
misc: Sync GitHub Workflow files from develop to stable (gem5#179)
2 parents 6835f06 + 9045961 commit f29bfc0

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.github/workflows/compiler-tests.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
image: [gcc-version-12, gcc-version-11, gcc-version-10, gcc-version-9, gcc-version-8, clang-version-14, clang-version-13, clang-version-12, clang-version-11, clang-version-10, clang-version-9, clang-version-8, clang-version-7, ubuntu-20.04_all-dependencies, ubuntu-22.04_all-dependencies, ubuntu-22.04_min-dependencies]
2020
opts: [.opt, .fast]
2121
runs-on: [self-hosted, linux, x64, run]
22+
continue-on-error: true
2223
timeout-minutes: 2880 # 48 hours
2324
container: gcr.io/gem5-test/${{ matrix.image }}:latest
2425
steps:
@@ -39,6 +40,7 @@ jobs:
3940
image: [gcc-version-12, clang-version-14]
4041
opts: [.opt]
4142
runs-on: [self-hosted, linux, x64, run]
43+
continue-on-error: true
4244
timeout-minutes: 2880 # 48 hours
4345
container: gcr.io/gem5-test/${{ matrix.image }}:latest
4446
steps:

.github/workflows/daily-tests.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
- image: NULL_MI_example
3737
command-line: --default=NULL PROTOCOL=MI_example -j $(nproc)
3838
runs-on: [self-hosted, linux, x64, build]
39+
continue-on-error: true
3940
needs: name-artifacts
4041
container: gcr.io/gem5-test/ubuntu-22.04_all-dependencies:latest
4142
steps:
@@ -76,6 +77,7 @@ jobs:
7677
matrix:
7778
test-type: [arm_boot_tests, fs, gem5_library_example_tests, gpu, insttest_se, learning_gem5, m5threads_test_atomic, memory, multi_isa, replacement_policies, riscv_boot_tests, stdlib, x86_boot_tests]
7879
runs-on: [self-hosted, linux, x64, run]
80+
continue-on-error: true
7981
container: gcr.io/gem5-test/ubuntu-22.04_all-dependencies:latest
8082
needs: [name-artifacts, build-gem5]
8183
timeout-minutes: 1440 # 24 hours for entire matrix to run
@@ -167,6 +169,7 @@ jobs:
167169
matrix:
168170
test-type: [gem5-library-example-x86-ubuntu-run-ALL-x86_64-opt, gem5-library-example-riscv-ubuntu-run-ALL-x86_64-opt, lupv-example-ALL-x86_64-opt, gem5-library-example-arm-ubuntu-run-test-ALL-x86_64-opt, gem5-library-example-riscvmatched-hello-ALL-x86_64-opt]
169171
container: gcr.io/gem5-test/ubuntu-22.04_all-dependencies:latest
172+
continue-on-error: true
170173
needs: [name-artifacts, build-gem5]
171174
timeout-minutes: 1440 # 24 hours
172175
steps:

.github/workflows/weekly-tests.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
matrix:
4040
test-type: [gem5_library_example_tests, gem5_resources, parsec_benchmarks, x86_boot_tests]
4141
runs-on: [self-hosted, linux, x64, run]
42+
continue-on-error: true
4243
container: gcr.io/gem5-test/ubuntu-22.04_all-dependencies:latest
4344
needs: [build-gem5]
4445
timeout-minutes: 4320 # 3 days

0 commit comments

Comments
 (0)