Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
polkadot-sdk
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
parity
Mirrored projects
polkadot-sdk
Commits
ee30bcd3
Commit
ee30bcd3
authored
2 years ago
by
Alexander Samusev
Committed by
GitHub
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
[ci] Fix broken ci, move zombienet job (#1785)
parent
66e10922
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
cumulus/.gitlab-ci.yml
+0
-29
0 additions, 29 deletions
cumulus/.gitlab-ci.yml
cumulus/scripts/ci/gitlab/pipeline/zombienet.yml
+10
-0
10 additions, 0 deletions
cumulus/scripts/ci/gitlab/pipeline/zombienet.yml
with
10 additions
and
29 deletions
cumulus/.gitlab-ci.yml
+
0
−
29
View file @
ee30bcd3
...
...
@@ -138,35 +138,6 @@ include:
# zombienet jobs
-
scripts/ci/gitlab/pipeline/zombienet.yml
0006-rpc_collator_builds_blocks
:
stage
:
integration-test
image
:
"
${ZOMBIENET_IMAGE}"
<<
:
*zombienet-refs
needs
:
-
job
:
build-push-image-test-parachain
variables
:
POLKADOT_IMAGE
:
"
docker.io/paritypr/polkadot-debug:master"
GH_DIR
:
"
https://github.com/paritytech/cumulus/tree/${CI_COMMIT_SHORT_SHA}/zombienet_tests"
COL_IMAGE
:
"
docker.io/paritypr/test-parachain:${CI_COMMIT_REF_NAME}-${CI_COMMIT_SHORT_SHA}"
before_script
:
-
echo "Zombie-net Tests Config"
-
echo "${ZOMBIENET_IMAGE}"
-
echo "${RELAY_IMAGE}"
-
echo "${COL_IMAGE}"
-
echo "${GH_DIR}"
-
export DEBUG=zombie
-
export RELAY_IMAGE=${POLKADOT_IMAGE}
-
export COL_IMAGE=${COL_IMAGE}
script
:
-
/home/nonroot/zombie-net/scripts/ci/run-test-env-manager.sh
--github-remote-dir="${GH_DIR}"
--concurrency=1
--test="0006-rpc_collator_builds_blocks.feature"
allow_failure
:
true
retry
:
2
tags
:
-
zombienet-polkadot-integration-test
#### stage: .post
# This job cancels the whole pipeline if any of provided jobs fail.
...
...
This diff is collapsed.
Click to expand it.
cumulus/scripts/ci/gitlab/pipeline/zombienet.yml
+
10
−
0
View file @
ee30bcd3
...
...
@@ -99,3 +99,13 @@ zombienet-0005-migrate_solo_to_para:
--concurrency=1
--test="0005-migrate_solo_to_para.feature"
zombienet-0006-rpc_collator_builds_blocks
:
extends
:
-
.zombienet-common
-
.zombienet-refs
-
.zombienet-before-script
script
:
-
/home/nonroot/zombie-net/scripts/ci/run-test-env-manager.sh
--github-remote-dir="${GH_DIR}"
--concurrency=1
--test="0006-rpc_collator_builds_blocks.feature"
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment