Rename vortex->radiance; disable MemtraceCoreConfig

This commit is contained in:
Hansung Kim
2024-01-25 23:07:56 -08:00
parent 363b1feb10
commit 1c251bcba0
3 changed files with 8 additions and 8 deletions

View File

@@ -167,8 +167,8 @@ jobs:
##########################################################################
chipyard-vortex-run-tests:
name: chipyard-vortex-run-tests
chipyard-radiance-run-tests:
name: chipyard-radiance-run-tests
needs: prepare-chipyard-gpu
runs-on: self-hosted
steps:
@@ -188,7 +188,7 @@ jobs:
uses: ./.github/actions/run-tests
with:
group-key: "group-gpu"
project-key: "chipyard-vortex"
project-key: "chipyard-radiance"
chipyard-coalescer-run-tests:
name: chipyard-coalescer-run-tests
@@ -243,8 +243,8 @@ jobs:
all_tests_passed:
name: "all tests passed"
needs: [
chipyard-vortex-run-tests,
chipyard-coalescer-run-tests,
chipyard-radiance-run-tests,
# chipyard-coalescer-run-tests,
coalescer-run-tests,
]
runs-on: self-hosted