Skip to content

Commit cae3495

Browse files
authored
CI: use kueue 0.16.4 and JobSet 0.11.1 (#391)
1 parent cf2a004 commit cae3495

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

hack/e2e-util.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ export IMAGE_KUBEFLOW_OPERATOR="docker.io/kubeflow/training-operator:v1-5170a36"
2929
export KUBERAY_VERSION=1.1.1
3030
export IMAGE_KUBERAY_OPERATOR="quay.io/kuberay/operator:v1.1.1"
3131

32-
export JOBSET_VERSION=v0.7.3
33-
export IMAGE_JOBSET_OPERATOR="registry.k8s.io/jobset/jobset:v0.7.3"
32+
export JOBSET_VERSION=v0.11.1
33+
export IMAGE_JOBSET_OPERATOR="registry.k8s.io/jobset/jobset:v0.11.1"
3434

3535
# These are small images used by the e2e tests.
3636
# Pull and kind load to avoid long delays during testing

hack/kueue-config/kustomization.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ apiVersion: kustomize.config.k8s.io/v1beta1
22
kind: Kustomization
33

44
resources:
5-
- "https://github.com/kubernetes-sigs/kueue/config/default?ref=v0.16.1"
5+
- "https://github.com/kubernetes-sigs/kueue/config/default?ref=v0.16.4"
66

77
images:
88
- name: us-central1-docker.pkg.dev/k8s-staging-images/kueue/kueue
99
newName: registry.k8s.io/kueue/kueue
10-
newTag: v0.16.1
10+
newTag: v0.16.4
1111

1212
patches:
1313
- target:

0 commit comments

Comments
 (0)