diff options
| author | WilliamMTK <[email protected]> | 2025-07-04 15:11:15 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-07-04 19:11:15 +0000 |
| commit | 67d8a3bee44c48ebe15bf5aeb072bf4cb4950228 (patch) | |
| tree | 3af39d22d0e2938e5e93ffd1ab9e996773d25dd1 /.github/workflows/sst_integration.yml | |
| parent | 22159f160cc9b775dcb9b95e80f71e6b5a925650 (diff) | |
Update ci (#119)
* update_ci: use test matrix
* update_ci: add updated test script and better name
* update_ci: use minimal image for accelsim test as well
* update_ci: use github image for sst run
* update_ci: revert main yaml
Diffstat (limited to '.github/workflows/sst_integration.yml')
| -rw-r--r-- | .github/workflows/sst_integration.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/sst_integration.yml b/.github/workflows/sst_integration.yml index 4a88bf3..cb94de4 100644 --- a/.github/workflows/sst_integration.yml +++ b/.github/workflows/sst_integration.yml @@ -24,7 +24,7 @@ jobs: # test_type: [simple, medium, long] test_type: [simple, medium] container: - image: tgrogers/accel-sim_regress:SST-Integration-Ubuntu-22.04-cuda-11.7-llvm-18.1.8-riscv-gnu-2024.08.06-nightly + image: ghcr.io/accel-sim/accel-sim-framework:SST-Integration-Ubuntu-22.04-cuda-11.7-llvm-18.1.8-riscv-gnu-2024.08.06-nightly env: CONFIG: QV100 GPU_ARCH: sm_70 |
