Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
add RUN_IN_CONTAINER to new ZombieNet tests (#7631)
Browse files Browse the repository at this point in the history
  • Loading branch information
rphmeier committed Aug 17, 2023
1 parent e0d0d87 commit 17e2e2e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions scripts/ci/gitlab/pipeline/zombienet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,7 @@ zombienet-tests-async-backing-compatibility:
- job: build-linux-stable
artifacts: true
variables:
RUN_IN_CONTAINER: "1"
GH_DIR: "https://github.com/paritytech/polkadot/tree/${CI_COMMIT_SHORT_SHA}/zombienet_tests/async_backing"
before_script:
- echo "Zombie-net Tests Config"
Expand Down Expand Up @@ -387,6 +388,7 @@ zombienet-tests-async-backing-runtime-upgrade:
- job: build-linux-stable
artifacts: true
variables:
RUN_IN_CONTAINER: "1"
GH_DIR: "https://github.com/paritytech/polkadot/tree/${CI_COMMIT_SHORT_SHA}/zombienet_tests/async_backing"
before_script:
- echo "Zombie-net Tests Config"
Expand All @@ -407,7 +409,7 @@ zombienet-tests-async-backing-runtime-upgrade:
retry: 2
tags:
- zombienet-polkadot-integration-test

zombienet-tests-async-backing-collator-mix:
stage: zombienet
extends:
Expand All @@ -420,6 +422,7 @@ zombienet-tests-async-backing-collator-mix:
- job: build-linux-stable
artifacts: true
variables:
RUN_IN_CONTAINER: "1"
GH_DIR: "https://github.com/paritytech/polkadot/tree/${CI_COMMIT_SHORT_SHA}/zombienet_tests/async_backing"
before_script:
- echo "Zombie-net Tests Config"
Expand All @@ -438,4 +441,4 @@ zombienet-tests-async-backing-collator-mix:
allow_failure: false
retry: 2
tags:
- zombienet-polkadot-integration-test
- zombienet-polkadot-integration-test

0 comments on commit 17e2e2e

Please sign in to comment.