Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
Mirrored projects
polkadot
Commits
7a530d0e
Unverified
Commit
7a530d0e
authored
Nov 22, 2021
by
Javier Viola
Committed by
GitHub
Nov 22, 2021
Browse files
use correct gh_dir env for zombienet (#4346)
parent
0549d9d9
Pipeline
#167263
passed with stages
in 46 minutes and 4 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
7a530d0e
...
@@ -612,9 +612,7 @@ zombienet-tests-parachains-smoke-test:
...
@@ -612,9 +612,7 @@ zombienet-tests-parachains-smoke-test:
-
job
:
publish-adder-collator-image
-
job
:
publish-adder-collator-image
variables
:
variables
:
GH_DIR
:
'
https://github.com/paritytech/polkadot/tree/bernhard-malus-fx-zombienet/zombienet_tests/parachains'
GH_DIR
:
'
https://github.com/paritytech/polkadot/tree/master/zombienet_tests/parachains'
# FIXME: use the master after the merge of the malus pr
# GH_DIR: 'https://github.com/paritytech/polkadot/tree/master/zombienet_tests/parachains'
before_script
:
before_script
:
-
echo "Zombie-net Tests Config"
-
echo "Zombie-net Tests Config"
...
@@ -651,9 +649,7 @@ zombienet-tests-malus-dispute-valid:
...
@@ -651,9 +649,7 @@ zombienet-tests-malus-dispute-valid:
-
job
:
publish-adder-collator-image
-
job
:
publish-adder-collator-image
variables
:
variables
:
GH_DIR
:
'
https://github.com/paritytech/polkadot/tree/bernhard-malus-fx-zombienet/node/malus/integrationtests'
GH_DIR
:
'
https://github.com/paritytech/polkadot/tree/master/node/malus/integrationtests'
# FIXME: use the master after the merge of the malus pr
# GH_DIR: 'https://github.com/paritytech/polkadot/tree/master/node/malus/integrationtests'
before_script
:
before_script
:
-
echo "Zombie-net Tests Config"
-
echo "Zombie-net Tests Config"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment