Skip to content

Commit

Permalink
kueue end to end tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kannon92 committed Nov 22, 2022
1 parent dcc1026 commit 33ed8a4
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions config/jobs/kubernetes-sigs/kueue/kueue-presubmits.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,26 @@ presubmits:
- make
args:
- test-integration
- name: pull-kueue-test-e2e-main
always_run: true
decorate: true
path_alias: sigs.k8s.io/kueue
annotations:
testgrid-dashboards: sig-scheduling
testgrid-tab-name: pull-kueue-test-e2e-main
description: "Run kueue end to end tests"
spec:
containers:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20221116-7c85504268-master
command:
# generic runner script, handles DIND, bazelrc for caching, etc.
- runner.sh
args:
- make
- test-e2e-kind
# docker-in-docker needs privileged mode
securityContext:
privileged: true
- name: pull-kueue-verify-main
always_run: true
decorate: true
Expand Down

0 comments on commit 33ed8a4

Please sign in to comment.