dfc546183d
Reviewers: teon.banek Reviewed By: teon.banek Subscribers: pullbot Differential Revision: https://phabricator.memgraph.io/D2671
51 lines
1.7 KiB
YAML
51 lines
1.7 KiB
YAML
- name: stress
|
|
commands: TIMEOUT=600 ./continuous_integration
|
|
infiles: &STRESS_INFILES
|
|
- . # current directory
|
|
- ../../build_release/memgraph # memgraph release binary
|
|
- ../../build_release/tests/stress # stress client binaries
|
|
|
|
- name: stress_ssl
|
|
commands: TIMEOUT=600 ./continuous_integration --use-ssl
|
|
infiles: *STRESS_INFILES
|
|
|
|
- name: stress_large
|
|
project: release
|
|
commands: TIMEOUT=43200 ./continuous_integration --large-dataset
|
|
infiles: *STRESS_INFILES
|
|
|
|
- name: community__stress
|
|
commands: TIMEOUT=600 ./continuous_integration
|
|
infiles: &COMMUNITY_STRESS_INFILES
|
|
- . # current directory
|
|
- ../../build_community/memgraph # memgraph community binary
|
|
- ../../build_community/tests/stress # stress client binaries
|
|
|
|
- name: community__stress_large
|
|
project: release
|
|
commands: TIMEOUT=43200 ./continuous_integration --large-dataset
|
|
infiles: *COMMUNITY_STRESS_INFILES
|
|
|
|
#- name: stress_ha_normal_operation
|
|
# commands: TIMEOUT=200 ./continuous_integration_ha
|
|
# infiles: &STRESS_HA_INFILES
|
|
# - . # current directory
|
|
# - ../../build_release/memgraph_ha # memgraph release binary
|
|
# - ../../build_release/tests/stress/ # stress client binaries
|
|
#
|
|
#- name: stress_ha_normal_opration_large
|
|
# project: release
|
|
# commands: TIMEOUT=7500 ./continuous_integration_ha --large-dataset
|
|
# infiles: *STRESS_HA_INFILES
|
|
|
|
- name: durability
|
|
commands: TIMEOUT=300 ./ve3/bin/python3 durability --num-steps 5
|
|
infiles: &DURABILITY_INFILES
|
|
- . # current directory
|
|
- ../../build_release/memgraph # memgraph release binary
|
|
|
|
- name: durability_large
|
|
project: release
|
|
commands: TIMEOUT=5400 ./ve3/bin/python3 durability --num-steps 20
|
|
infiles: *DURABILITY_INFILES
|