Skip to content

Commit 4db9f16

Browse files
committed
we use non-fast-runtime for some tests
1 parent 6464a2f commit 4db9f16

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

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

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ jobs:
193193
- runner: [self-hosted, type-ccx33]
194194
triple: x86_64-unknown-linux-gnu
195195
arch: amd64
196-
runtime: ["fast-runtime"]
196+
runtime: ["fast-runtime", "non-fast-runtime"]
197197

198198
runs-on: ${{ matrix.platform.runner }}
199199

@@ -284,20 +284,6 @@ jobs:
284284
path: build/
285285
merge-multiple: true
286286

287-
# make fake artifacts for non-fast-runtime bc of `install_prebuilt_binaries.sh` requires (save time)
288-
- name: Copy fast-runtime artifacts to non-fast-runtime (hack for e2e tests)
289-
run: |
290-
TRIPLE="x86_64-unknown-linux-gnu"
291-
# Copy binary
292-
mkdir -p build/ci_target/non-fast-runtime/${TRIPLE}/release/
293-
cp -v build/ci_target/fast-runtime/${TRIPLE}/release/node-subtensor \
294-
build/ci_target/non-fast-runtime/${TRIPLE}/release/node-subtensor
295-
# Copy WASM
296-
mkdir -p build/ci_target/non-fast-runtime/${TRIPLE}/release/wbuild/node-subtensor-runtime/
297-
cp -v build/ci_target/fast-runtime/${TRIPLE}/release/wbuild/node-subtensor-runtime/node_subtensor_runtime.compact.compressed.wasm \
298-
build/ci_target/non-fast-runtime/${TRIPLE}/release/wbuild/node-subtensor-runtime/node_subtensor_runtime.compact.compressed.wasm
299-
echo "✅ Copied fast-runtime artifacts to non-fast-runtime"
300-
301287
- name: Move Docker data-root to /mnt/data
302288
run: |
303289
sudo systemctl stop docker

0 commit comments

Comments
 (0)