|
1 | 1 | # Test jobs generated by build_jobs.py (do not manually edit)
|
2 |
| -# 8 jobs, total of 56 runs per week |
| 2 | +# 10 jobs, total of 70 runs per week |
3 | 3 | periodics:
|
4 | 4 |
|
| 5 | +# {"cloud": "aws", "distro": "u2404", "extra_flags": "--zones=eu-central-1a --node-size=t3.large --master-size=t3.large --discovery-store=s3://k8s-kops-prow/discovery", "k8s_version": "1.35", "kops_channel": "alpha", "kops_version": "1.35", "networking": "calico"} |
| 6 | +- name: e2e-kops-aws-conformance-1-35 |
| 7 | + cron: '45 7-23/24 * * *' |
| 8 | + labels: |
| 9 | + preset-service-account: "true" |
| 10 | + preset-aws-ssh: "true" |
| 11 | + preset-aws-credential: "true" |
| 12 | + cluster: k8s-infra-kops-prow-build |
| 13 | + decorate: true |
| 14 | + decoration_config: |
| 15 | + timeout: 180m |
| 16 | + extra_refs: |
| 17 | + - org: kubernetes |
| 18 | + repo: kops |
| 19 | + base_ref: master |
| 20 | + workdir: true |
| 21 | + path_alias: k8s.io/kops |
| 22 | + spec: |
| 23 | + containers: |
| 24 | + - command: |
| 25 | + - runner.sh |
| 26 | + args: |
| 27 | + - bash |
| 28 | + - -c |
| 29 | + - | |
| 30 | + make test-e2e-install |
| 31 | + kubetest2 kops \ |
| 32 | + -v 2 \ |
| 33 | + --up --down \ |
| 34 | + --cloud-provider=aws \ |
| 35 | + --create-args="--image='099720109477/ubuntu/images/hvm-ssd-gp3/ubuntu-noble-24.04-amd64-server-20250920' --channel=alpha --networking=calico --zones=eu-central-1a --node-size=t3.large --master-size=t3.large --discovery-store=s3://k8s-kops-prow/discovery" \ |
| 36 | + --kops-version-marker=https://storage.googleapis.com/k8s-staging-kops/kops/releases/markers/release-1.35/latest-ci-updown-green.txt \ |
| 37 | + --kubernetes-version=https://dl.k8s.io/release/stable-1.35.txt \ |
| 38 | + --test=kops \ |
| 39 | + -- \ |
| 40 | + --test-args="-test.timeout=150m" \ |
| 41 | + --test-package-marker=stable-1.35.txt \ |
| 42 | + --focus-regex="\[Conformance\]" \ |
| 43 | + --skip-regex="\[NoSkip\]" \ |
| 44 | + --parallel=1 |
| 45 | + env: |
| 46 | + - name: KUBE_SSH_KEY_PATH |
| 47 | + value: /etc/aws-ssh/aws-ssh-private |
| 48 | + - name: KUBE_SSH_USER |
| 49 | + value: ubuntu |
| 50 | + image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250925-95b5a2c7a5-master |
| 51 | + imagePullPolicy: Always |
| 52 | + resources: |
| 53 | + limits: |
| 54 | + cpu: "4" |
| 55 | + memory: 6Gi |
| 56 | + requests: |
| 57 | + cpu: "4" |
| 58 | + memory: 6Gi |
| 59 | + annotations: |
| 60 | + test.kops.k8s.io/cloud: aws |
| 61 | + test.kops.k8s.io/distro: u2404 |
| 62 | + test.kops.k8s.io/extra_flags: --zones=eu-central-1a --node-size=t3.large --master-size=t3.large --discovery-store=s3://k8s-kops-prow/discovery |
| 63 | + test.kops.k8s.io/k8s_version: '1.35' |
| 64 | + test.kops.k8s.io/kops_channel: alpha |
| 65 | + test.kops.k8s.io/kops_version: '1.35' |
| 66 | + test.kops.k8s.io/networking: calico |
| 67 | + testgrid-dashboards: conformance-all, kops-1.35, kops-conformance, kops-distro-u2404, kops-k8s-1.35, sig-cluster-lifecycle-kops |
| 68 | + testgrid-days-of-results: '90' |
| 69 | + testgrid-tab-name: kops-aws-conformance-1-35 |
| 70 | + |
| 71 | +# {"cloud": "aws", "distro": "u2404arm64", "extra_flags": "--zones=eu-central-1a --node-size=t4g.large --master-size=t4g.large --discovery-store=s3://k8s-kops-prow/discovery", "k8s_version": "1.35", "kops_channel": "alpha", "kops_version": "1.35", "networking": "calico"} |
| 72 | +- name: e2e-kops-aws-conformance-arm64-1-35 |
| 73 | + cron: '51 12-23/24 * * *' |
| 74 | + labels: |
| 75 | + preset-service-account: "true" |
| 76 | + preset-aws-ssh: "true" |
| 77 | + preset-aws-credential: "true" |
| 78 | + cluster: k8s-infra-kops-prow-build |
| 79 | + decorate: true |
| 80 | + decoration_config: |
| 81 | + timeout: 180m |
| 82 | + extra_refs: |
| 83 | + - org: kubernetes |
| 84 | + repo: kops |
| 85 | + base_ref: master |
| 86 | + workdir: true |
| 87 | + path_alias: k8s.io/kops |
| 88 | + spec: |
| 89 | + containers: |
| 90 | + - command: |
| 91 | + - runner.sh |
| 92 | + args: |
| 93 | + - bash |
| 94 | + - -c |
| 95 | + - | |
| 96 | + make test-e2e-install |
| 97 | + kubetest2 kops \ |
| 98 | + -v 2 \ |
| 99 | + --up --down \ |
| 100 | + --cloud-provider=aws \ |
| 101 | + --create-args="--image='099720109477/ubuntu/images/hvm-ssd-gp3/ubuntu-noble-24.04-arm64-server-20250920' --channel=alpha --networking=calico --zones=eu-central-1a --node-size=t4g.large --master-size=t4g.large --discovery-store=s3://k8s-kops-prow/discovery" \ |
| 102 | + --kops-version-marker=https://storage.googleapis.com/k8s-staging-kops/kops/releases/markers/release-1.35/latest-ci-updown-green.txt \ |
| 103 | + --kubernetes-version=https://dl.k8s.io/release/stable-1.35.txt \ |
| 104 | + --test=kops \ |
| 105 | + -- \ |
| 106 | + --test-args="-test.timeout=150m" \ |
| 107 | + --test-package-marker=stable-1.35.txt \ |
| 108 | + --focus-regex="\[Conformance\]" \ |
| 109 | + --skip-regex="\[NoSkip\]" \ |
| 110 | + --parallel=1 |
| 111 | + env: |
| 112 | + - name: KUBE_SSH_KEY_PATH |
| 113 | + value: /etc/aws-ssh/aws-ssh-private |
| 114 | + - name: KUBE_SSH_USER |
| 115 | + value: ubuntu |
| 116 | + image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250925-95b5a2c7a5-master |
| 117 | + imagePullPolicy: Always |
| 118 | + resources: |
| 119 | + limits: |
| 120 | + cpu: "4" |
| 121 | + memory: 6Gi |
| 122 | + requests: |
| 123 | + cpu: "4" |
| 124 | + memory: 6Gi |
| 125 | + annotations: |
| 126 | + test.kops.k8s.io/cloud: aws |
| 127 | + test.kops.k8s.io/distro: u2404arm64 |
| 128 | + test.kops.k8s.io/extra_flags: --zones=eu-central-1a --node-size=t4g.large --master-size=t4g.large --discovery-store=s3://k8s-kops-prow/discovery |
| 129 | + test.kops.k8s.io/k8s_version: '1.35' |
| 130 | + test.kops.k8s.io/kops_channel: alpha |
| 131 | + test.kops.k8s.io/kops_version: '1.35' |
| 132 | + test.kops.k8s.io/networking: calico |
| 133 | + testgrid-dashboards: conformance-all, conformance-arm64, kops-1.35, kops-conformance, kops-distro-u2404, kops-k8s-1.35, sig-cluster-lifecycle-kops |
| 134 | + testgrid-days-of-results: '90' |
| 135 | + testgrid-tab-name: kops-aws-conformance-arm64-1-35 |
| 136 | + |
5 | 137 | # {"cloud": "aws", "distro": "u2404", "extra_flags": "--zones=eu-central-1a --node-size=t3.large --master-size=t3.large --discovery-store=s3://k8s-kops-prow/discovery", "k8s_version": "1.34", "kops_channel": "alpha", "kops_version": "1.34", "networking": "calico"}
|
6 | 138 | - name: e2e-kops-aws-conformance-1-34
|
7 | 139 | cron: '15 1-23/24 * * *'
|
|
0 commit comments