summaryrefslogtreecommitdiff
path: root/.github/workflows/main.yml
diff options
context:
space:
mode:
authorWilliamMTK <[email protected]>2025-07-04 15:11:15 -0400
committerGitHub <[email protected]>2025-07-04 19:11:15 +0000
commit67d8a3bee44c48ebe15bf5aeb072bf4cb4950228 (patch)
tree3af39d22d0e2938e5e93ffd1ab9e996773d25dd1 /.github/workflows/main.yml
parent22159f160cc9b775dcb9b95e80f71e6b5a925650 (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/main.yml')
-rw-r--r--.github/workflows/main.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index a4f838d..4c12f58 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -18,7 +18,7 @@ jobs:
build-TITANV:
runs-on: ubuntu-latest
container:
- image: ghcr.io/accel-sim/accel-sim-framework:ubuntu-24.04-cuda-12.8
+ image: ghcr.io/accel-sim/accel-sim-framework:ubuntu-24.04-cuda-12.8-minimal
env:
CONFIG: TITANV
@@ -32,7 +32,7 @@ jobs:
build-TITANV-LOCALXBAR:
runs-on: ubuntu-latest
container:
- image: ghcr.io/accel-sim/accel-sim-framework:ubuntu-24.04-cuda-12.8
+ image: ghcr.io/accel-sim/accel-sim-framework:ubuntu-24.04-cuda-12.8-minimal
env:
CONFIG: TITANV-LOCALXBAR
@@ -46,7 +46,7 @@ jobs:
build-QV100:
runs-on: ubuntu-latest
container:
- image: ghcr.io/accel-sim/accel-sim-framework:ubuntu-24.04-cuda-12.8
+ image: ghcr.io/accel-sim/accel-sim-framework:ubuntu-24.04-cuda-12.8-minimal
env:
CONFIG: QV100
@@ -60,7 +60,7 @@ jobs:
build-2060:
runs-on: ubuntu-latest
container:
- image: ghcr.io/accel-sim/accel-sim-framework:ubuntu-24.04-cuda-12.8
+ image: ghcr.io/accel-sim/accel-sim-framework:ubuntu-24.04-cuda-12.8-minimal
env:
CONFIG: RTX2060
@@ -74,7 +74,7 @@ jobs:
build-3070:
runs-on: ubuntu-latest
container:
- image: ghcr.io/accel-sim/accel-sim-framework:ubuntu-24.04-cuda-12.8
+ image: ghcr.io/accel-sim/accel-sim-framework:ubuntu-24.04-cuda-12.8-minimal
env:
CONFIG: RTX3070