misc: Add missing dependency to daily tests

The refactoring to the daily tests was missing the dependency
on the 'name-artifacts' job, which is necessary for downloading
all the gem5 artifacts.  This adds it in so the tests run as
expected.

Change-Id: I0d71ab147395f41c881f2b24597bc07006e1f9c0
This commit is contained in:
Melissa Jost
2023-07-26 23:46:20 -07:00
parent 5888ea68a3
commit 415a6eb9d4

View File

@@ -168,7 +168,7 @@ jobs:
matrix:
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]
container: gcr.io/gem5-test/ubuntu-22.04_all-dependencies:latest
needs: build-gem5
needs: [name-artifacts, build-gem5]
timeout-minutes: 1440 # 24 hours
steps:
- uses: actions/checkout@v3