Skip to content

Commit

Permalink
ci-kubernetes-build-fast: create canary job to run in k8s-infra-prow-…
Browse files Browse the repository at this point in the history
…build cluster
  • Loading branch information
cpanato committed Oct 8, 2020
1 parent b54c51c commit 02d6e4c
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions config/jobs/kubernetes/sig-release/kubernetes-builds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,43 @@ periodics:
testgrid-alert-email: [email protected]
description: 'Ends up running: make quick-release'

- interval: 5m
name: ci-kubernetes-build-fast-canary
cluster: k8s-infra-prow-build
labels:
preset-service-account: "true"
preset-dind-enabled: "true"
spec:
containers:
- image: gcr.io/k8s-testimages/bootstrap:v20200924-7fcf543
args:
- --repo=k8s.io/kubernetes
- --repo=k8s.io/release
- --root=/go/src
- --timeout=40
- --scenario=kubernetes_build
- --
- --allow-dup
- --fast
# docker-in-docker needs privileged mode
securityContext:
privileged: true
resources:
limits:
cpu: 6
memory: "12Gi"
requests:
cpu: 6
memory: "12Gi"
rerun_auth_config:
github_team_ids:
- 2241179 # release-managers
annotations:
testgrid-dashboards: sig-release-master-blocking, google-unit
testgrid-tab-name: build-master-fast-canary
testgrid-alert-email: [email protected]
description: 'Ends up running: make quick-release - temporary job to validate it running in a new cluster'

- interval: 4h
name: ci-release-build-packages-debs
decorate: true
Expand Down

0 comments on commit 02d6e4c

Please sign in to comment.