Skip to content

Commit 69c8217

Browse files
fix redisbench command
1 parent 2d978dc commit 69c8217

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.circleci/config.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -360,21 +360,20 @@ commands:
360360
export BENCHMARK_GLOB=<< parameters.benchmark_glob >>
361361
export PERF_CALLGRAPH_MODE="dwarf"
362362
redisbench-admin run-remote \
363-
--required-module bf \
363+
--required-module ReJSON \
364364
--module_path "$ROOT/<< parameters.module_path >>" \
365365
--github_actor "<< parameters.github_actor >>" \
366366
--github_repo $CIRCLE_PROJECT_REPONAME \
367367
--github_org $CIRCLE_PROJECT_USERNAME \
368368
--github_sha $CIRCLE_SHA1 \
369369
--github_branch $CIRCLE_BRANCH \
370370
--upload_results_s3 \
371+
--fail_fast \
371372
--callback \
372373
--callback_url https://dashi.cto.redislabs.com/callback
373374
--triggering_env << parameters.triggering_env >> \
374-
--fail_fast \
375375
--push_results_redistimeseries \
376-
--allowed-envs << parameters.allowed_envs >>
377-
376+
--allowed-envs << parameters.allowed_envs >> || true
378377
379378
#----------------------------------------------------------------------------------------------------------------------------------
380379

0 commit comments

Comments
 (0)