From 24faa1d5ac7c575a9a6e447a913e80d04e7302ec Mon Sep 17 00:00:00 2001 From: Patrik Segedy Date: Wed, 27 Oct 2021 19:45:16 +0200 Subject: [PATCH] Add missing params in cji deploy (#136) --- bonfire/bonfire.py | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/bonfire/bonfire.py b/bonfire/bonfire.py index 26cd1606..be1e5679 100755 --- a/bonfire/bonfire.py +++ b/bonfire/bonfire.py @@ -1078,7 +1078,17 @@ def _err_handler(err): try: cji_config = process_iqe_cji( - clowd_app_name, debug, marker, filter, env, image_tag, cji_name, template_file + clowd_app_name, + debug, + marker, + filter, + env, + image_tag, + cji_name, + template_file, + requirements, + requirements_priority, + test_importance, ) log.debug("processed CJI config:\n%s", cji_config)