mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-24 07:51:07 +00:00
use options for check_dependent_project (#11284)
Co-authored-by: TriplEight <denis.pisarev@parity.io>
This commit is contained in:
committed by
GitHub
parent
9980d314b1
commit
d6a66fd831
@@ -468,13 +468,10 @@ cargo-check-macos:
|
|||||||
"--branch=$PIPELINE_SCRIPTS_TAG"
|
"--branch=$PIPELINE_SCRIPTS_TAG"
|
||||||
https://github.com/paritytech/pipeline-scripts
|
https://github.com/paritytech/pipeline-scripts
|
||||||
- ./pipeline-scripts/check_dependent_project.sh
|
- ./pipeline-scripts/check_dependent_project.sh
|
||||||
paritytech
|
--org paritytech
|
||||||
substrate
|
--dependent-repo "$DEPENDENT_REPO"
|
||||||
--substrate
|
--github-api-token "$GITHUB_PR_TOKEN"
|
||||||
"$DEPENDENT_REPO"
|
--extra-dependencies "$EXTRA_DEPENDENCIES"
|
||||||
"$GITHUB_PR_TOKEN"
|
|
||||||
"$CARGO_UPDATE_CRATES"
|
|
||||||
"$EXTRA_DEPENDENCIES"
|
|
||||||
|
|
||||||
# Individual jobs are set up for each dependent project so that they can be ran in parallel.
|
# 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
|
# Arguably we could generate a job for each companion in the PR's description using Gitlab's
|
||||||
@@ -484,13 +481,11 @@ check-dependent-polkadot:
|
|||||||
<<: *check-dependent-project
|
<<: *check-dependent-project
|
||||||
variables:
|
variables:
|
||||||
DEPENDENT_REPO: polkadot
|
DEPENDENT_REPO: polkadot
|
||||||
CARGO_UPDATE_CRATES: "sp-io"
|
|
||||||
|
|
||||||
check-dependent-cumulus:
|
check-dependent-cumulus:
|
||||||
<<: *check-dependent-project
|
<<: *check-dependent-project
|
||||||
variables:
|
variables:
|
||||||
DEPENDENT_REPO: cumulus
|
DEPENDENT_REPO: cumulus
|
||||||
CARGO_UPDATE_CRATES: "sp-io polkadot-runtime-common"
|
|
||||||
EXTRA_DEPENDENCIES: polkadot
|
EXTRA_DEPENDENCIES: polkadot
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user