We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ba9325 commit 838b5aaCopy full SHA for 838b5aa
buildenv/jenkins/perfPipeline.groovy
@@ -83,7 +83,7 @@ node (SETUP_LABEL) {
83
def thisTestParams = testParams.collect()
84
def thisBaselineParams = baselineParams.collect()
85
if (PROCESS_METRICS) {
86
- //set the target, testlist should change if some metrics regress while others do not
+ // Set the target, testlist should change if some metrics regress while others do not
87
testNames = testList.join(",")
88
def TARGET = params.TARGET.replaceFirst(/(?<=TESTLIST=)[^ ]+/, testNames)
89
thisTestParams << string(name: "TARGET", value: TARGET)
0 commit comments