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 9, 2020
1 parent 2440294 commit 63d775e
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 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,44 @@ 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
- --release=k8s-release-dev/ci-canary
# 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-informing, sig-testing-canaries
testgrid-tab-name: build-master-fast-canary
testgrid-alert-email: [email protected]
description: 'Ends up running: make quick-release. Canary: runs in k8s-infra-prow-build, pushes to gs://k8s-release-dev'

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

0 comments on commit 63d775e

Please sign in to comment.