Skip to content

Commit

Permalink
[kueue] Use the latest kindest patch in e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
trasc committed Jun 27, 2023
1 parent cd566c9 commit e12962d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions config/jobs/kubernetes-sigs/kueue/kueue-presubmits-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ presubmits:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20230616-e730b60769-master
env:
- name: E2E_KIND_VERSION
value: kindest/node:v1.24.7
value: kindest/node:v1.24.15
command:
# generic runner script, handles DIND, bazelrc for caching, etc.
- runner.sh
Expand Down Expand Up @@ -112,7 +112,7 @@ presubmits:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20230616-e730b60769-master
env:
- name: E2E_KIND_VERSION
value: kindest/node:v1.25.3
value: kindest/node:v1.25.11
command:
# generic runner script, handles DIND, bazelrc for caching, etc.
- runner.sh
Expand Down Expand Up @@ -148,7 +148,7 @@ presubmits:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20230616-e730b60769-master
env:
- name: E2E_KIND_VERSION
value: kindest/node:v1.26.2
value: kindest/node:v1.26.6
command:
# generic runner script, handles DIND, bazelrc for caching, etc.
- runner.sh
Expand Down Expand Up @@ -184,7 +184,7 @@ presubmits:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20230616-e730b60769-master
env:
- name: E2E_KIND_VERSION
value: kindest/node:v1.27.2
value: kindest/node:v1.27.3
command:
# generic runner script, handles DIND, bazelrc for caching, etc.
- runner.sh
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ presubmits:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20230616-e730b60769-master
env:
- name: E2E_KIND_VERSION
value: kindest/node:v1.24.7
value: kindest/node:v1.24.15
command:
# generic runner script, handles DIND, bazelrc for caching, etc.
- runner.sh
Expand Down Expand Up @@ -112,7 +112,7 @@ presubmits:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20230616-e730b60769-master
env:
- name: E2E_KIND_VERSION
value: kindest/node:v1.25.3
value: kindest/node:v1.25.11
command:
# generic runner script, handles DIND, bazelrc for caching, etc.
- runner.sh
Expand Down Expand Up @@ -148,7 +148,7 @@ presubmits:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20230616-e730b60769-master
env:
- name: E2E_KIND_VERSION
value: kindest/node:v1.26.2
value: kindest/node:v1.26.6
command:
# generic runner script, handles DIND, bazelrc for caching, etc.
- runner.sh
Expand Down Expand Up @@ -184,7 +184,7 @@ presubmits:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20230616-e730b60769-master
env:
- name: E2E_KIND_VERSION
value: kindest/node:v1.27.2
value: kindest/node:v1.27.3
command:
# generic runner script, handles DIND, bazelrc for caching, etc.
- runner.sh
Expand Down
8 changes: 4 additions & 4 deletions config/jobs/kubernetes-sigs/kueue/kueue-release-blocking.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ periodics:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20230616-e730b60769-master
env:
- name: E2E_KIND_VERSION
value: kindest/node:v1.24.7
value: kindest/node:v1.24.15
command:
# generic runner script, handles DIND, bazelrc for caching, etc.
- runner.sh
Expand Down Expand Up @@ -139,7 +139,7 @@ periodics:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20230616-e730b60769-master
env:
- name: E2E_KIND_VERSION
value: kindest/node:v1.25.3
value: kindest/node:v1.25.11
command:
# generic runner script, handles DIND, bazelrc for caching, etc.
- runner.sh
Expand Down Expand Up @@ -181,7 +181,7 @@ periodics:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20230616-e730b60769-master
env:
- name: E2E_KIND_VERSION
value: kindest/node:v1.26.2
value: kindest/node:v1.26.6
command:
# generic runner script, handles DIND, bazelrc for caching, etc.
- runner.sh
Expand Down Expand Up @@ -223,7 +223,7 @@ periodics:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20230616-e730b60769-master
env:
- name: E2E_KIND_VERSION
value: kindest/node:v1.27.2
value: kindest/node:v1.27.3
command:
# generic runner script, handles DIND, bazelrc for caching, etc.
- runner.sh
Expand Down

0 comments on commit e12962d

Please sign in to comment.