Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Disable check-dependent-cumulus #11450

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 9 additions & 8 deletions scripts/ci/gitlab/pipeline/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down