Merge pull request #9305 from mikesplain/prow_blocking_jobs_note

Add comment on blocking jobs to actions
This commit is contained in:
Kubernetes Prow Robot 2020-06-17 04:28:39 -07:00 committed by GitHub
commit 872e95f965
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -12,6 +12,9 @@ env:
jobs:
build:
strategy:
# Note, the following build matrix generates jobs that are blocking via prow.
# When changing the versions or images below, please update prow config too:
# https://github.com/kubernetes/test-infra/blob/566fea31f63670f583dde93b55fcb0a13bdc2562/config/prow/config.yaml
matrix:
os: [ubuntu-18.04, macos-10.15]
go: [1.13, 1.14]