From beccb39033cd25413cd0a6bdd04e8b69a0b7d76d Mon Sep 17 00:00:00 2001 From: Ding Ho Date: Thu, 4 Jan 2024 16:19:34 +0000 Subject: [PATCH 1/4] DAOS-14833 test: Update unitPackages.groovy for Bullseye Description: Update unitPackages.groovy for Bullseye Required-githooks: true Signed-off-by: Ding Ho ding-hwa.ho@intel.com --- vars/unitPackages.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vars/unitPackages.groovy b/vars/unitPackages.groovy index d9449b7ea..b29c0f95e 100644 --- a/vars/unitPackages.groovy +++ b/vars/unitPackages.groovy @@ -21,7 +21,7 @@ String call() { Map stage_info = parseStageInfo() String target = stage_info['target'] - boolean quick_build = quickBuild() || (stage_info['compiler'] == 'covc') +# boolean quick_build = quickBuild() || (stage_info['compiler'] == 'covc') if (target.startsWith('centos') || target.startsWith('el')) { if (quick_build) { From 26dfbb083c6e5907d0012e9de4ba93a7d3e053bc Mon Sep 17 00:00:00 2001 From: Ding Ho Date: Thu, 4 Jan 2024 21:47:44 +0000 Subject: [PATCH 2/4] Update unitPackages.groovy Required-githooks: true Signed-off-by: Ding Ho ding-hwa.ho@intel.com --- vars/unitPackages.groovy | 1 + 1 file changed, 1 insertion(+) diff --git a/vars/unitPackages.groovy b/vars/unitPackages.groovy index b29c0f95e..3e859b3c4 100644 --- a/vars/unitPackages.groovy +++ b/vars/unitPackages.groovy @@ -22,6 +22,7 @@ String call() { Map stage_info = parseStageInfo() String target = stage_info['target'] # boolean quick_build = quickBuild() || (stage_info['compiler'] == 'covc') + boolean quick_build = quickBuild() if (target.startsWith('centos') || target.startsWith('el')) { if (quick_build) { From 6b01bfbde7dfb4ed0c84d905223a37569b3af9e6 Mon Sep 17 00:00:00 2001 From: Ding Ho Date: Fri, 5 Jan 2024 16:55:27 +0000 Subject: [PATCH 3/4] Update unitPackages.groovy Required-githooks: true Signed-off-by: Ding Ho ding-hwa.ho@intel.com --- vars/unitPackages.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vars/unitPackages.groovy b/vars/unitPackages.groovy index 3e859b3c4..1bf40d1d4 100644 --- a/vars/unitPackages.groovy +++ b/vars/unitPackages.groovy @@ -21,7 +21,7 @@ String call() { Map stage_info = parseStageInfo() String target = stage_info['target'] -# boolean quick_build = quickBuild() || (stage_info['compiler'] == 'covc') +// boolean quick_build = quickBuild() || (stage_info['compiler'] == 'covc') boolean quick_build = quickBuild() if (target.startsWith('centos') || target.startsWith('el')) { From ff68efd7ed9ed7d04c294c7aab623c6d6bb9526a Mon Sep 17 00:00:00 2001 From: Ding Ho Date: Mon, 29 Jan 2024 21:27:02 +0000 Subject: [PATCH 4/4] Update runTestFunctionalV2.groovy env. Required-githooks: true Signed-off-by: Ding Ho ding-hwa.ho@intel.com --- vars/runTestFunctionalV2.groovy | 1 + 1 file changed, 1 insertion(+) diff --git a/vars/runTestFunctionalV2.groovy b/vars/runTestFunctionalV2.groovy index 3acfb43bf..77c996db0 100644 --- a/vars/runTestFunctionalV2.groovy +++ b/vars/runTestFunctionalV2.groovy @@ -56,6 +56,7 @@ Map call(Map config = [:]) { 'PRAGMA_SUFFIX="' + config['pragma_suffix'] + '" ' + 'NODE_COUNT="' + config['node_count'] + '" ' + 'OPERATIONS_EMAIL="' + env.OPERATIONS_EMAIL + '" ' + + 'COVFN_DISABLED="' + env.COVFN_DISABLED+ '" ' + "WITH_VALGRIND=${stage_info.get('with_valgrind', '')} " + 'ci/functional/test_main.sh'