misc: Update test names in daily and weekly yaml files
Updates the directories in which tests are run in accordance with the refactoring of the testing directory Change-Id: I93f5c5b0236c5180da04deb425ec2ed6804fa003
This commit is contained in:
2
.github/workflows/daily-tests.yaml
vendored
2
.github/workflows/daily-tests.yaml
vendored
@@ -74,7 +74,7 @@ jobs:
|
||||
testlib-long-tests:
|
||||
strategy:
|
||||
matrix:
|
||||
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]
|
||||
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]
|
||||
runs-on: [self-hosted, linux, x64, run]
|
||||
container: gcr.io/gem5-test/ubuntu-22.04_all-dependencies:latest
|
||||
needs: [name-artifacts, build-gem5]
|
||||
|
||||
Reference in New Issue
Block a user