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

Add workflow_dispatch event trigger to full sync CI #1651

Merged
merged 9 commits into from
Jan 13, 2023

Conversation

Jouzo
Copy link
Collaborator

@Jouzo Jouzo commented Dec 13, 2022

What kind of PR is this?:

/kind feature

What this PR does / why we need it:

  • Add workflow_dispatch event trigger.
  • Adds optional block_ranges inputs to restrict sync to specific block range.
  • Fixes set-output deprecation warning.
  • Speed up snapshot download step with aria2.

Which issue(s) does this PR fixes?:

Fixes https://github.com/DeFiCh/team/issues/4

Additional comments?:

Can be triggered via Github GUI or Github CLI:

  • To sync <ref_branch> on block range 750000-80000,
gh workflow run "Full Sync Tests" --field block_ranges="750000" --ref <ref_branch>
  • To sync <ref_branch> on block range 750000-80000, 850000-900000, 1000000-1050000
gh workflow run "Full Sync Tests" --field block_ranges="750000 850000 1000000" --ref <ref_branch>
  • To sync all block ranges on default branch master :
gh workflow run "Full Sync Tests"

@Jouzo Jouzo changed the title Add option to restrict full sync CI to specific block ranges Add workflow_dispatch event trigger to full sync CI Dec 26, 2022
@prasannavl prasannavl merged commit a0fbacd into master Jan 13, 2023
@prasannavl prasannavl deleted the feature/restrict_block_ranges_full_sync branch January 13, 2023 04:37
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.

3 participants