From e55a28176da7b1955b3419ad5fa6264f19596023 Mon Sep 17 00:00:00 2001 From: Rishabh Singh Date: Thu, 31 Oct 2024 02:56:04 -0700 Subject: [PATCH] ci group poc Signed-off-by: Rishabh Singh --- vars/runIntegTestScript.groovy | 1 + 1 file changed, 1 insertion(+) diff --git a/vars/runIntegTestScript.groovy b/vars/runIntegTestScript.groovy index 068ad544a..8e55883a0 100644 --- a/vars/runIntegTestScript.groovy +++ b/vars/runIntegTestScript.groovy @@ -62,6 +62,7 @@ void call(Map args = [:]) { 'integ-test', "${args.testManifest}", "--component ${component}", + "--ci-group ${args.ciGroup}", "--test-run-id ${env.BUILD_NUMBER}", "--paths ${paths}", "--base-path ${basePath}",