From 5246fc01954d96fd3f30c099ca8f7d5d4afda74e 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, 4 May 2022 11:45:30 -0300 Subject: [PATCH] customize check-dependent-* for release engineering (#5425) --- polkadot/.gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/polkadot/.gitlab-ci.yml b/polkadot/.gitlab-ci.yml index aef7794ffee..6a4abb40a6c 100644 --- a/polkadot/.gitlab-ci.yml +++ b/polkadot/.gitlab-ci.yml @@ -294,6 +294,9 @@ check-dependent-cumulus: variables: DEPENDENT_REPO: cumulus EXTRA_DEPENDENCIES: substrate + COMPANION_OVERRIDES: | + polkadot: release-v* + cumulus: polkadot-v* test-node-metrics: stage: stage2 -- GitLab