aboutsummaryrefslogtreecommitdiffhomepage
path: root/.bazelci
diff options
context:
space:
mode:
authorGravatar buchgr <buchgr@google.com>2018-06-26 02:00:45 -0700
committerGravatar Copybara-Service <copybara-piper@google.com>2018-06-26 02:02:03 -0700
commitd88eee849d53ef71afc85f858b67af3d276d98fa (patch)
tree23cf3ca2352e32c32b0de55c8e9449f2ebf0fb92 /.bazelci
parentbd29ddbd79b0bda4b6ab9214652a961731b560e3 (diff)
buildkite: disable determinism test on presubmit
it consistently takes over 10 minutes for little benefit on presubmit. we'll continue to run it on postsubmit for every commit. RELNOTES: None PiperOrigin-RevId: 202094016
Diffstat (limited to '.bazelci')
-rw-r--r--.bazelci/presubmit.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.bazelci/presubmit.yml b/.bazelci/presubmit.yml
index dbead025dd..52aab52039 100644
--- a/.bazelci/presubmit.yml
+++ b/.bazelci/presubmit.yml
@@ -15,6 +15,8 @@ platforms:
- "//src/test/..."
- "//third_party/ijar/..."
- "//tools/android/..."
+ # Disable Slow Tests
+ - "-//src/test/shell/bazel:bazel_determinism_test"
# Re-enable once fixed: https://github.com/bazelbuild/bazel/issues/4663
- "-//src/test/shell/bazel/android:android_ndk_integration_test"
ubuntu1604:
@@ -32,6 +34,8 @@ platforms:
- "//src/test/..."
- "//third_party/ijar/..."
- "//tools/android/..."
+ # Disable Slow Tests
+ - "-//src/test/shell/bazel:bazel_determinism_test"
# Re-enable once fixed: https://github.com/bazelbuild/bazel/issues/4663
- "-//src/test/shell/bazel/android:android_ndk_integration_test"
ubuntu1804:
@@ -49,6 +53,8 @@ platforms:
- "//src/test/..."
- "//third_party/ijar/..."
- "//tools/android/..."
+ # Disable Slow Tests
+ - "-//src/test/shell/bazel:bazel_determinism_test"
# Re-enable once fixed: https://github.com/bazelbuild/bazel/issues/4663
- "-//src/test/shell/bazel/android:android_ndk_integration_test"
macos: