Feature #16429
closed[k8s] add jenkins integration test for GKE
Related issues
Updated by Ward Vandewege over 4 years ago
- Copied to Feature #16430: [k8s] add jenkins integration test for minikube added
Updated by Ward Vandewege over 4 years ago
- Copied to deleted (Feature #16430: [k8s] add jenkins integration test for minikube)
Updated by Ward Vandewege over 4 years ago
- Related to Idea #16303: Kubernetes support added
Updated by Ward Vandewege over 4 years ago
- Subject changed from add jenkins integration test for k8s GKE to [k8s] add jenkins integration test for GKE
Updated by Ward Vandewege over 4 years ago
- Project changed from Arvados Epics to Arvados
Updated by Peter Amstutz over 4 years ago
- Target version changed from 2020-05-20 Sprint to 2020-06-03 Sprint
Updated by Ward Vandewege over 4 years ago
Package building branch ready for review at commit:5f951c4912421f7ebde33e09c6a53bb898c6e0fb in the packer repository.
Updated by Nico César over 4 years ago
I checked out, LGTM,
very small change: It'd just add a "install -y" to avoid any failure if they add a dependency (in the future) to the package that needs to be installed
+sudo DEBIAN_FRONTEND=noninteractive apt-get install kubectl
Updated by Ward Vandewege over 4 years ago
Nico César wrote:
I checked out, LGTM,
very small change: It'd just add a "install -y" to avoid any failure if they add a dependency (in the future) to the package that needs to be installed
+sudo DEBIAN_FRONTEND=noninteractive apt-get install kubectl
Thanks! Merged with that change in commit:0c0ef2a2ac102ed08f7515a455891a36e823c858
Updated by Ward Vandewege over 4 years ago
The actual test is ready for review in commit:699ed1d103ccf0a687615939454d2655961300c3 on the 16429-add-jenkins-integration-test-GKE branch in the arvados-k8s repository. The jenkins job is defined at https://ci.arvados.org/view/Developer/job/developer-tests-k8s/
Updated by Ward Vandewege over 4 years ago
- Status changed from In Progress to Resolved
Reviewed as part of 16430, and merged in commit:ba72940a5395f7080f58f53b5f7f6104c8a94b8b on the arvados-k8s repo.