Skip to content

Commit

Permalink
Merge pull request #27868 from kannon92/kueue-e2e-test
Browse files Browse the repository at this point in the history
Kueue E2E Tests
  • Loading branch information
k8s-ci-robot committed Nov 22, 2022
2 parents 675ea0f + 928e956 commit 8d17d0d
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 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,27 @@ presubmits:
- make
args:
- test-integration
- name: pull-kueue-test-e2e-main
always_run: true
decorate: true
optional: 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 8d17d0d

Please sign in to comment.