glog
diff --git a/buildkite/pipelines/bazelci.py b/buildkite/pipelines/bazelci.py
index 89bdcca..67970ca 100644
--- a/buildkite/pipelines/bazelci.py
+++ b/buildkite/pipelines/bazelci.py
@@ -54,6 +54,10 @@
           "git_repository": "https://gerrit.googlesource.com/gerrit.git",
           "http_config": "https://raw.githubusercontent.com/bazelbuild/continuous-integration/master/buildkite/pipelines/gerrit-postsubmit.json"
       },
+      "Google Logging": {
+          "git_repository": "https://github.com/google/glog.git",
+          "http_config": "https://raw.githubusercontent.com/bazelbuild/continuous-integration/master/buildkite/pipelines/glog-postsubmit.json"
+      },
       "IntelliJ Plugin": {
           "git_repository": "https://github.com/bazelbuild/intellij.git",
           "http_config": "https://raw.githubusercontent.com/bazelbuild/continuous-integration/master/buildkite/pipelines/intellij-postsubmit.json"
diff --git a/buildkite/pipelines/glog-postsubmit.json b/buildkite/pipelines/glog-postsubmit.json
new file mode 100644
index 0000000..45a1f4a
--- /dev/null
+++ b/buildkite/pipelines/glog-postsubmit.json
@@ -0,0 +1,7 @@
+{
+  "platforms": {
+    "ubuntu1404": {"build_targets": ["..."], "test_targets": ["..."]},
+    "ubuntu1604": {"build_targets": ["..."], "test_targets": ["..."]},
+    "macos": {"build_targets": ["..."], "test_targets": ["..."]}
+  }
+}