File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed
helm/soperator-activechecks Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments