k8s.io/test-infra@v0.0.0-20240520184403-27c6b4c223d8/config/jobs/kubernetes/kops/kops-periodics-scale.yaml (about) 1 # 1 jobs, total of 7 runs per week 2 periodics: 3 4 # {"cloud": "aws", "distro": "u2204", "k8s_version": "ci", "kops_channel": "alpha", "kops_version": "latest", "networking": "amazonvpc"} 5 - name: e2e-kops-aws-scale-amazonvpc 6 cluster: k8s-infra-kops-prow-build 7 cron: '37 0-23/24 * * *' 8 labels: 9 preset-service-account: "true" 10 preset-aws-ssh: "true" 11 preset-aws-credential: "true" 12 preset-dind-enabled: "true" 13 max_concurrency: 1 14 decorate: true 15 decoration_config: 16 timeout: 90m 17 extra_refs: 18 - org: kubernetes 19 repo: kops 20 base_ref: master 21 workdir: true 22 path_alias: k8s.io/kops 23 - org: kubernetes 24 repo: perf-tests 25 base_ref: master 26 path_alias: k8s.io/perf-tests 27 spec: 28 containers: 29 - command: 30 - runner.sh 31 args: 32 - ./tests/e2e/scenarios/scalability/run-test.sh 33 env: 34 - name: CLOUD_PROVIDER 35 value: "aws" 36 - name: CLUSTER_NAME 37 value: "e2e-f21a47a3cd-b6b27.test-cncf-aws.k8s.io" 38 - name: KOPS_STATE_STORE 39 value: "s3://k8s-kops-ci-prow-state-store" 40 - name: KOPS_DNS_DOMAIN 41 value: "tests-kops-aws.k8s.io" 42 - name: DISCOVERY_STORE 43 value: "s3://k8s-kops-ci-prow" 44 - name: KUBE_SSH_USER 45 value: "ubuntu" 46 - name: KOPS_IRSA 47 value: "true" 48 image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-master 49 imagePullPolicy: Always 50 resources: 51 limits: 52 cpu: "4" 53 memory: 6Gi 54 requests: 55 cpu: "4" 56 memory: 6Gi 57 securityContext: 58 privileged: true 59 annotations: 60 test.kops.k8s.io/cloud: aws 61 test.kops.k8s.io/distro: u2204 62 test.kops.k8s.io/k8s_version: ci 63 test.kops.k8s.io/kops_channel: alpha 64 test.kops.k8s.io/kops_version: latest 65 test.kops.k8s.io/networking: amazonvpc 66 testgrid-dashboards: google-aws, kops-distro-u2204, kops-k8s-ci, kops-latest, sig-cluster-lifecycle-kops 67 testgrid-days-of-results: '90' 68 testgrid-tab-name: kops-aws-scale-amazonvpc