mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 17:31:03 +00:00
Support new version of zombienet (#4528)
* test new version of zombienet * use default chain spec command * use commit ref to get test files * change test spec for zombienet new versionzombienet_tests/parachains/0001-parachains-smoke-test.toml * changes for new version of zombienet * use paritytech zombienet version
This commit is contained in:
@@ -621,7 +621,7 @@ zombienet-tests-parachains-smoke-test:
|
||||
- job: publish-adder-collator-image
|
||||
|
||||
variables:
|
||||
GH_DIR: 'https://github.com/paritytech/polkadot/tree/master/zombienet_tests/parachains'
|
||||
GH_DIR: 'https://github.com/paritytech/polkadot/tree/${CI_COMMIT_SHORT_SHA}/zombienet_tests/parachains'
|
||||
|
||||
before_script:
|
||||
- echo "Zombie-net Tests Config"
|
||||
@@ -658,7 +658,7 @@ zombienet-tests-malus-dispute-valid:
|
||||
- job: publish-adder-collator-image
|
||||
|
||||
variables:
|
||||
GH_DIR: 'https://github.com/paritytech/polkadot/tree/master/node/malus/integrationtests'
|
||||
GH_DIR: 'https://github.com/paritytech/polkadot/tree/${CI_COMMIT_SHORT_SHA}/node/malus/integrationtests'
|
||||
|
||||
before_script:
|
||||
- echo "Zombie-net Tests Config"
|
||||
|
||||
Reference in New Issue
Block a user