tests,gpu-compute: Fix Daily/Weekly GPU tests failures (#1485)
Without specifying the "gem5/gpu" directory, this test attempted to run the entire test suite. This caused the daily and weekly tests to fail. This change fixes this.
This commit is contained in:
2
.github/workflows/daily-tests.yaml
vendored
2
.github/workflows/daily-tests.yaml
vendored
@@ -94,7 +94,7 @@ jobs:
|
||||
|
||||
- name: Run Testlib GPU Tests
|
||||
working-directory: ${{ github.workspace }}/tests
|
||||
run: ./main.py run --length=long --skip-build -vvv -t $(nproc) --host gcn_gpu
|
||||
run: ./main.py run --length=long --skip-build -vvv -t $(nproc) --host gcn_gpu gem5/gpu
|
||||
|
||||
- name: Upload results
|
||||
if: success() || failure()
|
||||
|
||||
2
.github/workflows/weekly-tests.yaml
vendored
2
.github/workflows/weekly-tests.yaml
vendored
@@ -74,7 +74,7 @@ jobs:
|
||||
|
||||
- name: Run Testlib GPU Tests
|
||||
working-directory: ${{ github.workspace }}/tests
|
||||
run: ./main.py run --length=very-long --skip-build -vvv -t $(nproc) --host gcn_gpu
|
||||
run: ./main.py run --length=very-long --skip-build -vvv -t $(nproc) --host gcn_gpu gem5/gpu
|
||||
|
||||
- name: Upload results
|
||||
if: success() || failure()
|
||||
|
||||
Reference in New Issue
Block a user