Skip to content

Commit

Permalink
Merge pull request kubernetes#32462 from trasc/kueue-scalability-pr
Browse files Browse the repository at this point in the history
[kueue] Add scalability tests (PR - main)
  • Loading branch information
k8s-ci-robot authored Apr 18, 2024
2 parents 88a194f + cc21441 commit 4fc0972
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions config/jobs/kubernetes-sigs/kueue/kueue-presubmits-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -279,3 +279,31 @@ presubmits:
limits:
cpu: "2"
memory: "6Gi"
- name: pull-kueue-test-scheduling-perf-main
cluster: eks-prow-build-cluster
branches:
- ^main
skip_if_only_changed: "^docs/|^\\.github/|\\.(md)$|^(README|LICENSE|OWNERS)$"
decorate: true
path_alias: sigs.k8s.io/kueue
annotations:
testgrid-dashboards: sig-scheduling
testgrid-tab-name: pull-kueue-test-scheduling-perf-main
description: "Run kueue test-scheduling-perf"
spec:
containers:
- image: public.ecr.aws/docker/library/golang:1.22
command:
- make
args:
- test-scalability
env:
- name: GOMAXPROCS
value: "4"
resources:
requests:
cpu: "6"
memory: "9Gi"
limits:
cpu: "6"
memory: "9Gi"

0 comments on commit 4fc0972

Please sign in to comment.