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:
Melissa Jost
2023-08-02 15:07:33 -07:00
parent 3bf92d0e0b
commit 298b1fafb4
2 changed files with 5 additions and 5 deletions

View File

@@ -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]

View File

@@ -93,7 +93,7 @@ jobs:
- run: chmod u+x build/ALL/gem5.opt
- name: very-long gem5-resources tests
working-directory: ${{ github.workspace }}/tests
run: ./main.py run gem5/gem5-resources --length very-long --skip-build -vv -t $(nproc)
run: ./main.py run gem5/gem5_resources --length very-long --skip-build -vv -t $(nproc)
- name: create zip of results
if: success() || failure()
run: |
@@ -131,9 +131,9 @@ jobs:
name: ${{needs.build-gem5.outputs.build-name}}
path: build/ALL
- run: chmod u+x build/ALL/gem5.opt
- name: very-long x86-boot-tests
- name: very-long parsec_benchmarks
working-directory: ${{ github.workspace }}/tests
run: ./main.py run gem5/x86-boot-tests --length very-long --skip-build -vv -t $(nproc)
run: ./main.py run gem5/parsec_benchmarks --length very-long --skip-build -vv -t $(nproc)
- name: create zip of results
if: success() || failure()
run: |
@@ -173,7 +173,7 @@ jobs:
- run: chmod u+x build/ALL/gem5.opt
- name: very-long x86-boot-tests
working-directory: ${{ github.workspace }}/tests
run: ./main.py run gem5/x86-boot-tests --length very-long --skip-build -vv -t $(nproc)
run: ./main.py run gem5/x86_boot_tests --length very-long --skip-build -vv -t $(nproc)
- name: create zip of results
if: success() || failure()
run: |