From 3977de095b18c1f8f4ba852d3fa324823325e06a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Paulo=20Silva=20de=20Souza?= <77391175+joao-paulo-parity@users.noreply.github.com> Date: Thu, 2 Jun 2022 11:15:32 -0300 Subject: [PATCH] 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 --- .../scripts/ci/gitlab/pipeline/build.yml | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/substrate/scripts/ci/gitlab/pipeline/build.yml b/substrate/scripts/ci/gitlab/pipeline/build.yml index e6269c4e39..da6391fb7c 100644 --- a/substrate/scripts/ci/gitlab/pipeline/build.yml +++ b/substrate/scripts/ci/gitlab/pipeline/build.yml @@ -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