-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Re-enable "PostCommit XVR GoUsingJava Dataflow" in cron #36909
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
Conversation
|
r: @Abacn @tvalentyn |
|
Stopping reviewer notifications for this pull request: review requested by someone other than the bot, ceding control. If you'd like to restart, comment |
|
Note that |
|
Thanks guys! |
|
Verified the test is green now with the fix. |
* Test docker config to fix workflow. * enable buildx and load in python docker. * Another attempt by setting buildx project property. * Another attempt * Re-enable workflow and sickbay some failed tests for now. * Add release trigger
[Cherrypick] Re-enable "PostCommit XVR GoUsingJava Dataflow" in cron (#36909)
The fix (adding
useDockerBuildxproject property) has been verified in an upstream branch (#36913). The workflow no longer failed at building docker (https://github.com/apache/beam/actions/runs/19715479104/job/56486414460), although it stil failed at two Go integration tests (BigQueryIO and BigTableIO).To unblock the release milestone, we are skipping them(they are tracked at #36918 instead), while keeping the other integration tests running.
addresses #28339 #32492