mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-30 13:07:56 +00:00
Bridge zombienet tests - move all test scripts to the same folder (#3333)
Related to https://github.com/paritytech/polkadot-sdk/issues/3242
This commit is contained in:
@@ -408,8 +408,5 @@ prepare-bridges-zombienet-artifacts:
|
||||
- .collect-artifacts
|
||||
before_script:
|
||||
- mkdir -p ./artifacts/bridges-polkadot-sdk/bridges
|
||||
- mkdir -p ./artifacts/bridges-polkadot-sdk/cumulus/zombienet
|
||||
script:
|
||||
- cp -r bridges/zombienet ./artifacts/bridges-polkadot-sdk/bridges/zombienet
|
||||
- cp -r cumulus/scripts ./artifacts/bridges-polkadot-sdk/cumulus/scripts
|
||||
- cp -r cumulus/zombienet/bridge-hubs ./artifacts/bridges-polkadot-sdk/cumulus/zombienet/bridge-hubs
|
||||
- cp -r bridges/testing ./artifacts/bridges-polkadot-sdk/bridges/testing
|
||||
|
||||
@@ -28,8 +28,8 @@
|
||||
variables:
|
||||
BRIDGES_ZOMBIENET_TESTS_IMAGE_TAG: ${DOCKER_IMAGES_VERSION}
|
||||
BRIDGES_ZOMBIENET_TESTS_IMAGE: "docker.io/paritypr/bridges-zombienet-tests"
|
||||
GH_DIR: "https://github.com/paritytech/polkadot-sdk/tree/${CI_COMMIT_SHA}/bridges/zombienet"
|
||||
LOCAL_DIR: "/builds/parity/mirrors/polkadot-sdk/bridges/zombienet"
|
||||
GH_DIR: "https://github.com/paritytech/polkadot-sdk/tree/${CI_COMMIT_SHA}/bridges/testing"
|
||||
LOCAL_DIR: "/builds/parity/mirrors/polkadot-sdk/bridges/testing"
|
||||
FF_DISABLE_UMASK_FOR_DOCKER_EXECUTOR: 1
|
||||
RUN_IN_CONTAINER: "1"
|
||||
artifacts:
|
||||
@@ -51,12 +51,12 @@ zombienet-bridges-0001-asset-transfer-works:
|
||||
extends:
|
||||
- .zombienet-bridges-common
|
||||
script:
|
||||
- /home/nonroot/bridges-polkadot-sdk/bridges/zombienet/run-new-test.sh 0001-asset-transfer --docker
|
||||
- /home/nonroot/bridges-polkadot-sdk/bridges/testing/run-new-test.sh 0001-asset-transfer --docker
|
||||
- echo "Done"
|
||||
|
||||
zombienet-bridges-0002-mandatory-headers-synced-while-idle:
|
||||
extends:
|
||||
- .zombienet-bridges-common
|
||||
script:
|
||||
- /home/nonroot/bridges-polkadot-sdk/bridges/zombienet/run-new-test.sh 0002-mandatory-headers-synced-while-idle --docker
|
||||
- /home/nonroot/bridges-polkadot-sdk/bridges/testing/run-new-test.sh 0002-mandatory-headers-synced-while-idle --docker
|
||||
- echo "Done"
|
||||
|
||||
Reference in New Issue
Block a user