File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,11 @@ podman cp sqid-helper:/sqid-helper .
17
17
## Configuring the jobs
18
18
This assumes that ` sqid-helper ` and ` .logrotate.conf ` are located in the tools home directory.
19
19
20
+ ``` bash
21
+ toolforge jobs load toolforge.yaml
22
+ ```
23
+
24
+ This does the equivalent of running the following, but atomically.
20
25
``` bash
21
26
toolforge jobs run sqid-update-statistics --command ' ./sqid-helper --data-path ~/projects/sqid/data' --image bookworm --cpu 1 --mem 512M --schedule ' @hourly' --emails onfailure --filelog-stdout ~ /logs/sqid-update-statistics.log --filelog-stderr ~ /logs/sqid-update-statistics.log
22
27
toolforge jobs run sqid-check-dump --command ' ./sqid-helper --only=check-dump --data-path ~/projects/sqid/data' --image bookworm --cpu 1 --mem 6Gi --schedule ' @hourly' --emails onfailure --filelog-stdout ~ /logs/sqid-check-dump.log --filelog-stderr ~ /logs/sqid-check-dump.log
You can’t perform that action at this time.
0 commit comments