Skip to content

Commit

Permalink
Merge pull request #19887 from justaugustus/k8s-build-no-bootstrap
Browse files Browse the repository at this point in the history
releng: Add a job to test creating CI builds w/o the bootstrap image
  • Loading branch information
k8s-ci-robot authored Nov 9, 2020
2 parents 371c8bd + b9030d3 commit 3e13293
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions config/jobs/kubernetes/sig-release/kubernetes-builds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,47 @@ periodics:
testgrid-tab-name: build-master-canary
testgrid-alert-email: [email protected], [email protected]

- name: ci-kubernetes-build-no-bootstrap
interval: 1h
cluster: k8s-infra-prow-build
decorate: true
extra_refs:
- org: kubernetes
repo: kubernetes
base_ref: master
labels:
preset-service-account: "true"
preset-dind-enabled: "true"
spec:
containers:
- image: gcr.io/k8s-staging-releng/k8s-ci-builder:v1.15.3-1
command:
- /krel
args:
- ci-build
- --allow-dup
- --fast
- --bucket=k8s-release-dev
- --gcs-suffix=no-bootstrap
- --docker-registry=gcr.io/k8s-staging-ci-images
# docker-in-docker needs privileged mode
securityContext:
privileged: true
resources:
limits:
cpu: 7300m
memory: "34Gi"
requests:
cpu: 7300m
memory: "34Gi"
rerun_auth_config:
github_team_ids:
- 2241179 # release-managers
annotations:
testgrid-dashboards: sig-release-master-informing, sig-release-releng-informing
testgrid-tab-name: build-master-no-bootstrap
testgrid-alert-email: [email protected]

- interval: 5m
name: ci-kubernetes-build-fast
cluster: k8s-infra-prow-build
Expand Down

0 comments on commit 3e13293

Please sign in to comment.