aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Smith <peter.smith@linaro.org>2019-06-11 14:32:36 +0100
committerPeter Smith <peter.smith@linaro.org>2019-06-11 14:34:55 +0100
commit126138dec5345fed25d75ff9d42e75cfdf95d1ac (patch)
tree34ff9895fd5ceccf6f1cd6cfd33889a125d44c18
parent3405b379448806c58e97b84392be80e141ae8e2b (diff)
Return clang-native-arm-lnt-perf to the normal server
The clang-native-arm-lnt-perf has been providing stable enough results to take it off the silent master and put it on the normal master. Change-Id: Ibaf31047517cd172ba80ab8f40a62c50ce83c37d
-rw-r--r--monitor/linaro.json8
1 files changed, 7 insertions, 1 deletions
diff --git a/monitor/linaro.json b/monitor/linaro.json
index 216e648..ef3ac00 100644
--- a/monitor/linaro.json
+++ b/monitor/linaro.json
@@ -75,6 +75,12 @@
"bots": [
]
}
+ {
+ "name": "Benchmarking Bots",
+ "bots": [
+ { "name": "clang-native-arm-lnt-perf" }
+ ]
+ }
]
},
{
@@ -85,8 +91,8 @@
"builders": [
{
"name": "Benchmarking Bots",
+ "ignore": "true"
"bots": [
- { "name": "clang-native-arm-lnt-perf", "ignore": "true" }
]
}
]