File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
config/jobs/image-pushing Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,14 @@ postsubmits:
17
17
# Build tags also
18
18
# this is a regex for semver, from https://semver.org/#is-there-a-suggested-regular-expression-regex-to-check-a-semver-string
19
19
- ^v(0|[1-9]\d*)\.(0|[1-9]\d*)\.(0|[1-9]\d*)(?:-((?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\.(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?$
20
+ reporter_config :
21
+ slack :
22
+ channel : " kops-dev"
23
+ job_states_to_report :
24
+ - failure
25
+ - aborted
26
+ - error
27
+ report_template : ' Postsubmit push to staging failed: {{.Status.State}}. Commit: <{{.Spec.Refs.BaseLink}}|{{printf "%.7s" .Spec.Refs.BaseSHA}}> | <{{.Status.URL}}|Spyglass> | <https://testgrid.k8s.io/kops-misc#kops-postsubmit-push-to-staging|Testgrid> | <https://prow.k8s.io/?job={{.Spec.Job}}|Deck>'
20
28
spec :
21
29
serviceAccountName : gcb-builder
22
30
containers :
You can’t perform that action at this time.
0 commit comments