github.com/zppinho/prow@v0.0.0-20240510014325-1738badeb017/test/integration/config/prow/jobs/periodics.yaml (about) 1 periodics: 2 - name: trigger-mainconfig-periodic-via-gangway1 3 cron: "00 00 31 2 1" # cron is Feb 31 (never) 4 decorate: true 5 prowjob_defaults: 6 tenant_id: "well-behaved-tenant-for-gangway" 7 spec: 8 containers: 9 - image: localhost:5001/alpine 10 command: 11 - sh 12 args: 13 - -c 14 - | 15 set -eu 16 echo "hello from main config periodic"