-
Notifications
You must be signed in to change notification settings - Fork 739
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,11 +45,12 @@ | |
- cp /tmp/polkadot.* ./zombienet-logs/ | ||
# copy logs of our polkadot-parachain binary wrapper (polkadot-parachain-x.sh) | ||
- cp /tmp/polkadot-parachain.* ./zombienet-logs/ | ||
# following lines are causing spurious test failures ("At least one of the nodes fails to start") | ||
# retry: 2 | ||
# tags: | ||
# - zombienet-polkadot-integration-test | ||
|
||
run-zombienet-bridges-tests: | ||
zombienet-bridges-0001-asset-transfer-works: | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
svyatonik
Author
Contributor
|
||
extends: | ||
- .zombienet-bridges-common | ||
script: | ||
|
@svyatonik what about adding discriminator "rococo-westend" to job name or run_tests.sh file name? maybe we will add something similar for rococo-eth?