Skip to content

Commit

Permalink
config/jobs: use k8s-infra hosted kubekins-e2e in canary jobs
Browse files Browse the repository at this point in the history
Choosing frequent canary jobs that are passing
- ci-kubernetes-cached-make-test
- ci-kubernetes-e2e-gce-canary
- ci-kubernetes-e2e-prow-canary
- pull-kubernetes-unit-go-canary
- pull-kubernetes-integration-go-canary
  • Loading branch information
spiffxp committed Sep 3, 2021
1 parent 5c7809e commit acb8e5a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion config/jobs/kubernetes/sig-testing/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ presubmits:
preset-dind-enabled: "true"
spec:
containers:
- image: gcr.io/k8s-testimages/kubekins-e2e:v20210825-f1955d1-go-canary
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20210902-e4567b8e9c-go-canary
command:
- runner.sh
args:
Expand Down
4 changes: 2 additions & 2 deletions config/jobs/kubernetes/sig-testing/kubetest-canaries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ periodics:
decorate: true
spec:
containers:
- image: gcr.io/k8s-testimages/kubekins-e2e:latest-master
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:latest-master
imagePullPolicy: Always
command:
- runner.sh
Expand Down Expand Up @@ -146,7 +146,7 @@ periodics:
- --provider=gce
- --test_args=--ginkgo.focus=Variable.Expansion --ginkgo.skip=\[Feature:.+\] --kubectl-path=../../../../kubernetes_skew/cluster/kubectl.sh --minStartupPods=8
- --timeout=40m
image: gcr.io/k8s-testimages/kubekins-e2e:latest-master
image: gcr.io/k8s-staging-test-infra/kubekins-e2e:latest-master
imagePullPolicy: Always
annotations:
testgrid-dashboards: sig-testing-canaries
Expand Down
4 changes: 2 additions & 2 deletions config/jobs/kubernetes/sig-testing/make-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ presubmits:
runAsUser: 2000
allowPrivilegeEscalation: false
containers:
- image: gcr.io/k8s-testimages/kubekins-e2e:v20210825-f1955d1-go-canary
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20210902-e4567b8e9c-go-canary
command:
- make
- test
Expand Down Expand Up @@ -188,7 +188,7 @@ periodics:
runAsUser: 2000
allowPrivilegeEscalation: false
containers:
- image: gcr.io/k8s-testimages/kubekins-e2e:v20210825-f1955d1-master
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20210902-e4567b8e9c-master
command:
- runner.sh
- bash
Expand Down

0 comments on commit acb8e5a

Please sign in to comment.