reactivate check-dependent-cumulus (#11506)

* re-enable check-dependent-cumulus

* temporary: use handle-extra-dependencies

* temporary: trim CI

* CI: include build stage

* CI: include test stage

* CI: include test stage

* Revert "temporary: trim CI"

This reverts commit dcf4ae8d842bc445a065c7ccdc3b6a603034faa4.

* CI: fix weird revert

* Revert "temporary: use handle-extra-dependencies"

This reverts commit bc0dc0f21f10284a23f66fdd8509ca6df89f2586.

* CI undebug

Co-authored-by: TriplEight <denis.pisarev@parity.io>
This commit is contained in:
João Paulo Silva de Souza
2022-06-02 11:15:32 -03:00
committed by GitHub
parent 58d23ef97b
commit 3977de095b
+9 -10
View File
@@ -11,7 +11,7 @@
script:
- git clone
--depth=1
"--branch=$PIPELINE_SCRIPTS_TAG"
--branch="$PIPELINE_SCRIPTS_TAG"
https://github.com/paritytech/pipeline-scripts
- ./pipeline-scripts/check_dependent_project.sh
--org paritytech
@@ -34,15 +34,14 @@ check-dependent-polkadot:
rules:
- if: $CI_COMMIT_REF_NAME =~ /^[0-9]+$/ #PRs
# TODO: Re-enable after https://github.com/paritytech/pipeline-scripts/issues/44
#check-dependent-cumulus:
# extends: .check-dependent-project
# variables:
# DEPENDENT_REPO: cumulus
# EXTRA_DEPENDENCIES: polkadot
# COMPANION_OVERRIDES: |
# substrate: polkadot-v*
# polkadot: release-v*
check-dependent-cumulus:
extends: .check-dependent-project
variables:
DEPENDENT_REPO: cumulus
EXTRA_DEPENDENCIES: polkadot
COMPANION_OVERRIDES: |
substrate: polkadot-v*
polkadot: release-v*
build-linux-substrate:
stage: build