File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ jobs:
115115 echo "test-files=$test_files" >> $GITHUB_OUTPUT
116116 shell : bash
117117
118- # build artifacts for fast-runtime (e2e tests only need this)
118+ # build artifacts for fast-runtime and non-fast-runtime
119119 artifacts :
120120 name : Node • ${{ matrix.runtime }} • ${{ matrix.platform.arch }}
121121 needs : check-label
@@ -126,7 +126,7 @@ jobs:
126126 - runner : [self-hosted, type-ccx33]
127127 triple : x86_64-unknown-linux-gnu
128128 arch : amd64
129- runtime : ["fast-runtime"]
129+ runtime : ["fast-runtime", "non-fast-runtime" ]
130130
131131 runs-on : ${{ matrix.platform.runner }}
132132
@@ -228,7 +228,7 @@ jobs:
228228 docker info | grep "Docker Root Dir"
229229
230230 - name : Build Docker Image
231- run : docker build -f Dockerfile-localnet -t localnet .
231+ run : docker build -f Dockerfile-localnet --build-arg BUILT_IN_CI="Boom shakalaka" - t localnet .
232232
233233 - name : Save Docker Image as Tar
234234 run : docker save -o /mnt/data/subtensor-localnet.tar localnet
You can’t perform that action at this time.
0 commit comments