Abacn commented on code in PR #40017:
URL: https://github.com/apache/beam/pull/40017#discussion_r3959652178
##########
sdks/python/scripts/run_integration_test.sh:
##########
@@ -248,12 +248,11 @@ if [[ -z $PIPELINE_OPTS ]]; then
if [[ "$ARCH" == "ARM" ]]; then
opts+=("--machine_type=t2a-standard-1")
- # Prefer an explicit image (e.g. Snapshots latest) when provided so CI can
- # skip rebuilding multiarch SDK containers. Otherwise use the image built
- # and pushed by the caller under MULTIARCH_TAG.
+ # Default to the Dataflow SDK container for this version. Official images
Review Comment:
We should still use gcr.io/apache-beam-testing images. The Dataflow dev
(beam-master) image doesn't publish regularly and not suitable for quickly
detecting regressions. I understand we try to resolve the version mismatch
found during release verification: #39957 . We can resolve this conflict by
replacing the latest tag to the one found in gradle.properties:
https://github.com/apache/beam/blob/ac159f4f37f00f5d95a04f74bbcb8f721012ce6e/gradle.properties#L34
gcr.io/apache-beam-testing/beam-sdk/beam_python3.14_sdk:2.77.0.dev
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]