From 918a7da9e846d2b565e2a9ce9e39c377135e9ab0 Mon Sep 17 00:00:00 2001 From: Jakub Rusz Date: Thu, 13 Jun 2024 07:48:22 +0200 Subject: [PATCH] templates/iqe: add parameter to disable parallel runs We don't have any parallel test cases yet. --- deploy/iqe-trigger-integration.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/deploy/iqe-trigger-integration.yml b/deploy/iqe-trigger-integration.yml index b2109fbf..8076b839 100644 --- a/deploy/iqe-trigger-integration.yml +++ b/deploy/iqe-trigger-integration.yml @@ -53,6 +53,8 @@ objects: value: ${IQE_LOG_LEVEL} - name: IQE_REQUIREMENTS value: ${IQE_REQUIREMENTS} + - name: IQE_PARALLEL_ENABLED + value: ${IQE_PARALLEL_ENABLED} - name: IQE_REQUIREMENTS_PRIORITY value: ${IQE_REQUIREMENTS_PRIORITY} - name: IQE_TEST_IMPORTANCE @@ -173,3 +175,5 @@ parameters: value: '' - name: VNC_GEOMETRY value: '1920x1080' +- name: IQE_PARALLEL_ENABLED + value: "false"