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

build acceptance test connector images for m1 #11374

Merged
merged 4 commits into from
Mar 24, 2022

Conversation

jrhizor
Copy link
Contributor

@jrhizor jrhizor commented Mar 23, 2022

I've been seeing a ton of issues with hanging calls to connectors in local acceptance tests when developing with M1.

Now using ./tools/bin/build_acceptance_test_connector_images_m1.sh you'll end up with the same versions in master and they should be more stable for local development.

We'll have to manually bump here if we ever upgrade off of the incompatible 0.1.1 to 0.2.x for the acceptance tests. It seems more likely that we'll have actual matrix builds by then, so I think this is a fine compromise.

@jrhizor jrhizor requested a review from lmossman March 23, 2022 22:27
Copy link
Contributor

@lmossman lmossman left a comment

Choose a reason for hiding this comment

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

This seems fine to me. I only have one nit, which is that this script should probably not have the name m1 in it, because it only builds an M1 image if it is ran on an M1 laptop, so something like rebuild_acceptance_test_connector_images_locally.sh might be more fitting. Definitely a small nit though.

@lmossman
Copy link
Contributor

Also, a comment at the top of the script explaining its purpose would be helpful

@jrhizor jrhizor temporarily deployed to more-secrets March 24, 2022 12:38 Inactive
@jrhizor jrhizor temporarily deployed to more-secrets March 24, 2022 12:38 Inactive
@jrhizor jrhizor merged commit 0191af9 into master Mar 24, 2022
@jrhizor jrhizor deleted the jrhizor/build-acceptance-test-m1-images branch March 24, 2022 13: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.

2 participants