Ci check companion (#5419)

* add post-build-test stage

* check status

* fix busybox shell

* renaming for consistency
This commit is contained in:
gabriel klawitter
2020-03-31 14:25:12 +05:30
committed by GitHub
parent 77b9771bfd
commit b8eb094c7f
3 changed files with 117 additions and 4 deletions
+16 -2
View File
@@ -24,6 +24,7 @@
stages:
- test
- build
- post-build-test
- publish
- kubernetes
- flaming-fir
@@ -127,11 +128,13 @@ check-line-width:
allow_failure: true
check-polkadot:
check-polkadot-companion-build:
stage: build
<<: *docker-env
script:
- ./.maintain/gitlab/check_polkadot.sh
- ./.maintain/gitlab/check_polkadot_companion_build.sh
interruptible: true
allow_failure: true
@@ -434,6 +437,17 @@ check_warnings:
fi
check-polkadot-companion-status:
stage: post-build-test
image: parity/tools:latest
<<: *kubernetes-build
only:
- /^[0-9]+$/
script:
- ./.maintain/gitlab/check_polkadot_companion_status.sh
trigger-contracts-ci:
stage: publish
needs: