Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build kubernetes from scratch using kops #31023

Merged
merged 1 commit into from
Oct 12, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
49 changes: 49 additions & 0 deletions config/jobs/kubernetes/kops/kops-presubmits.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -477,6 +477,55 @@ presubmits:
annotations:
testgrid-dashboards: sig-cluster-lifecycle-kops, presubmits-kops, kops-presubmits
testgrid-tab-name: verify-terraform
- name: pull-kops-kubernetes-e2e-ubuntu-gce-build
cluster: k8s-infra-prow-build
branches:
- master
always_run: false
optional: true
skip_report: false
labels:
preset-k8s-ssh: "true"
decorate: true
extra_refs:
- org: kubernetes
repo: kubernetes
base_ref: master
path_alias: k8s.io/kubernetes
decoration_config:
timeout: 100m
path_alias: k8s.io/kops
spec:
serviceAccountName: k8s-kops-test
containers:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20231010-50b212c4fa-master
imagePullPolicy: Always
command:
- runner.sh
args:
- ./tests/e2e/scenarios/build.sh
securityContext:
privileged: true
env:
- name: KUBE_SSH_KEY_PATH
value: /etc/ssh-key-secret/ssh-private
- name: KUBE_SSH_USER
value: prow
resources:
limits:
cpu: "4"
memory: 6Gi
requests:
cpu: "4"
memory: 6Gi
annotations:
test.kops.k8s.io/cloud: gce
test.kops.k8s.io/distro: u2204
test.kops.k8s.io/k8s_version: ci
test.kops.k8s.io/kops_channel: alpha
testgrid-dashboards: kops-presubmits, presubmits-kops, sig-cluster-lifecycle-kops
testgrid-days-of-results: '90'
testgrid-tab-name: pull-kops-kubernetes-e2e-ubuntu-gce-build
postsubmits:
kubernetes/kops:
- name: kops-postsubmit
Expand Down