Skip to content

Commit

Permalink
Merge pull request #33237 from mbobrovskyi/feature/add-preset-dind-en…
Browse files Browse the repository at this point in the history
…abled-label-on-pull-kueue-test-kjobctl

Use gcr.io/k8s-staging-test-infra/kubekins-e2e image on pull-kueue-test-kjobctl test.
  • Loading branch information
k8s-ci-robot authored Aug 6, 2024
2 parents 9d6cf34 + 2af0062 commit 89e8cdf
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions config/jobs/kubernetes-sigs/kueue/kueue-presubmits-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -356,12 +356,17 @@ presubmits:
testgrid-dashboards: sig-scheduling
testgrid-tab-name: pull-kueue-kjobctl
description: "Run kjobctl tests"
labels:
preset-dind-enabled: "true"
spec:
containers:
- image: public.ecr.aws/docker/library/golang:1.22
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240803-cf1183f2db-master
securityContext:
privileged: true
command:
- make
- runner.sh
args:
- make
- -C
- cmd/experimental/kjobctl
- test
Expand Down

0 comments on commit 89e8cdf

Please sign in to comment.