Skip to content

Commit

Permalink
Merge pull request kubernetes#16668 from hakman/master
Browse files Browse the repository at this point in the history
Kops - Use Debian 10 for Calico and Weave periodic e2e
  • Loading branch information
k8s-ci-robot authored Mar 7, 2020
2 parents 6839313 + 69b57df commit 1da4fe1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions config/jobs/kubernetes/kops/kops-periodics-network-plugins.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,14 @@ periodics:
args:
- --cluster=e2e-kops-aws-cni-calico.test-cncf-aws.k8s.io
- --deployment=kops
- --env=KUBE_SSH_USER=ubuntu
- --env=KUBE_SSH_USER=admin
- --env=KOPS_DEPLOY_LATEST_URL=https://storage.googleapis.com/kubernetes-release/release/latest.txt
- --env=KOPS_KUBE_RELEASE_URL=https://storage.googleapis.com/kubernetes-release/release
- --extract=release/latest
- --ginkgo-parallel
- --kops-args=--networking=calico --image=099720109477/ubuntu/images/hvm-ssd/ubuntu-bionic-18.04-amd64-server-20200112
- --kops-args=--networking=calico --image=136693071363/debian-10-amd64-20200210-166
- --kops-priority-path=/workspace/kubernetes/platforms/linux/amd64
- --kops-ssh-user=ubuntu
- --kops-ssh-user=admin
- --kops-version=https://storage.googleapis.com/kops-ci/bin/latest-ci-updown-green.txt
- --provider=aws
- --test_args=--ginkgo.skip=\[Slow\]|\[Serial\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\]|\[HPA\]|Dashboard|Services.*functioning.*NodePort|Services.*rejected.*endpoints
Expand Down Expand Up @@ -221,14 +221,14 @@ periodics:
args:
- --cluster=e2e-kops-aws-cni-weave.test-cncf-aws.k8s.io
- --deployment=kops
- --env=KUBE_SSH_USER=ubuntu
- --env=KUBE_SSH_USER=admin
- --env=KOPS_DEPLOY_LATEST_URL=https://storage.googleapis.com/kubernetes-release/release/latest.txt
- --env=KOPS_KUBE_RELEASE_URL=https://storage.googleapis.com/kubernetes-release/release
- --extract=release/latest
- --ginkgo-parallel
- --kops-args=--networking=weave --image=099720109477/ubuntu/images/hvm-ssd/ubuntu-bionic-18.04-amd64-server-20200112
- --kops-args=--networking=weave --image=136693071363/debian-10-amd64-20200210-166
- --kops-priority-path=/workspace/kubernetes/platforms/linux/amd64
- --kops-ssh-user=ubuntu
- --kops-ssh-user=admin
- --kops-version=https://storage.googleapis.com/kops-ci/bin/latest-ci-updown-green.txt
- --provider=aws
- --test_args=--ginkgo.skip=\[Slow\]|\[Serial\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\]|\[HPA\]|Dashboard|Services.*functioning.*NodePort|Services.*rejected.*endpoints
Expand Down

0 comments on commit 1da4fe1

Please sign in to comment.