Skip to content

Commit b77c06e

Browse files
dhruvesh09jiyongjung
and
jiyongjung
authored
[r1.3.0 cherry-pick] commit_id=[b350b19] (#4348)
* Update RELEASE.md * Update version.py * Update dependencies.py * Update RELEASE.md * Extends the maximum version of google-cloud-aiplatform to all 1.x versions. PiperOrigin-RevId: 399573324 * Update version.py * Uses images in GCR to speed up the test runs on GCP. PiperOrigin-RevId: 400071491 Co-authored-by: jiyongjung <jiyongjung@google.com>
1 parent e81d095 commit b77c06e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

tfx/orchestration/kubeflow/test_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ class HelloWorldComponent(BaseComponent):
203203
EXECUTOR_SPEC = executor_specs.TemplatedExecutorContainerSpec(
204204
# TODO(b/143965964): move the image to private repo if the test is flaky
205205
# due to docker hub.
206-
image='google/cloud-sdk:latest',
206+
image='gcr.io/google.com/cloudsdktool/cloud-sdk:latest',
207207
command=['sh', '-c'],
208208
args=[
209209
'echo "hello ' +

tfx/orchestration/test_pipelines/download_grep_print_pipeline.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
# The component code uses gsutil to upload the data to GCS, so the
3030
# container image needs to have gsutil installed and configured.
3131
# Fixing b/150670779 by merging cl/294536017 will lift this limitation.
32-
image='google/cloud-sdk:278.0.0',
32+
image='gcr.io/google.com/cloudsdktool/cloud-sdk:278.0.0',
3333
command=[
3434
'sh', '-exc',
3535
'''
@@ -63,7 +63,7 @@
6363
# The component code uses gsutil to upload the data to GCS, so the
6464
# container image needs to have gsutil installed and configured.
6565
# Fixing b/150670779 by merging cl/294536017 will lift this limitation.
66-
image='google/cloud-sdk:278.0.0',
66+
image='gcr.io/google.com/cloudsdktool/cloud-sdk:278.0.0',
6767
command=[
6868
'sh', '-exc',
6969
'''
@@ -97,7 +97,7 @@
9797
# The component code uses gsutil to upload the data to GCS, so the
9898
# container image needs to have gsutil installed and configured.
9999
# Fixing b/150670779 by merging cl/294536017 will lift this limitation.
100-
image='google/cloud-sdk:278.0.0',
100+
image='gcr.io/google.com/cloudsdktool/cloud-sdk:278.0.0',
101101
command=[
102102
'sh', '-exc',
103103
'''

0 commit comments

Comments
 (0)