diff options
author | David Spickett <david.spickett@linaro.org> | 2023-01-25 09:46:17 +0000 |
---|---|---|
committer | David Spickett <david.spickett@linaro.org> | 2023-01-25 09:46:47 +0000 |
commit | d5731c695d86d7c6e2c4e8bdfd610e7c6521b696 (patch) | |
tree | 94e721a67baba2a1d2f75691f7fe17e1545368fc | |
parent | 400fd38bdb770c0d6a609d820099ea9814be4c9b (diff) | |
download | linaro-scripts-master.tar.gz |
This reverts commit c42cbacb39bc9ec897c2b8026c6ace1090e74856.
The breaking commit has been reverted.
Change-Id: I8276dfae47668a4d0aab7796b3cc9c6e599f5baf
-rw-r--r-- | monitor/linaro.json | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/monitor/linaro.json b/monitor/linaro.json index ecb5ef0..65319bd 100644 --- a/monitor/linaro.json +++ b/monitor/linaro.json @@ -8,6 +8,7 @@ { "name": "Quick Bots", "bots": [ + { "name": "clang-armv8-quick" }, { "name": "clang-aarch64-quick" } ] }, @@ -77,12 +78,6 @@ "build_url": "builds", "builders": [ { - "name": "Quick Bots", - "bots": [ - { "name": "clang-armv8-quick" } - ] - }, - { "name": "Armv7 Full Bots", "ignore": true, "bots": [ |