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

Matrix refactor for circleci config: #244

Merged

Conversation

fselmo
Copy link
Contributor

@fselmo fselmo commented Jan 10, 2025

What was wrong?

The circleci config is way too lengthy for every python version support. If we can, we should consolidate it.

How was it fixed?

  • Leverage the matrix design pattern to DRY up the config
  • Update update_geth.py script to account for these changes

Todo:

  • Clean up commit history
  • Add or update documentation related to these changes
  • Add entry to the release notes

Cute Animal Picture

Screenshot 2025-01-13 at 10 12 54

@fselmo fselmo force-pushed the leverage-matrix-to-simplify-circleci-config branch 9 times, most recently from 7f4d0f8 to 0609bae Compare January 11, 2025 00:34
@fselmo fselmo marked this pull request as ready for review January 11, 2025 00:39
@fselmo fselmo requested review from pacrob, kclowes and reedsa January 11, 2025 00:39
@fselmo fselmo self-assigned this Jan 13, 2025
@fselmo fselmo force-pushed the leverage-matrix-to-simplify-circleci-config branch 3 times, most recently from 15ece89 to 42c6bf1 Compare January 13, 2025 17:49
- Leverage matrix to simplify circleci config
- Update ``update_geth.py`` script to account for these changes
@fselmo fselmo force-pushed the leverage-matrix-to-simplify-circleci-config branch from 42c6bf1 to c6dcadd Compare January 13, 2025 17:50
@fselmo
Copy link
Contributor Author

fselmo commented Jan 13, 2025

I'm done with updates here. Ready for review.

Copy link
Contributor

@kclowes kclowes left a comment

Choose a reason for hiding this comment

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

This is awesome. Maybe a PR to the template too?

Copy link
Contributor

@pacrob pacrob left a comment

Choose a reason for hiding this comment

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

🐑

@fselmo
Copy link
Contributor Author

fselmo commented Jan 13, 2025

Maybe a PR to the template too?

I'll see what a bare bones generalized version of this looks like for most repos since they would have very similar tests 👍🏼

@fselmo fselmo merged commit c84c8e3 into ethereum:main Jan 13, 2025
88 checks passed
@fselmo fselmo deleted the leverage-matrix-to-simplify-circleci-config branch January 13, 2025 20:53
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