File tree 2 files changed +16
-0
lines changed
2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ include:
17
17
- local : /gitlab-ci/config/20--test--python.yml
18
18
- local : /gitlab-ci/config/20--test--container-image-autobuild.yml
19
19
- local : /gitlab-ci/config/20--test--dependencies.yml
20
+ - local : /gitlab-ci/config/20--test--testnet-deployment.yml
20
21
- local : /gitlab-ci/config/21--test--bins.yml
21
22
- local : /gitlab-ci/config/40--cargo-test--benchmarks.yml
22
23
- local : /gitlab-ci/config/46--guest-os-build--guest-base-image.yml
Original file line number Diff line number Diff line change
1
+ # Remove this test as soon as testnets have been removed from release pipeline
2
+ test-testnet-deployment :
3
+ extends :
4
+ - .ubuntu-k8s
5
+ - .rules-protected-branch
6
+ stage : test
7
+ resource_group : $TESTNET
8
+ variables :
9
+ TESTNET : " small14"
10
+ timeout : 30 minutes
11
+ script :
12
+ - |
13
+ set -eExou pipefail
14
+ GIT_REVISION=$("$CI_PROJECT_DIR"/gitlab-ci/src/artifacts/newest_sha_with_disk_image.sh "${CI_COMMIT_SHA}")
15
+ "$CI_PROJECT_DIR/testnet/tools/icos_deploy.sh" $TESTNET --git-revision "$GIT_REVISION" --no-boundary-nodes
You can’t perform that action at this time.
0 commit comments