Skip to content

Commit 1c83bec

Browse files
committed
BUILT_IN_CI should be passed
1 parent 6b38abb commit 1c83bec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/check-bittensor-e2e-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)