Skip to content

Commit

Permalink
Add canary job for ci-kubernetes-build jobs variants.
Browse files Browse the repository at this point in the history
Ref : kubernetes#19483
Part of: kubernetes#18549

Signed-off-by: Arnaud Meukam <[email protected]>
  • Loading branch information
ameukam committed Nov 10, 2020
1 parent f0f321c commit a769ca3
Show file tree
Hide file tree
Showing 3 changed files with 107 additions and 0 deletions.
34 changes: 34 additions & 0 deletions config/jobs/kubernetes/sig-release/release-branch-jobs/1.17.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,40 @@ periodics:
testgrid-dashboards: sig-release-1.17-blocking
testgrid-tab-name: build-1.17
interval: 1h
labels:
preset-dind-enabled: "true"
preset-service-account: "true"
name: ci-kubernetes-build-stable2-canary
cluster: k8s-infra-prow-build
spec:
containers:
- args:
- --repo=k8s.io/kubernetes=release-1.17
- --repo=k8s.io/release
- --root=/go/src
- --timeout=240
- --scenario=kubernetes_build
- --
- --allow-dup
- --extra-version-markers=k8s-stable2
- --registry=gcr.io/k8s-staging-ci-images
image: gcr.io/k8s-testimages/bootstrap:v20201106-b01d6e7
name: ""
resources:
limits:
cpu: 7300m
memory: "34Gi"
requests:
cpu: 7300m
memory: "34Gi"
securityContext:
privileged: true
- annotations:
fork-per-release-generic-suffix: "true"
testgrid-alert-email: [email protected], [email protected]
testgrid-dashboards: sig-release-1.17-blocking, sig-testing-canaries
testgrid-tab-name: build-1.17-canary
interval: 1h
labels:
preset-dind-enabled: "true"
preset-service-account: "true"
Expand Down
37 changes: 37 additions & 0 deletions config/jobs/kubernetes/sig-release/release-branch-jobs/1.18.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,43 @@ periodics:
testgrid-dashboards: sig-release-1.18-blocking
testgrid-tab-name: build-1.18
interval: 1h
labels:
preset-dind-enabled: "true"
preset-service-account: "true"
name: ci-kubernetes-build-stable1-canary
cluster: k8s-infra-prow-build
rerun_auth_config:
github_team_ids:
- 2241179
spec:
containers:
- args:
- --repo=k8s.io/kubernetes=release-1.18
- --repo=k8s.io/release
- --root=/go/src
- --timeout=240
- --scenario=kubernetes_build
- --
- --allow-dup
- --extra-version-markers=k8s-stable1
- --registry=gcr.io/k8s-staging-ci-images
image: gcr.io/k8s-testimages/bootstrap:v20201106-b01d6e7
name: ""
resources:
limits:
cpu: 7300m
memory: "34Gi"
requests:
cpu: 7300m
memory: "34Gi"
securityContext:
privileged: true
- annotations:
fork-per-release-generic-suffix: "true"
testgrid-alert-email: [email protected], [email protected]
testgrid-dashboards: sig-release-1.18-blocking, sig-testing-canaries
testgrid-tab-name: build-1.18-canary
interval: 1h
labels:
preset-dind-enabled: "true"
preset-service-account: "true"
Expand Down
36 changes: 36 additions & 0 deletions config/jobs/kubernetes/sig-release/release-branch-jobs/1.19.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,42 @@ periodics:
testgrid-dashboards: sig-release-1.19-blocking
testgrid-tab-name: build-1.19
interval: 1h
labels:
preset-dind-enabled: "true"
preset-service-account: "true"
name: ci-kubernetes-build-1-19-canary
cluster: k8s-infra-prow-build
rerun_auth_config:
github_team_ids:
- 2241179
spec:
containers:
- args:
- --repo=k8s.io/kubernetes=release-1.19
- --repo=k8s.io/release
- --root=/go/src
- --timeout=240
- --scenario=kubernetes_build
- --
- --allow-dup
- --extra-version-markers=k8s-beta
- --registry=gcr.io/k8s-staging-ci-images
image: gcr.io/k8s-testimages/bootstrap:v20201106-b01d6e7
name: ""
resources:
limits:
cpu: 7300m
memory: "34Gi"
requests:
cpu: 7300m
memory: "34Gi"
securityContext:
privileged: true
- annotations:
testgrid-alert-email: [email protected], [email protected]
testgrid-dashboards: sig-release-1.19-blocking, sig-testing-canaries
testgrid-tab-name: build-1.19-canary
interval: 1h
labels:
preset-dind-enabled: "true"
preset-service-account: "true"
Expand Down

0 comments on commit a769ca3

Please sign in to comment.