Abacn commented on code in PR #34250: URL: https://github.com/apache/beam/pull/34250#discussion_r2001318289
########## .github/workflows/beam_PreCommit_Flink_Container.yml: ########## @@ -77,6 +77,10 @@ env: HARNESS_IMAGES_TO_PULL: gcr.io/apache-beam-testing/beam-sdk/beam_go_sdk:latest JOB_SERVER_IMAGE: gcr.io/apache-beam-testing/beam_portability/beam_flink1.17_job_server:latest ARTIFACTS_DIR: gs://beam-flink-cluster/beam-precommit-flink-container-${{ github.run_id }} + DOCKER_REGISTRY: gcr.io + DOCKER_REPOSITORY_ROOT: ${{ github.event_name == 'pull_request_target' && 'gcr.io/apache-beam-testing/beam-sdk-pr' || 'gcr.io/apache-beam-testing/beam-sdk' }} Review Comment: Understand, artifact registry permission is not directly related to test misconfig, thanks for investigation. Then please add `beam-sdk-pr` to https://github.com/apache/beam/blob/1bf14ad0745d04d55d8a53a04d94eef89dcb2bc5/.test-infra/tools/stale_dataflow_prebuilt_image_cleaner.sh#L25 to be included in auto cleaner -- 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: github-unsubscr...@beam.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org