Skip to content

Commit

Permalink
change runner for zombie-builder
Browse files Browse the repository at this point in the history
  • Loading branch information
qdrvm-ci committed Jun 21, 2024
1 parent 52f5a0b commit 4ab00c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/zombie-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:


building_binaries:
runs-on: [ actions-runner-controller ]
runs-on: ubuntu-latest
needs: [build_polkadot_builder]
timeout-minutes: 120

Expand Down
2 changes: 1 addition & 1 deletion zombienet/docker/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ polkadot_binary:
/home/nonroot/polkadot-sdk/target/testnet/adder-collator \
/tmp/polkadot_binary/; \
ls -la /tmp/polkadot_binary /tmp/cargo/registry /tmp/cargo/git" ; \
ls -la /tmp/polkadot_binary /tmp/cargo/registry /tmp/cargo/git ; \
ls -la /tmp/polkadot_binary /tmp/cargo/registry /tmp/cargo/git ; df -h ; \
docker stop $$CONTAINER_NAME; \
else \
echo "One or more files are missing."; \
Expand Down

0 comments on commit 4ab00c2

Please sign in to comment.