Skip to content

Commit 11639b1

Browse files
authored
Merge pull request #35960 from j-skiba/revert-add-verify-add-test-populator-jobs
Revert add verify add test populator jobs
2 parents ca4ebdb + fec96e7 commit 11639b1

File tree

1 file changed

+0
-129
lines changed

1 file changed

+0
-129
lines changed

config/jobs/kubernetes-sigs/kueue/kueue-presubmits-main.yaml

Lines changed: 0 additions & 129 deletions
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,6 @@ presubmits:
552552
- image-local-build
553553
- importer-image
554554
- kueueviz-image
555-
- kueue-populator-image
556555
env:
557556
- name: GOMAXPROCS
558557
value: "2"
@@ -593,131 +592,3 @@ presubmits:
593592
limits:
594593
cpu: "6"
595594
memory: "9Gi"
596-
- name: pull-kueue-populator-verify-main
597-
cluster: eks-prow-build-cluster
598-
branches:
599-
- ^main
600-
skip_if_only_changed: "^docs/|^\\.github/|\\.(md)$|^(README|LICENSE|OWNERS)$|^(keps|site|charts)/"
601-
decorate: true
602-
path_alias: sigs.k8s.io/kueue
603-
annotations:
604-
testgrid-dashboards: sig-scheduling
605-
testgrid-tab-name: pull-kueue-populator-verify-main
606-
description: "Run kueue-populator verify checks"
607-
labels:
608-
preset-dind-enabled: "true"
609-
spec:
610-
containers:
611-
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20251029-79c2132152-master
612-
securityContext:
613-
privileged: true
614-
command:
615-
- runner.sh
616-
args:
617-
- make
618-
- kueue-populator-verify
619-
env:
620-
- name: GOMAXPROCS
621-
value: "8"
622-
resources:
623-
requests:
624-
cpu: "8"
625-
memory: "8Gi"
626-
limits:
627-
cpu: "8"
628-
memory: "8Gi"
629-
- name: pull-kueue-populator-test-unit-main
630-
cluster: eks-prow-build-cluster
631-
branches:
632-
- ^main
633-
skip_if_only_changed: "^docs/|^\\.github/|\\.(md)$|^(README|LICENSE|OWNERS)$|^(keps|site|charts)/"
634-
decorate: true
635-
path_alias: sigs.k8s.io/kueue
636-
annotations:
637-
testgrid-dashboards: sig-scheduling
638-
testgrid-tab-name: pull-kueue-populator-test-unit-main
639-
description: "Run kueue-populator unit tests"
640-
spec:
641-
containers:
642-
- image: public.ecr.aws/docker/library/golang:1.25
643-
env:
644-
- name: GO_TEST_FLAGS
645-
value: "-race -count 3"
646-
- name: GOMAXPROCS
647-
value: "6"
648-
command:
649-
- make
650-
args:
651-
- kueue-populator-test
652-
resources:
653-
requests:
654-
cpu: "6"
655-
memory: "6Gi"
656-
limits:
657-
cpu: "6"
658-
memory: "6Gi"
659-
- name: pull-kueue-populator-test-integration-main
660-
cluster: eks-prow-build-cluster
661-
branches:
662-
- ^main
663-
skip_if_only_changed: "^docs/|^\\.github/|\\.(md)$|^(README|LICENSE|OWNERS)$|^(keps|site|charts)/"
664-
decorate: true
665-
path_alias: sigs.k8s.io/kueue
666-
annotations:
667-
testgrid-dashboards: sig-scheduling
668-
testgrid-tab-name: pull-kueue-populator-test-integration-main
669-
description: "Run kueue-populator integration tests"
670-
spec:
671-
containers:
672-
- image: public.ecr.aws/docker/library/golang:1.25
673-
command:
674-
- make
675-
args:
676-
- kueue-populator-test-integration
677-
env:
678-
- name: GOMAXPROCS
679-
value: "7"
680-
resources:
681-
requests:
682-
cpu: "7"
683-
memory: "10Gi"
684-
limits:
685-
cpu: "7"
686-
memory: "10Gi"
687-
- name: pull-kueue-populator-test-e2e-main
688-
cluster: eks-prow-build-cluster
689-
branches:
690-
- ^main
691-
skip_if_only_changed: "^docs/|^\\.github/|\\.(md)$|^(README|LICENSE|OWNERS)$|^(keps|site|charts)/"
692-
decorate: true
693-
path_alias: sigs.k8s.io/kueue
694-
annotations:
695-
testgrid-dashboards: sig-scheduling
696-
testgrid-tab-name: pull-kueue-populator-test-e2e-main
697-
description: "Run kueue-populator end to end tests"
698-
labels:
699-
preset-dind-enabled: "true"
700-
spec:
701-
containers:
702-
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20251029-79c2132152-master
703-
env:
704-
- name: E2E_K8S_VERSION
705-
value: "1.34"
706-
- name: BASE_BUILDER_IMAGE
707-
value: public.ecr.aws/docker/library/golang
708-
command:
709-
# generic runner script, handles DIND, bazelrc for caching, etc.
710-
- runner.sh
711-
args:
712-
- make
713-
- kueue-populator-test-e2e
714-
# docker-in-docker needs privileged mode
715-
securityContext:
716-
privileged: true
717-
resources:
718-
requests:
719-
cpu: "10"
720-
memory: "10Gi"
721-
limits:
722-
cpu: "10"
723-
memory: "10Gi"

0 commit comments

Comments
 (0)