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

Split full sync test into checkpoint and full validation jobs #4661

Closed
2 tasks
teor2345 opened this issue Jun 21, 2022 · 0 comments · Fixed by #4704
Closed
2 tasks

Split full sync test into checkpoint and full validation jobs #4661

teor2345 opened this issue Jun 21, 2022 · 0 comments · Fixed by #4704
Assignees
Labels
A-devops Area: Pipelines, CI/CD and Dockerfiles C-bug Category: This is a bug I-integration-fail Continuous integration fails, including build and test failures

Comments

@teor2345
Copy link
Contributor

teor2345 commented Jun 21, 2022

Motivation

Zebra takes around 6 hours to fully sync, and that's also the GitHub job timeout.

But if we split the sync into multiple jobs, we won't get CI failures when the sync takes a little bit longer.

Designs

  • Run a checkpoint job until Zebra finishes checkpoint syncing
  • Run a full validation job until Zebra reaches the tip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-devops Area: Pipelines, CI/CD and Dockerfiles C-bug Category: This is a bug I-integration-fail Continuous integration fails, including build and test failures
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants