Add comment on blocking jobs to actions

This commit is contained in:
mikesplain 2020-06-08 15:17:39 -04:00
parent 7650a988ce
commit 2e79240df1
No known key found for this signature in database
GPG Key ID: D5E91A3C9BBEA323
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]