Commit Graph

2 Commits

Author SHA1 Message Date
Yuan (Bob) Gong 02fabd306e
[Testing] Use google/cloud-sdk:279.0.0 to resolve workload identity flakiness (#3019)
* [Testing] Use gke 1.15.8 to mitigate workload identity flakiness

* Upgrade gcloud version

* Update image builder image too

* Turn on workload identity

* Update deploy-cluster.sh

* secret sample uses python3 instead

* Increase xgboost time limit

* Revert files with bad format

* Update component and pipelines to use gcloud 279.0.0

* Fix secret sample using python3

* Upgrade frontend integration test image

* Rebuild frontend integration test image
2020-02-11 18:34:07 -08:00
Alexey Volkov 1c566f8bd1 Tests - Use base image for frontend tests (#190)
* Tests - Use base image for frontend tests

* Moved the base image to ml-pipeline-test bucket.
The ml-pipeline-staging bucker is inaccessible by the image-builder container.

* Moved the gcloud installation to the base image

* Setting correct user for /src

* Trying to chown the directory using a different technique.

* GCP SDK is now in /tools/

* Using the official gcloud install method
See https://github.com/GoogleCloudPlatform/cloud-sdk-docker/blob/master/debian_slim/Dockerfile

* Running gcloud only under the seluser user

* COPY --chown=seluser
For some reason the root, not the active user owns the data copied using COPY

* No need to run apt-get update again.
Cleaning files before committing the layer.
Installing pip using apt-get (it's no longer in python-setuptools)
2019-10-22 19:52:13 -07:00