toddlers: Adjust the cron command to debug it a little more
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
b1acf6867c
commit
ca09c79f91
1 changed files with 3 additions and 2 deletions
|
@ -6,7 +6,7 @@ spec:
|
||||||
successfulJobsHistoryLimit: 3
|
successfulJobsHistoryLimit: 3
|
||||||
failedJobsHistoryLimit: 3
|
failedJobsHistoryLimit: 3
|
||||||
concurrencyPolicy: Forbid
|
concurrencyPolicy: Forbid
|
||||||
schedule: "45 15 * * *"
|
schedule: "02 17 * * *"
|
||||||
startingDeadlineSeconds: 500
|
startingDeadlineSeconds: 500
|
||||||
jobTemplate:
|
jobTemplate:
|
||||||
spec:
|
spec:
|
||||||
|
@ -19,7 +19,8 @@ spec:
|
||||||
containers:
|
containers:
|
||||||
- name: toddlers
|
- name: toddlers
|
||||||
image: docker-registry.default.svc:5000/toddlers/toddlers:latest
|
image: docker-registry.default.svc:5000/toddlers/toddlers:latest
|
||||||
command: ["/usr/bin/python3", "/code/toddlers/toddlers/playtime.py", "packager_bugzilla_sync"]
|
# command: ["/usr/bin/python3", "/code/toddlers/toddlers/playtime.py", "packager_bugzilla_sync"]
|
||||||
|
command: ["ls", "-l", "/", "/code", "/code/toddlers", "/code/toddlers/toddlers"]
|
||||||
env:
|
env:
|
||||||
- name: PYTHONPATH
|
- name: PYTHONPATH
|
||||||
value: "/code"
|
value: "/code"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue