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

fix(ci): Make CD docker tests accept more progress logs #7077

Merged
merged 1 commit into from
Jun 28, 2023

Conversation

teor2345
Copy link
Contributor

Motivation

The testnet tests look for Genesis progress, because sometimes that's the only block that can be downloaded on testnet.

But when testnet is running well, the node can get to BeforeOverwinter by the first progress log:
https://github.com/ZcashFoundation/zebra/actions/runs/5385468952/jobs/9774720826?pr=7035#step:5:80
https://github.com/ZcashFoundation/zebra/actions/runs/5385468952/jobs/9774720826?pr=7035#step:5:175
https://github.com/ZcashFoundation/zebra/actions/runs/5385468952/jobs/9774720826?pr=7035#step:5:187

Solution

This PR accepts either log.

Review

This is failing some PRs, so it is important to fix.

Reviewer Checklist

  • Are the PR labels correct?
  • Does the code do what the ticket and PR says?
    • Does it change concurrent code, unsafe code, or consensus rules?
  • How do you know it works? Does it have tests?

@teor2345 teor2345 added C-bug Category: This is a bug A-devops Area: Pipelines, CI/CD and Dockerfiles P-High 🔥 I-integration-fail Continuous integration fails, including build and test failures labels Jun 27, 2023
@teor2345 teor2345 requested a review from a team as a code owner June 27, 2023 06:02
@teor2345 teor2345 self-assigned this Jun 27, 2023
@teor2345 teor2345 requested review from dconnolly and removed request for a team June 27, 2023 06:02
@github-actions github-actions bot added the C-trivial Category: A trivial change that is not worth mentioning in the CHANGELOG label Jun 27, 2023
Copy link
Contributor

@arya2 arya2 left a comment

Choose a reason for hiding this comment

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

Copy link
Member

@gustavovalverde gustavovalverde left a comment

Choose a reason for hiding this comment

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

Great! I was curious about this and forgot to ask.

@teor2345
Copy link
Contributor Author

@Mergifyio refresh

@mergify
Copy link
Contributor

mergify bot commented Jun 27, 2023

refresh

✅ Pull request refreshed

mergify bot added a commit that referenced this pull request Jun 28, 2023
@mergify mergify bot merged commit fc9baf9 into main Jun 28, 2023
@mergify mergify bot deleted the fix-cd-docker-test branch June 28, 2023 02:35
@arya2 arya2 mentioned this pull request Jun 28, 2023
44 tasks
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 C-trivial Category: A trivial change that is not worth mentioning in the CHANGELOG I-integration-fail Continuous integration fails, including build and test failures
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants