add some more configs
diff --git a/buildkite/pipelines/examples-postsubmit.json b/buildkite/pipelines/examples-postsubmit.json
new file mode 100644
index 0000000..025a9bf
--- /dev/null
+++ b/buildkite/pipelines/examples-postsubmit.json
@@ -0,0 +1,8 @@
+{
+  "platforms": {
+    "ubuntu1404": {"build_targets": ["//:all"]},
+    "ubuntu1604": {"build_targets": ["//:all"]},
+    "macos": {"build_targets": ["//:all"]}
+  }
+}
+
diff --git a/buildkite/pipelines/rules_groovy-postsubmit.json b/buildkite/pipelines/rules_groovy-postsubmit.json
new file mode 100644
index 0000000..6d1c9cb
--- /dev/null
+++ b/buildkite/pipelines/rules_groovy-postsubmit.json
@@ -0,0 +1,8 @@
+{
+  "platforms": {
+    "ubuntu1404": {"build_targets": ["..."]},
+    "ubuntu1604": {"build_targets": ["..."]},
+    "macos": {"build_targets": ["..."]}
+  }
+}
+
diff --git a/buildkite/pipelines/rules_gwt-postsubmit.json b/buildkite/pipelines/rules_gwt-postsubmit.json
new file mode 100644
index 0000000..6d1c9cb
--- /dev/null
+++ b/buildkite/pipelines/rules_gwt-postsubmit.json
@@ -0,0 +1,8 @@
+{
+  "platforms": {
+    "ubuntu1404": {"build_targets": ["..."]},
+    "ubuntu1604": {"build_targets": ["..."]},
+    "macos": {"build_targets": ["..."]}
+  }
+}
+
diff --git a/buildkite/pipelines/rules_jsonnet-postsubmit.json b/buildkite/pipelines/rules_jsonnet-postsubmit.json
new file mode 100644
index 0000000..0f11b78
--- /dev/null
+++ b/buildkite/pipelines/rules_jsonnet-postsubmit.json
@@ -0,0 +1,7 @@
+{
+  "platforms": {
+    "ubuntu1404": {"build_targets": ["...", "@examples//..."], "test_targets": ["...", "@examples//..."]},
+    "ubuntu1604": {"build_targets": ["...", "@examples//..."], "test_targets": ["...", "@examples//..."]},
+    "macos": {"build_targets": ["...", "@examples//..."], "test_targets": ["...", "@examples//..."]}
+  }
+}
diff --git a/buildkite/pipelines/rules_scala-postsubmit.json b/buildkite/pipelines/rules_scala-postsubmit.json
new file mode 100644
index 0000000..05594df
--- /dev/null
+++ b/buildkite/pipelines/rules_scala-postsubmit.json
@@ -0,0 +1,8 @@
+{
+  "platforms": {
+    "ubuntu1404": {"build_targets": ["//test/..."], "test_targets": ["//test/..."]},
+    "ubuntu1604": {"build_targets": ["//test/..."], "test_targets": ["//test/..."]},
+    "macos": {"build_targets": ["//test/..."], "test_targets": ["//test/..."]}
+  }
+}
+