Commit Graph

5 Commits

Author SHA1 Message Date
Chen Sun 7079164135
test: Update frontend-integration-test image (#9028) 2023-03-23 00:29:20 +00:00
Chen Sun fe71e17a4d
test(frontend): upgrade frontend integration test dependencies and base image. (#8806)
* upgrade frontend integration test dependencies and base image.

* remote unused libraries

* fix junit config

* fix junit config
2023-02-07 01:24:39 +00:00
Alexey Volkov cc83e1089b
Assigned copyright to the project authors (#5587) 2021-05-05 13:53:22 +08:00
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