mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 14:01:02 +00:00
Ci check companion (#5419)
* add post-build-test stage * check status * fix busybox shell * renaming for consistency
This commit is contained in:
committed by
GitHub
parent
77b9771bfd
commit
b8eb094c7f
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user