sigs.k8s.io/prow@v0.0.0-20240503223140-c5e374dc7eb1/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"