Skip to content

Commit

Permalink
Merge pull request #31023 from borg-land/build-kube-with-kops
Browse files Browse the repository at this point in the history
Build kubernetes from scratch using kops
  • Loading branch information
k8s-ci-robot committed Oct 12, 2023
2 parents 0f1790e + fc2b737 commit 1cbfdec
Showing 1 changed file with 49 additions and 0 deletions.
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

0 comments on commit 1cbfdec

Please sign in to comment.