Trying to create a cronjob from a packbuild image.
Successfully created the image.
Can run it with
toolforge jobs run --image tool-milhistbot/autocheck:latest --mount=all --command "web $OPTS" autocheck3
Now want to run it as a cron job. Tried:
# autocheck2 - name: autocheck2 command: web -ff -n=1000 image: tool-milhistbot/autocheck:latest schedule: "45 12 * * *" emails: onfailure
(1) Is this correct?
(2) Normally I run the job with mount=all but no way to specify that in a yaml file?
Ross