Skip to content

Import some scripts from other repositories#86

Closed
joao-paulo-parity wants to merge 5 commits intoparitytech:masterfrom
joao-paulo-parity:check-each-crate
Closed

Import some scripts from other repositories#86
joao-paulo-parity wants to merge 5 commits intoparitytech:masterfrom
joao-paulo-parity:check-each-crate

Conversation

@joao-paulo-parity
Copy link
Contributor

Some scripts such as https://github.com/paritytech/substrate/blob/master/scripts/ci/gitlab/check-each-crate.sh and https://github.com/paritytech/cumulus/blob/master/scripts/ci/create-benchmark-pr.sh can useful for many repositories, so it's better to host them here.

I can adapt the Substrate's script usage within Substrate, after this PR is merged, through paritytech/substrate#12768. I don't intend to open a PR for the Cumulus script right now, but a ticket can be created for that.

@joao-paulo-parity joao-paulo-parity requested a review from a team as a code owner November 29, 2022 20:06
@joao-paulo-parity joao-paulo-parity requested review from a team and alvicsam and removed request for alvicsam November 29, 2022 20:06
@@ -0,0 +1,54 @@
#!/usr/bin/env bash

## A script that checks each workspace crate individually.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: script which runs "cargo check" per crate in a workspace individually


set -vx

target_group="$1"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

could you please describe how the target group look like? so it's a bit more clear how to test this e.g. the context you run it and examples of where you get these groups

#!/usr/bin/env bash

## A script that generates a link to the weights comparison tool, then creates a
## PR with the generated link in its description.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

would be cool to add info where is it used (integrated) and why. How people get the link to PR or how is it used overall

@mordamax
Copy link
Contributor

mordamax commented Apr 3, 2023

it's outdated a bit, so closing

@mordamax mordamax closed this Apr 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants