|
1 | 1 | # Test jobs generated by build_jobs.py (do not manually edit)
|
2 |
| -# 40 jobs |
| 2 | +# 41 jobs |
3 | 3 | presubmits:
|
4 | 4 | kubernetes/kops:
|
5 | 5 |
|
@@ -851,6 +851,9 @@ presubmits:
|
851 | 851 | requests:
|
852 | 852 | cpu: "6"
|
853 | 853 | memory: "16Gi"
|
| 854 | + limits: |
| 855 | + cpu: "6" |
| 856 | + memory: "16Gi" |
854 | 857 | annotations:
|
855 | 858 | test.kops.k8s.io/cloud: aws
|
856 | 859 | test.kops.k8s.io/distro: u2204
|
@@ -907,6 +910,9 @@ presubmits:
|
907 | 910 | requests:
|
908 | 911 | cpu: "6"
|
909 | 912 | memory: "16Gi"
|
| 913 | + limits: |
| 914 | + cpu: "6" |
| 915 | + memory: "16Gi" |
910 | 916 | annotations:
|
911 | 917 | test.kops.k8s.io/cloud: aws
|
912 | 918 | test.kops.k8s.io/distro: u2404
|
@@ -963,6 +969,9 @@ presubmits:
|
963 | 969 | requests:
|
964 | 970 | cpu: "6"
|
965 | 971 | memory: "16Gi"
|
| 972 | + limits: |
| 973 | + cpu: "6" |
| 974 | + memory: "16Gi" |
966 | 975 | annotations:
|
967 | 976 | test.kops.k8s.io/cloud: aws
|
968 | 977 | test.kops.k8s.io/distro: u2404
|
@@ -2073,6 +2082,9 @@ presubmits:
|
2073 | 2082 | requests:
|
2074 | 2083 | cpu: "6"
|
2075 | 2084 | memory: "16Gi"
|
| 2085 | + limits: |
| 2086 | + cpu: "6" |
| 2087 | + memory: "16Gi" |
2076 | 2088 | annotations:
|
2077 | 2089 | test.kops.k8s.io/cloud: aws
|
2078 | 2090 | test.kops.k8s.io/distro: u2404
|
@@ -2280,6 +2292,9 @@ presubmits:
|
2280 | 2292 | requests:
|
2281 | 2293 | cpu: "6"
|
2282 | 2294 | memory: "16Gi"
|
| 2295 | + limits: |
| 2296 | + cpu: "6" |
| 2297 | + memory: "16Gi" |
2283 | 2298 | annotations:
|
2284 | 2299 | test.kops.k8s.io/cloud: aws
|
2285 | 2300 | test.kops.k8s.io/distro: u2204
|
@@ -2335,6 +2350,9 @@ presubmits:
|
2335 | 2350 | requests:
|
2336 | 2351 | cpu: "6"
|
2337 | 2352 | memory: "16Gi"
|
| 2353 | + limits: |
| 2354 | + cpu: "6" |
| 2355 | + memory: "16Gi" |
2338 | 2356 | annotations:
|
2339 | 2357 | test.kops.k8s.io/cloud: aws
|
2340 | 2358 | test.kops.k8s.io/distro: u2404
|
@@ -2621,3 +2639,55 @@ presubmits:
|
2621 | 2639 | testgrid-dashboards: kops-presubmits, presubmits-kops, sig-cluster-lifecycle-kops
|
2622 | 2640 | testgrid-days-of-results: '90'
|
2623 | 2641 | testgrid-tab-name: pull-kops-kubernetes-e2e-cos-gce-slow
|
| 2642 | + |
| 2643 | +# {"cloud": "gce", "distro": "u2404", "k8s_version": "stable", "kops_channel": "alpha", "networking": "cilium"} |
| 2644 | + - name: pull-kops-scenario-clusterapi-gcp |
| 2645 | + cluster: k8s-infra-prow-build |
| 2646 | + branches: |
| 2647 | + - master |
| 2648 | + always_run: false |
| 2649 | + optional: true |
| 2650 | + skip_report: false |
| 2651 | + labels: |
| 2652 | + preset-k8s-ssh: "true" |
| 2653 | + max_concurrency: 1 |
| 2654 | + decorate: true |
| 2655 | + decoration_config: |
| 2656 | + timeout: 90m |
| 2657 | + path_alias: k8s.io/kops |
| 2658 | + spec: |
| 2659 | + serviceAccountName: k8s-kops-test |
| 2660 | + containers: |
| 2661 | + - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250925-95b5a2c7a5-master |
| 2662 | + imagePullPolicy: Always |
| 2663 | + command: |
| 2664 | + - runner.sh |
| 2665 | + args: |
| 2666 | + - ./tests/e2e/scenarios/clusterapi/run-test.sh |
| 2667 | + securityContext: |
| 2668 | + privileged: true |
| 2669 | + env: |
| 2670 | + - name: KUBE_SSH_KEY_PATH |
| 2671 | + value: /etc/ssh-key-secret/ssh-private |
| 2672 | + - name: KUBE_SSH_USER |
| 2673 | + value: prow |
| 2674 | + - name: GOPATH |
| 2675 | + value: /home/prow/go |
| 2676 | + - name: CLOUD_PROVIDER |
| 2677 | + value: "gce" |
| 2678 | + resources: |
| 2679 | + requests: |
| 2680 | + cpu: "6" |
| 2681 | + memory: "16Gi" |
| 2682 | + limits: |
| 2683 | + cpu: "6" |
| 2684 | + memory: "16Gi" |
| 2685 | + annotations: |
| 2686 | + test.kops.k8s.io/cloud: gce |
| 2687 | + test.kops.k8s.io/distro: u2404 |
| 2688 | + test.kops.k8s.io/k8s_version: stable |
| 2689 | + test.kops.k8s.io/kops_channel: alpha |
| 2690 | + test.kops.k8s.io/networking: cilium |
| 2691 | + testgrid-dashboards: kops-presubmits, presubmits-kops, sig-cluster-lifecycle-kops |
| 2692 | + testgrid-days-of-results: '90' |
| 2693 | + testgrid-tab-name: pull-kops-scenario-clusterapi-gcp |
0 commit comments