Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
55 changes: 51 additions & 4 deletions config/jobs/kubernetes-sigs/kueue/kueue-periodics-main.yaml
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

What about kueue-periodics-release-0-16.yaml, kueue-periodics-release-0-17.yaml, kueue-presubmits-release-0-16.yaml and kueue-presubmits-release-0-17.yaml?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

+1, let's adjust them too in the same PR as now all branches are aligned

Original file line number Diff line number Diff line change
Expand Up @@ -507,14 +507,61 @@ periodics:
cpu: "7"
memory: "10Gi"
- interval: 12h
name: periodic-kueue-test-e2e-customconfigs-main
name: periodic-kueue-test-e2e-sequential-baseline-main
cluster: eks-prow-build-cluster
annotations:
testgrid-dashboards: sig-scheduling
testgrid-tab-name: periodic-kueue-test-e2e-customconfigs-main
testgrid-tab-name: periodic-kueue-test-e2e-sequential-baseline-main
testgrid-alert-email: kueue-alerts@kubernetes.io
testgrid-num-failures-to-alert: '1'
description: "Run periodic customconfigs end to end tests"
description: "Run periodic sequential baseline end to end tests"
testgrid-num-columns-recent: '30'
labels:
preset-dind-enabled: "true"
preset-kind-volume-mounts: "true"
extra_refs:
- org: kubernetes-sigs
repo: kueue
base_ref: main
path_alias: kubernetes-sigs/kueue
decorate: true
decoration_config:
timeout: 1h
spec:
containers:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20260316-e86cefa561-master
env:
- name: E2E_K8S_VERSION
value: "1.35"
- name: BASE_BUILDER_IMAGE
value: public.ecr.aws/docker/library/golang
command:
# generic runner script, handles DIND, bazelrc for caching, etc.
- runner.sh
args:
- make
- kind-image-build
- test-e2e-sequential-baseline
# docker-in-docker needs privileged mode
securityContext:
privileged: true
resources:
requests:
cpu: "7"
memory: "10Gi"
limits:
cpu: "7"
memory: "10Gi"

- interval: 12h
name: periodic-kueue-test-e2e-sequential-extended-main
cluster: eks-prow-build-cluster
annotations:
testgrid-dashboards: sig-scheduling
testgrid-tab-name: periodic-kueue-test-e2e-sequential-extended-main
testgrid-alert-email: kueue-alerts@kubernetes.io
testgrid-num-failures-to-alert: '1'
description: "Run periodic sequential extended end to end tests"
testgrid-num-columns-recent: '30'
labels:
preset-dind-enabled: "true"
Expand All @@ -541,7 +588,7 @@ periodics:
args:
- make
- kind-image-build
- test-e2e-customconfigs
- test-e2e-sequential-extended
# docker-in-docker needs privileged mode
securityContext:
privileged: true
Expand Down
99 changes: 69 additions & 30 deletions config/jobs/kubernetes-sigs/kueue/kueue-presubmits-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -342,44 +342,83 @@ presubmits:
limits:
cpu: "7"
memory: "10Gi"
- name: pull-kueue-test-e2e-customconfigs-main
- name: pull-kueue-test-e2e-sequential-baseline-main
cluster: eks-prow-build-cluster
branches:
- ^main
- ^main
Comment thread
Mostafahassen1 marked this conversation as resolved.
Outdated
skip_if_only_changed: "^docs/|^\\.github/|\\.(md)$|^(README|LICENSE|OWNERS)$|^(keps|site|charts)/"
decorate: true
path_alias: sigs.k8s.io/kueue
annotations:
testgrid-dashboards: sig-scheduling
testgrid-tab-name: pull-kueue-test-e2e-customconfigs-main
description: "Run customconfigs end to end tests"
testgrid-dashboards: sig-scheduling
testgrid-tab-name: pull-kueue-test-e2e-sequential-baseline-main
description: "Run sequential baseline end to end tests"
labels:
preset-dind-enabled: "true"
preset-dind-enabled: "true"
spec:
containers:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20260316-e86cefa561-master
env:
- name: E2E_K8S_VERSION
value: "1.35"
- name: BASE_BUILDER_IMAGE
value: public.ecr.aws/docker/library/golang
command:
# generic runner script, handles DIND, bazelrc for caching, etc.
- runner.sh
args:
- make
- kind-image-build
- test-e2e-customconfigs
# docker-in-docker needs privileged mode
securityContext:
privileged: true
resources:
requests:
cpu: "7"
memory: "10Gi"
limits:
cpu: "7"
memory: "10Gi"
containers:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20260316-e86cefa561-master
env:
- name: E2E_K8S_VERSION
value: "1.35"
- name: BASE_BUILDER_IMAGE
value: public.ecr.aws/docker/library/golang
command:
# generic runner script, handles DIND, bazelrc for caching, etc.
- runner.sh
args:
- make
- kind-image-build
- test-e2e-sequential-baseline
# docker-in-docker needs privileged mode
securityContext:
privileged: true
resources:
requests:
cpu: "7"
memory: "10Gi"
limits:
cpu: "7"
memory: "10Gi"

- name: pull-kueue-test-e2e-sequential-extended-main
cluster: eks-prow-build-cluster
branches:
- ^main
skip_if_only_changed: "^docs/|^\\.github/|\\.(md)$|^(README|LICENSE|OWNERS)$|^(keps|site|charts)/"
decorate: true
path_alias: sigs.k8s.io/kueue
annotations:
testgrid-dashboards: sig-scheduling
testgrid-tab-name: pull-kueue-test-e2e-sequential-extended-main
description: "Run sequential extended end to end tests"
labels:
preset-dind-enabled: "true"
spec:
containers:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20260316-e86cefa561-master
env:
- name: E2E_K8S_VERSION
value: "1.35"
- name: BASE_BUILDER_IMAGE
value: public.ecr.aws/docker/library/golang
command:
# generic runner script, handles DIND, bazelrc for caching, etc.
- runner.sh
args:
- make
- kind-image-build
- test-e2e-sequential-extended
# docker-in-docker needs privileged mode
securityContext:
privileged: true
resources:
requests:
cpu: "7"
memory: "10Gi"
limits:
cpu: "7"
memory: "10Gi"
- name: pull-kueue-test-e2e-certmanager-main
cluster: eks-prow-build-cluster
branches:
Expand Down