From 0276dee0af158a6870af227344dcdde35e00333e Mon Sep 17 00:00:00 2001 From: Vratko Polak Date: Fri, 22 Nov 2019 14:56:25 +0100 Subject: Apply BMRR parameters to each MRR job + Define global macros to make values configurable on demand. + Define minimal values to be used as global default. + The vpp-csit and csit-vpp jobs need different values. + Ndrpdr jobs do not use the values. Change-Id: I868da5fdf16cfb627c48b44a028ed2f6a708ce77 Signed-off-by: Vratko Polak --- jjb/global-macros.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'jjb/global-macros.yaml') diff --git a/jjb/global-macros.yaml b/jjb/global-macros.yaml index a95342196..3a9d90621 100644 --- a/jjb/global-macros.yaml +++ b/jjb/global-macros.yaml @@ -142,6 +142,22 @@ # yamllint disable-line rule:line-length description: "GERRIT_REFSPEC parameter to override separately cloned CSIT repository, leave empty for autodetection / no override." +- parameter: + name: csit-perf-trial-duration-parameter + parameters: + - string: + name: CSIT_PERF_TRIAL_DURATION + default: "{csit-perf-trial-duration}" + description: "Duration of a trial measurement in BMRR tests." + +- parameter: + name: csit-perf-trial-multiplicity-parameter + parameters: + - string: + name: CSIT_PERF_TRIAL_MULTIPLICITY + default: "{csit-perf-trial-multiplicity}" + description: "Number of subsamples for BMRR tests." + ##### SCMS - scm: name: git-scm -- cgit 1.2.3-korg