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

ci(connector-xdai): fix docker rate limit issues with openethereum im… #3447

Merged
merged 1 commit into from
Aug 1, 2024

Conversation

aldousalvarez
Copy link
Contributor

Commit to be reviewed


ci(connector-xdai): fix docker rate limit issues with openethereum image pull

Primary Changes
----------------
1. Migrated all the xdai connector tests to besu ledger
   images that is being pulled from ghcr

Fixes #3413

Pull Request Requirements

  • Rebased onto upstream/main branch and squashed into single commit to help maintainers review it more efficient and to avoid spaghetti git commit graphs that obfuscate which commit did exactly what change, when and, why.
  • Have git sign off at the end of commit message to avoid being marked red. You can add -s flag when using git commit command. You may refer to this link for more information.
  • Follow the Commit Linting specification. You may refer to this link for more information.

Character Limit

  • Pull Request Title and Commit Subject must not exceed 72 characters (including spaces and special characters).
  • Commit Message per line must not exceed 80 characters (including spaces and special characters).

A Must Read for Beginners
For rebasing and squashing, here's a must read guide for beginners.

Copy link
Contributor

@jagpreetsinghsasan jagpreetsinghsasan left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Member

@petermetz petermetz left a comment

Choose a reason for hiding this comment

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

@aldousalvarez Could you please take a look at the failing xdai test cases?

@aldousalvarez
Copy link
Contributor Author

@petermetz Already found which test was causing the issue. It is now fixed and the check is now passing for xdai

Copy link
Member

@petermetz petermetz left a comment

Choose a reason for hiding this comment

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

@aldousalvarez Great, thank you very much for the quick turnaround!

…age pull

Primary Changes
----------------
1. Migrated all the xdai connector tests to besu ledger
   images that is being pulled from ghcr

Fixes hyperledger#3413

Signed-off-by: aldousalvarez <aldousss.alvarez@gmail.com>
@petermetz petermetz merged commit fdce6b3 into hyperledger:main Aug 1, 2024
142 of 144 checks passed
@petermetz petermetz deleted the aldousalvarez/issue3413 branch August 1, 2024 17:57
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.

ci(connector-xdai): fix docker rate limit issues with openethereum image pull
4 participants