Skip to content

Commit 86097c4

Browse files
committed
SCHED-1228 Create active cjeck with force options to upgrade cuda, nccl-tests, etc
1 parent ba0e01c commit 86097c4

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

helm/soperator-activechecks/values.yaml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,35 @@ checks:
340340
- -t
341341
- run-all-upgrade
342342
- --diff
343+
manage-jail-state-force:
344+
enabled: true
345+
checkType: "k8sJob"
346+
dependsOn:
347+
- "create-user-soperatorchecks"
348+
suspend: true
349+
runAfterCreation: true
350+
k8sJobSpec:
351+
jobContainer:
352+
appArmorProfile: unconfined
353+
workingDir: /opt/ansible
354+
image: "{{ .Values.images.sansible }}"
355+
command: [ "/opt/bin/sansible_entrypoint.sh" ]
356+
args:
357+
- ansible-playbook
358+
- -i
359+
- inventory/
360+
- -c
361+
- local
362+
- run.yml
363+
- -t
364+
- run-all-upgrade
365+
- e
366+
- "cuda_force_upgrade=true"
367+
- e
368+
- "cuda_samples_force=true"
369+
- e
370+
- "perftest_force=true"
371+
- --diff
343372
manage-jail-state-dry-run:
344373
enabled: true
345374
checkType: "k8sJob"

0 commit comments

Comments
 (0)