From: Siying Dong Date: Thu, 12 Jul 2018 18:27:28 +0000 (-0700) Subject: Remove two CI tests (#4110) X-Git-Tag: rocksdb-5.14.3~5 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=a9ed4139fcdbb10ea895c932eae4e0ba8c3ed18b;p=rocksdb.git Remove two CI tests (#4110) 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 --- diff --git a/TARGETS b/TARGETS index cb4c07d9..1b5a5b53 100644 --- 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", -) diff --git a/buckifier/targets_cfg.py b/buckifier/targets_cfg.py index 9d46bcd5..1b426acf 100644 --- a/buckifier/targets_cfg.py +++ b/buckifier/targets_cfg.py @@ -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", -) """