Skip to content

Commit acd043b

Browse files
authored
Remove bridges zombienet tests from CI (#3071)
closes paritytech/parity-bridges-common#2796 This partially reverts the #2439 - there are some changes (unrelated to CI) that we still want to keep. The reason of that removal is that with async backing enabled for Rococo AH (and for other chains in the near future), we see a lot of issues there (because we run `14` nodes + additional standalone process within a same container and it causes a lot of timeouts). There's no way known to me to fix it right now, so we're removing those tests hopefully temporarily to keep CI green
1 parent 7f28ac6 commit acd043b

File tree

5 files changed

+0
-156
lines changed

5 files changed

+0
-156
lines changed

.gitlab/pipeline/build.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -382,21 +382,3 @@ build-subkey-linux:
382382
# after_script: [""]
383383
# tags:
384384
# - osx
385-
386-
# bridges
387-
388-
# we need some non-binary artifacts in our bridges+zombienet image
389-
prepare-bridges-zombienet-artifacts:
390-
stage: build
391-
extends:
392-
- .docker-env
393-
- .common-refs
394-
- .run-immediately
395-
- .collect-artifacts
396-
before_script:
397-
- mkdir -p ./artifacts/bridges-polkadot-sdk/bridges
398-
- mkdir -p ./artifacts/bridges-polkadot-sdk/cumulus/zombienet
399-
script:
400-
- cp -r bridges/zombienet ./artifacts/bridges-polkadot-sdk/bridges/zombienet
401-
- cp -r cumulus/scripts ./artifacts/bridges-polkadot-sdk/cumulus/scripts
402-
- cp -r cumulus/zombienet/bridge-hubs ./artifacts/bridges-polkadot-sdk/cumulus/zombienet/bridge-hubs

.gitlab/pipeline/publish.yml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,6 @@ publish-rustdoc:
6666
# note: images are used not only in zombienet but also in rococo, wococo and versi
6767
.build-push-image:
6868
image: $BUILDAH_IMAGE
69-
extends:
70-
- .zombienet-refs
7169
variables:
7270
DOCKERFILE: "" # docker/path-to.Dockerfile
7371
IMAGE_NAME: "" # docker.io/paritypr/image_name
@@ -79,7 +77,6 @@ publish-rustdoc:
7977
--build-arg VCS_REF="${CI_COMMIT_SHA}"
8078
--build-arg BUILD_DATE="$(date -u '+%Y-%m-%dT%H:%M:%SZ')"
8179
--build-arg IMAGE_NAME="${IMAGE_NAME}"
82-
--build-arg ZOMBIENET_IMAGE="${ZOMBIENET_IMAGE}"
8380
--tag "$IMAGE_NAME:${DOCKER_IMAGES_VERSION}"
8481
--file ${DOCKERFILE} .
8582
- echo "$PARITYPR_PASS" |
@@ -166,22 +163,3 @@ build-push-image-substrate-pr:
166163
variables:
167164
DOCKERFILE: "docker/dockerfiles/substrate_injected.Dockerfile"
168165
IMAGE_NAME: "docker.io/paritypr/substrate"
169-
170-
# unlike other images, bridges+zombienet image is based on Zombienet image that pulls required binaries
171-
# from other fresh images (polkadot and cumulus)
172-
build-push-image-bridges-zombienet-tests:
173-
stage: publish
174-
extends:
175-
- .kubernetes-env
176-
- .common-refs
177-
- .build-push-image
178-
needs:
179-
- job: build-linux-stable
180-
artifacts: true
181-
- job: build-linux-stable-cumulus
182-
artifacts: true
183-
- job: prepare-bridges-zombienet-artifacts
184-
artifacts: true
185-
variables:
186-
DOCKERFILE: "docker/dockerfiles/bridges_zombienet_tests_injected.Dockerfile"
187-
IMAGE_NAME: "docker.io/paritypr/bridges-zombienet-tests"

.gitlab/pipeline/zombienet.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,3 @@ include:
1010
- .gitlab/pipeline/zombienet/cumulus.yml
1111
# polkadot tests
1212
- .gitlab/pipeline/zombienet/polkadot.yml
13-
# bridges tests
14-
- .gitlab/pipeline/zombienet/bridges.yml

.gitlab/pipeline/zombienet/bridges.yml

Lines changed: 0 additions & 54 deletions
This file was deleted.

docker/dockerfiles/bridges_zombienet_tests_injected.Dockerfile

Lines changed: 0 additions & 60 deletions
This file was deleted.

0 commit comments

Comments
 (0)