]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commitdiff
Remove two CI tests (#4110)
authorSiying Dong <siying.d@fb.com>
Thu, 12 Jul 2018 18:27:28 +0000 (11:27 -0700)
committersdong <siying.d@fb.com>
Mon, 16 Jul 2018 19:26:18 +0000 (12:26 -0700)
Summary:
Two CI tests never pass because of the environment problem. Delete them.
Pull Request resolved: https://github.com/facebook/rocksdb/pull/4110

Differential Revision: D8805713

Pulled By: siying

fbshipit-source-id: 6eb4813dc2094ee2045ec8ede7fe8967d546d6e8

TARGETS
buckifier/targets_cfg.py

diff --git a/TARGETS b/TARGETS
index cb4c07d9f02f7a383f3ca5de159d65b929a7b39d..1b5a5b53b204b483d7203e088dd10962f2bbddbe 100644 (file)
--- a/TARGETS
+++ b/TARGETS
@@ -1069,14 +1069,3 @@ if not is_opt_mode:
           command = [TEST_RUNNER, BUCK_BINS + test_bin]
         )
 
-custom_unittest(
-    name = "make_rocksdbjavastatic",
-    command = ["internal_repo_rocksdb/make_rocksdbjavastatic.sh"],
-    type = "simple",
-)
-
-custom_unittest(
-    name = "make_rocksdb_lite_release",
-    command = ["internal_repo_rocksdb/make_rocksdb_lite_release.sh"],
-    type = "simple",
-)
index 9d46bcd58542f74b93487ede7d8a1acc5f1ba7e8..1b426acf0a5b651f4ded985fe24dad7494537d74 100644 (file)
@@ -135,15 +135,4 @@ if not is_opt_mode:
           command = [TEST_RUNNER, BUCK_BINS + test_bin]
         )
 
-custom_unittest(
-    name = "make_rocksdbjavastatic",
-    command = ["internal_repo_rocksdb/make_rocksdbjavastatic.sh"],
-    type = "simple",
-)
-
-custom_unittest(
-    name = "make_rocksdb_lite_release",
-    command = ["internal_repo_rocksdb/make_rocksdb_lite_release.sh"],
-    type = "simple",
-)
 """