File tree Expand file tree Collapse file tree 1 file changed +56
-0
lines changed
config/jobs/kubernetes/sig-testing Expand file tree Collapse file tree 1 file changed +56
-0
lines changed Original file line number Diff line number Diff line change @@ -582,3 +582,59 @@ periodics:
582
582
# this is mostly for building kubernetes
583
583
memory : 9Gi
584
584
cpu : 7
585
+ - interval : 24h
586
+ cluster : k8s-infra-prow-build
587
+ name : ci-kubernetes-e2e-kind-rootless
588
+ annotations :
589
+ testgrid-dashboards : sig-testing-kind
590
+ testgrid-tab-name : kind-rootless
591
+ description : Kubernetes in Rootless Docker (in GCE VM)
592
+ # GitHub ID: @AkihiroSuda
593
+ testgrid-alert-email :
[email protected]
594
+ testgrid-num-columns-recent : ' 6'
595
+ labels :
596
+ preset-service-account : " true"
597
+ preset-k8s-ssh : " true"
598
+ decorate : true
599
+ decoration_config :
600
+ timeout : 90m
601
+ extra_refs :
602
+ - org : kubernetes
603
+ repo : kubernetes
604
+ base_ref : master
605
+ path_alias : k8s.io/kubernetes
606
+ spec :
607
+ containers :
608
+ - image : gcr.io/k8s-staging-test-infra/kubekins-e2e:v20231015-d38ebb23ab-master
609
+ command :
610
+ - runner.sh
611
+ args :
612
+ - /bin/bash
613
+ - -c
614
+ - |
615
+ set -eux
616
+ # kindinv: Kubernetes in (Rootless) Docker in (GCE) VM
617
+ # See https://github.com/rootless-containers/kubetest2-kindinv
618
+ (cd ; GO111MODULE=on go install github.com/rootless-containers/kubetest2-kindinv@master)
619
+ exec kubetest2 kindinv \
620
+ --gcp-project=k8s-prow-builds \
621
+ --gcp-zone=us-west1-b \
622
+ --instance-image=ubuntu-os-cloud/ubuntu-2204-lts \
623
+ --instance-type=n2-standard-4 \
624
+ --kind-rootless \
625
+ --build \
626
+ --up \
627
+ --down \
628
+ --test=ginkgo \
629
+ -- \
630
+ --use-built-binaries \
631
+ --focus-regex='\[NodeConformance\]' \
632
+ --skip-regex='\[Environment:NotInUserNS\]|\[Slow\]' \
633
+ --parallel=8
634
+ resources :
635
+ limits :
636
+ memory : 2Gi
637
+ cpu : 2
638
+ requests :
639
+ memory : 2Gi
640
+ cpu : 2
You can’t perform that action at this time.
0 commit comments