mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-06 13:48:03 +00:00
customize check-dependent-* for release engineering (#11311)
This commit is contained in:
committed by
GitHub
parent
7d5202341b
commit
2dbdafb437
@@ -486,6 +486,7 @@ cargo-check-macos:
|
||||
--dependent-repo "$DEPENDENT_REPO"
|
||||
--github-api-token "$GITHUB_PR_TOKEN"
|
||||
--extra-dependencies "$EXTRA_DEPENDENCIES"
|
||||
--companion-overrides "$COMPANION_OVERRIDES"
|
||||
|
||||
# Individual jobs are set up for each dependent project so that they can be ran in parallel.
|
||||
# Arguably we could generate a job for each companion in the PR's description using Gitlab's
|
||||
@@ -495,12 +496,18 @@ check-dependent-polkadot:
|
||||
<<: *check-dependent-project
|
||||
variables:
|
||||
DEPENDENT_REPO: polkadot
|
||||
COMPANION_OVERRIDES: |
|
||||
substrate: polkadot-v*
|
||||
polkadot: release-v*
|
||||
|
||||
check-dependent-cumulus:
|
||||
<<: *check-dependent-project
|
||||
variables:
|
||||
DEPENDENT_REPO: cumulus
|
||||
EXTRA_DEPENDENCIES: polkadot
|
||||
COMPANION_OVERRIDES: |
|
||||
substrate: polkadot-v*
|
||||
cumulus: polkadot-v*
|
||||
|
||||
|
||||
build-linux-substrate:
|
||||
|
||||
Reference in New Issue
Block a user