Skip to content

Commit

Permalink
Merge pull request #20509 from hakman/kops-cleanup
Browse files Browse the repository at this point in the history
kOps tests cleanup - 2
  • Loading branch information
k8s-ci-robot committed Jan 17, 2021
2 parents f5d97fb + d226ef3 commit 86f41aa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions config/jobs/kubernetes/kops/kops-periodics-misc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ periodics:
- --env=KOPS_RUN_TOO_NEW_VERSION=1
- --extract=release/stable
- --ginkgo-parallel
- --kops-args=--channel=alpha
- --kops-args=--channel=alpha --networking calico
- --kops-priority-path=/workspace/kubernetes/platforms/linux/amd64
- --kops-version=https://storage.googleapis.com/kops-ci/bin/latest-ci-updown-green.txt
- --provider=aws
Expand Down Expand Up @@ -61,7 +61,7 @@ periodics:
- --env=KOPS_RUN_TOO_NEW_VERSION=1
- --extract=release/stable
- --ginkgo-parallel=10
- --kops-args=--master-count=3
- --kops-args=--master-count=3 --networking calico
- --kops-nodes=6
- --kops-priority-path=/workspace/kubernetes/platforms/linux/amd64
- --kops-version=https://storage.googleapis.com/kops-ci/bin/latest-ci-updown-green.txt
Expand Down Expand Up @@ -213,6 +213,7 @@ periodics:
- --env=KOPS_RUN_TOO_NEW_VERSION=1
- --extract=release/stable
- --ginkgo-parallel
- --kops-args=--networking=calico
- --kops-feature-flags=-EnableLaunchTemplates
- --kops-priority-path=/workspace/kubernetes/platforms/linux/amd64
- --kops-version=https://storage.googleapis.com/kops-ci/bin/latest-ci-updown-green.txt
Expand Down
4 changes: 2 additions & 2 deletions config/jobs/kubernetes/kops/kops-presubmits.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ presubmits:
- --env=KOPS_DEPLOY_LATEST_URL=https://storage.googleapis.com/kubernetes-release/release/stable-1.20.txt
- --env=KOPS_KUBE_RELEASE_URL=https://storage.googleapis.com/kubernetes-release/release
- --env=KOPS_RUN_TOO_NEW_VERSION=1
- --extract=release/latest-1.19
- --extract=release/stable-1.20
- --ginkgo-parallel
- --kops-build
- --kops-args=--container-runtime=docker
Expand Down Expand Up @@ -167,7 +167,7 @@ presubmits:
- --env=KOPS_DEPLOY_LATEST_URL=https://storage.googleapis.com/kubernetes-release/release/stable-1.20.txt
- --env=KOPS_KUBE_RELEASE_URL=https://storage.googleapis.com/kubernetes-release/release
- --env=KOPS_RUN_TOO_NEW_VERSION=1
- --extract=release/latest-1.19
- --extract=release/stable-1.20
- --ginkgo-parallel
- --kops-build
- --kops-args=--container-runtime=containerd --networking=calico
Expand Down

0 comments on commit 86f41aa

Please sign in to comment.