File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
playbooks/roles/cron/tasks Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2828 name : slurm autoscaling
2929 minute : " #*"
3030 user : ' {{ ansible_user }}'
31- job : " /opt/oci-hpc/autoscaling/crontab/autoscale_slurm.sh >> /opt/oci-hpc/logs/crontab_slurm_`date '+\\ %Y\\ %m\\ %d'`.log 2>&1"
31+ job : " # /opt/oci-hpc/autoscaling/crontab/autoscale_slurm.sh >> /opt/oci-hpc/logs/crontab_slurm_`date '+\\ %Y\\ %m\\ %d'`.log 2>&1"
3232 when : not autoscaling | bool
3333
3434
Original file line number Diff line number Diff line change 6464 name : slurm autoscaling
6565 minute : " #*"
6666 user : ' {{ ansible_user }}'
67- job : " /opt/oci-hpc/autoscaling/crontab/autoscale_slurm.sh >> /opt/oci-hpc/logs/crontab_slurm_`date '+\\ %Y\\ %m\\ %d'`.log 2>&1"
67+ job : " # /opt/oci-hpc/autoscaling/crontab/autoscale_slurm.sh >> /opt/oci-hpc/logs/crontab_slurm_`date '+\\ %Y\\ %m\\ %d'`.log 2>&1"
6868 when : not autoscaling | bool
6969
7070- name : Create a commented Slurm monitoring cron file under /etc/cron.d
You can’t perform that action at this time.
0 commit comments