From 298b1fafb4ae646745ce28ac3cd0949cf6db6aa5 Mon Sep 17 00:00:00 2001 From: Melissa Jost Date: Wed, 2 Aug 2023 15:07:33 -0700 Subject: [PATCH] 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 --- .github/workflows/daily-tests.yaml | 2 +- .github/workflows/weekly-tests.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/daily-tests.yaml b/.github/workflows/daily-tests.yaml index 0384bfeadb..60203f1017 100644 --- a/.github/workflows/daily-tests.yaml +++ b/.github/workflows/daily-tests.yaml @@ -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] diff --git a/.github/workflows/weekly-tests.yaml b/.github/workflows/weekly-tests.yaml index dd81555f00..fad5d6f327 100644 --- a/.github/workflows/weekly-tests.yaml +++ b/.github/workflows/weekly-tests.yaml @@ -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: |