CSV: Update name of MUSCA_B1
Name of MUSCA_B1 has been updated to arm/musca_b1/sse_200.
The name used to generate result table also needs to be updated.
Otherwise configs could not be matched.
Signed-off-by: Xinyu Zhang <xinyu.zhang@arm.com>
Change-Id: Ibe289432a494aeb5b568058d18c943bb2cbe4f22
diff --git a/jenkins/ci.jpl b/jenkins/ci.jpl
index cde7ed5..b83402f 100644
--- a/jenkins/ci.jpl
+++ b/jenkins/ci.jpl
@@ -319,9 +319,9 @@
}
}
resultsParam.each { result ->
- if (result[2] == 'musca_b1/sse_200') {
+ if (result[2] == 'arm/musca_b1/sse_200') {
if (result[13] != 'off') {
- result[2] = 'musca_b1/sse_200_OTP'
+ result[2] = 'arm/musca_b1/sse_200_OTP'
}
}
result[3] = mapCompiler[result[3]]