Skip to content

Commit

Permalink
releng: Add a job to test creating CI builds w/o the bootstrap image
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Augustus <[email protected]>
  • Loading branch information
justaugustus committed Nov 9, 2020
1 parent 475170b commit 9a26b1b
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:latest-cross1.15
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 9a26b1b

Please sign in to comment.