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