From bd94fb7f9ab2b2be585fa49f3aabe6fbeb576c57 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: Wed, 18 May 2022 08:35:15 -0300 Subject: [PATCH] disable check-dependent-cumulus (#11450) --- scripts/ci/gitlab/pipeline/build.yml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/scripts/ci/gitlab/pipeline/build.yml b/scripts/ci/gitlab/pipeline/build.yml index 4ab83f53e7bdf..f7ce974924d60 100644 --- a/scripts/ci/gitlab/pipeline/build.yml +++ b/scripts/ci/gitlab/pipeline/build.yml @@ -32,14 +32,15 @@ check-dependent-polkadot: 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* +# 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* build-linux-substrate: stage: build