prow/prowjobs/google/jwt_verify_lib/jwt-verify-lib-presubmit.yaml (33 lines of code) (raw):
presubmits:
google/jwt_verify_lib:
- name: jwt-verify-lib-presubmit
cluster: espv2
always_run: true
decorate: true
annotations:
testgrid-dashboards: googleoss-jwt-verify-lib
testgrid-tab-name: presubmit
description: "Runs all unit tests per PR."
spec:
containers:
- image: gcr.io/cloudesf-testing/jwt-verify-lib-prow:v20221109
command:
- ./script/ci.sh
periodics:
- name: jwt-verify-lib-periodic
cluster: espv2
cron: '0 0,12 * * *' # Run every 12 hours, starting at midnight.
decorate: true
annotations:
testgrid-dashboards: googleoss-jwt-verify-lib
testgrid-tab-name: periodic
description: "Runs all unit tests on the master branch continuously."
extra_refs:
- org: google
repo: jwt_verify_lib
base_ref: master
spec:
containers:
- image: gcr.io/cloudesf-testing/jwt-verify-lib-prow:v20221109
command:
- ./script/ci.sh