GoogleCloudPlatform / openjdk-runtime

Google Cloud Platform OpenJDK Docker image
Apache License 2.0
62 stars 41 forks source link

Unique GKE clusters for integration tests #144

Closed aslo closed 7 years ago

aslo commented 7 years ago

Integration tests spin up and teardown unique GKE clusters for each test execution. This helps mitigate collisions when running tests concurrently.

See also https://github.com/GoogleCloudPlatform/openjdk-runtime/pull/143 for similar work.