Skip to content

Commit

Permalink
[r1.3.0 cherry-pick] commit_id=[b350b19] (#4348)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
dhruvesh09 and jiyongjung authored Oct 6, 2021
1 parent e81d095 commit b77c06e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tfx/orchestration/kubeflow/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ class HelloWorldComponent(BaseComponent):
EXECUTOR_SPEC = executor_specs.TemplatedExecutorContainerSpec(
# TODO(b/143965964): move the image to private repo if the test is flaky
# due to docker hub.
image='google/cloud-sdk:latest',
image='gcr.io/google.com/cloudsdktool/cloud-sdk:latest',
command=['sh', '-c'],
args=[
'echo "hello ' +
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
# The component code uses gsutil to upload the data to GCS, so the
# container image needs to have gsutil installed and configured.
# Fixing b/150670779 by merging cl/294536017 will lift this limitation.
image='google/cloud-sdk:278.0.0',
image='gcr.io/google.com/cloudsdktool/cloud-sdk:278.0.0',
command=[
'sh', '-exc',
'''
Expand Down Expand Up @@ -63,7 +63,7 @@
# The component code uses gsutil to upload the data to GCS, so the
# container image needs to have gsutil installed and configured.
# Fixing b/150670779 by merging cl/294536017 will lift this limitation.
image='google/cloud-sdk:278.0.0',
image='gcr.io/google.com/cloudsdktool/cloud-sdk:278.0.0',
command=[
'sh', '-exc',
'''
Expand Down Expand Up @@ -97,7 +97,7 @@
# The component code uses gsutil to upload the data to GCS, so the
# container image needs to have gsutil installed and configured.
# Fixing b/150670779 by merging cl/294536017 will lift this limitation.
image='google/cloud-sdk:278.0.0',
image='gcr.io/google.com/cloudsdktool/cloud-sdk:278.0.0',
command=[
'sh', '-exc',
'''
Expand Down

0 comments on commit b77c06e

Please sign in to comment.