Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kueue E2E Tests #27868

Merged
merged 1 commit into from
Nov 22, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
kannon92 marked this conversation as resolved.
Show resolved Hide resolved
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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Which E2E tests is this supposed to run?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The ones from https://github.com/kubernetes-sigs/kueue/tree/main/test/e2e I suppose....

I don't see anything obviously wrong, but I'm not an expert for Prow configs.

- name: pull-kueue-verify-main
always_run: true
decorate: true
Expand Down