Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GHA Migration - test-misc #5385

Merged
merged 20 commits into from
Sep 5, 2024
Merged

GHA Migration - test-misc #5385

merged 20 commits into from
Sep 5, 2024

Conversation

mordamax
Copy link
Contributor

@mordamax mordamax commented Aug 16, 2024

Closes: https://github.com/paritytech/ci_cd/issues/1018

image

Added DAG similar to how it was on Gitlab

@mordamax mordamax added the R0-silent Changes should not be mentioned in any release notes label Aug 16, 2024
@mordamax mordamax changed the title first batch GHA Migration - test-misc Aug 16, 2024
@mordamax mordamax marked this pull request as ready for review August 19, 2024 19:25
@mordamax mordamax requested review from a team as code owners August 19, 2024 19:25
Copy link
Contributor

@alvicsam alvicsam left a comment

Choose a reason for hiding this comment

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

Good job! Please add few things from comments and we are good to go.

@paritytech-review-bot paritytech-review-bot bot requested a review from a team August 20, 2024 09:33
@mordamax mordamax requested a review from alvicsam August 20, 2024 09:33
@mordamax
Copy link
Contributor Author

/cmd bench --help

Copy link

Command help:
usage: /cmd bench [-h] [--continue-on-fail] [--quiet] [--clean]
                  [--image IMAGE]
                  [--runtime [{dev,westend,rococo,asset-hub-westend,asset-hub-rococo,bridge-hub-rococo,bridge-hub-westend,collectives-westend,contracts-rococo,coretime-rococo,coretime-westend,glutton-westend,people-rococo,people-westend} ...]]
                  [--pallet [PALLET ...]]

options:
  -h, --help            show this help message and exit
  --continue-on-fail    Won't exit(1) on failed command and continue with next
                        steps.
  --quiet               Won't print start/end/failed messages in PR
  --clean               Clean up the previous bot's & author's comments in PR
  --image IMAGE         Override docker image '--image
                        docker.io/paritytech/ci-unified:latest'
  --runtime [{dev,westend,rococo,asset-hub-westend,asset-hub-rococo,bridge-hub-rococo,bridge-hub-westend,collectives-westend,contracts-rococo,coretime-rococo,coretime-westend,glutton-westend,people-rococo,people-westend} ...]
                        Runtime(s) space separated
  --pallet [PALLET ...]
                        Pallet(s) space separated

**Examples**:
 Runs all benchmarks 
 /cmd bench

 Runs benchmarks for pallet_balances and pallet_multisig for all runtimes which have these pallets. **--quiet** makes it to output nothing to PR but reactions
 /cmd bench --pallet pallet_balances pallet_xcm_benchmarks::generic --quiet
 
 Runs bench for all pallets for westend runtime and continues even if some benchmarks fail
 /cmd bench --runtime westend --continue-on-fail
 
 Does not output anything and cleans up the previous bot's & author command triggering comments in PR 
 /cmd bench --runtime westend rococo --pallet pallet_balances pallet_multisig --quiet --clean

@mordamax mordamax added this pull request to the merge queue Sep 5, 2024
Merged via the queue into master with commit 49a6813 Sep 5, 2024
196 of 200 checks passed
@mordamax mordamax deleted the mak-1018-tests-misc branch September 5, 2024 14:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
R0-silent Changes should not be mentioned in any release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants