Add new platform for testing new script for metrics (#2448)

diff --git a/buildkite/bazelci.py b/buildkite/bazelci.py
index 42a84a9..a2ba588 100755
--- a/buildkite/bazelci.py
+++ b/buildkite/bazelci.py
@@ -270,6 +270,14 @@
 # the platform name in a human readable format, and a the buildkite-agent's
 # working directory.
 PLATFORMS = {
+    "metrics_test_platform": {
+        "name": "Metrics Test Platform",
+        "emoji-name": "metrics test platform",
+        "publish_binary": [],
+        "docker-image": f"gcr.io/{DOCKER_REGISTRY_PREFIX}/rockylinux8",
+        "python": "python3.8",
+        "queue": "metrics-test",
+    },
     "rockylinux8": {
         "name": "Rocky Linux 8",
         "emoji-name": ":rocky: Rocky Linux 8",