summaryrefslogtreecommitdiff
path: root/.circleci
diff options
context:
space:
mode:
authorJay Zhuang <zjay@fb.com>2022-08-08 13:08:35 -0700
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>2022-08-08 13:08:35 -0700
commit1e86d424e454f0d73901c48159b0223443661d77 (patch)
tree29bbd8f4b469aeab938bacc2b8a3ce944cf2220e /.circleci
parent0d885e80d41f2ace03e87bd00dcc981868209509 (diff)
Tiered storage stress test (#10493)
Summary: Add Tiered storage stress test and db_bench option Pull Request resolved: https://github.com/facebook/rocksdb/pull/10493 Test Plan: new crashtest: https://app.circleci.com/pipelines/github/facebook/rocksdb/16905/workflows/68c2967c-9274-434f-8506-1403cf441ead Reviewed By: ajkr Differential Revision: D38481892 Pulled By: jay-zhuang fbshipit-source-id: 217a0be4acb93d420222e6ede2a1290d9f464776
Diffstat (limited to '.circleci')
-rw-r--r--.circleci/config.yml28
1 files changed, 28 insertions, 0 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index d9bf25fdf..e1bd6dfda 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -575,6 +575,34 @@ jobs:
- run: ulimit -S -n `ulimit -H -n` && make V=1 -j8 CRASH_TEST_EXT_ARGS=--duration=960 blackbox_crash_test_with_atomic_flush
- post-steps
+ build-linux-crashtest-tiered-storage-bb:
+ machine:
+ image: ubuntu-2004:202111-02
+ resource_class: 2xlarge
+ steps:
+ - pre-steps
+ - install-gflags
+ - install-compression-libs
+ - run:
+ name: "run crashtest"
+ command: ulimit -S -n `ulimit -H -n` && make V=1 -j32 CRASH_TEST_EXT_ARGS=--duration=10800 blackbox_crash_test_with_tiered_storage
+ no_output_timeout: 100m
+ - post-steps
+
+ build-linux-crashtest-tiered-storage-wb:
+ machine:
+ image: ubuntu-2004:202111-02
+ resource_class: 2xlarge
+ steps:
+ - pre-steps
+ - install-gflags
+ - install-compression-libs
+ - run:
+ name: "run crashtest"
+ command: ulimit -S -n `ulimit -H -n` && make V=1 -j32 CRASH_TEST_EXT_ARGS=--duration=10800 whitebox_crash_test_with_tiered_storage
+ no_output_timeout: 100m
+ - post-steps
+
build-windows:
executor: windows-2xlarge
parameters: