File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -360,21 +360,20 @@ commands:
360
360
export BENCHMARK_GLOB=<< parameters.benchmark_glob >>
361
361
export PERF_CALLGRAPH_MODE="dwarf"
362
362
redisbench-admin run-remote \
363
- --required-module bf \
363
+ --required-module ReJSON \
364
364
--module_path "$ROOT/<< parameters.module_path >>" \
365
365
--github_actor "<< parameters.github_actor >>" \
366
366
--github_repo $CIRCLE_PROJECT_REPONAME \
367
367
--github_org $CIRCLE_PROJECT_USERNAME \
368
368
--github_sha $CIRCLE_SHA1 \
369
369
--github_branch $CIRCLE_BRANCH \
370
370
--upload_results_s3 \
371
+ --fail_fast \
371
372
--callback \
372
373
--callback_url https://dashi.cto.redislabs.com/callback
373
374
--triggering_env << parameters.triggering_env >> \
374
- --fail_fast \
375
375
--push_results_redistimeseries \
376
- --allowed-envs << parameters.allowed_envs >>
377
-
376
+ --allowed-envs << parameters.allowed_envs >> || true
378
377
379
378
# ----------------------------------------------------------------------------------------------------------------------------------
380
379
You can’t perform that action at this time.
0 commit comments