llvmbot monitor: Add SVE2 silent bots

Change-Id: Ic6b63431accd8bae3661d327b3fe4990473dbca7
diff --git a/monitor/linaro.json b/monitor/linaro.json
index 637062c..e4fa1ec 100644
--- a/monitor/linaro.json
+++ b/monitor/linaro.json
@@ -77,5 +77,20 @@
         ]
       }
     ]
+  },
+  {
+    "name": "LLVM Silent Master",
+    "base_url": "https://lab.llvm.org/staging",
+    "builder_url": "builders",
+    "build_url": "builds",
+    "builders": [
+      {
+        "name": "SVE2",
+        "bots": [
+          { "name": "clang-aarch64-sve2-vla" },
+          { "name": "clang-aarch64-sve2-vla-2stage" }
+        ]
+      }
+    ]
   }
 ]