summaryrefslogtreecommitdiff
path: root/build_tools
diff options
context:
space:
mode:
authorkrad <krad@fb.com>2015-09-22 10:35:56 -0700
committerkrad <krad@fb.com>2015-09-22 10:37:56 -0700
commita6c22e3e413d72c22d220950c75b5da50b98aaf7 (patch)
treecfe3b3ffc51d43549a0b4355a7d7451944a55a47 /build_tools
parentff57c6511de8ed5fdb3a7725e75031617b7c5e4f (diff)
Disabling parallel test CI job
Summary: Parallel test CI is failing. Reducing noise by temporarily disabling the job Test Plan: Manual Reviewers: CC: leveldb@ Task ID: #6968635 Blame Rev:
Diffstat (limited to 'build_tools')
-rwxr-xr-xbuild_tools/rocksdb-lego-determinator2
1 files changed, 2 insertions, 0 deletions
diff --git a/build_tools/rocksdb-lego-determinator b/build_tools/rocksdb-lego-determinator
index 7a81a7130..7ec1adc0d 100755
--- a/build_tools/rocksdb-lego-determinator
+++ b/build_tools/rocksdb-lego-determinator
@@ -84,6 +84,8 @@ PARALLEL_UNIT_TEST_COMMANDS="[
}
]"
+PARALLEL_UNIT_TEST_COMMANDS=$DISABLE_COMMANDS
+
#
# RocksDB unit test
#