-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
acceptance: support running acceptance tests on ARM64 #89232
Conversation
740ec1d
to
a6c1bc2
Compare
pkg/acceptance/compose_test.go
Outdated
@@ -34,6 +35,7 @@ func TestComposeGSSPython(t *testing.T) { | |||
} | |||
|
|||
func TestComposeFlyway(t *testing.T) { | |||
skip.UnderArm64(t) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
would be nice to have a comment or description here for why it's skipped.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agree, actually I initially skipped it because flyway:flyway6
image didn't support linux/arm64
. Now I see that linux/arm64
is supported since 8.4.3
so I will update the image and unskip the test instead
This code change makes it possible to run acceptance tests on ARM64. Release note: None Epic: CRDB-1463
a6c1bc2
to
60a19e4
Compare
bors r=otan,rafiss |
Build succeeded: |
blathers backport release-22.2 |
blathers backport release-22.2.0 |
This code change makes it possible to run acceptance tests
on ARM64.
Release note: None
Epic: CRDB-1463