Skip to content

Commit 0ce55e4

Browse files
authored
Raise solvers on exit code propagating a signal from operating system (#1340)
1 parent 12f57d2 commit 0ce55e4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

solver/base/argo-workflows/solver-template.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ spec:
7878
env:
7979
- name: THOTH_SOLVER
8080
value: "{{inputs.parameters.THOTH_SOLVER_NAME}}"
81+
- name: THOTH_SOLVER_RAISE_ON_SYSTEM_EXIT_CODES
82+
value: "1"
8183
- name: THOTH_SOLVER_VIRTUALENV
8284
value: "/opt/app-root/src/solver-venv"
8385
- name: THOTH_LOG_SOLVER

0 commit comments

Comments
 (0)