e998b1e91e
Reviewers: teon.banek Reviewed By: teon.banek Subscribers: pullbot Differential Revision: https://phabricator.memgraph.io/D1492
25 lines
771 B
YAML
25 lines
771 B
YAML
- name: integration__telemetry
|
|
cd: telemetry
|
|
commands: TIMEOUT=200 ./runner.py
|
|
infiles:
|
|
- runner.py # runner script
|
|
- server.py # server script
|
|
- ../../../build_debug/tests/integration/telemetry/client # client binary
|
|
- ../../../build_debug/tests/manual/kvstore_console # kvstore console binary
|
|
|
|
- name: integration__ssl
|
|
cd: ssl
|
|
commands: ./runner.sh
|
|
infiles:
|
|
- runner.sh # runner script
|
|
- ../../../build_debug/tests/integration/ssl/tester # tester binary
|
|
enable_network: true
|
|
|
|
- name: integration__transactions
|
|
cd: transactions
|
|
commands: ./runner.sh
|
|
infiles:
|
|
- runner.sh # runner script
|
|
- ../../../build_debug/memgraph # memgraph binary
|
|
- ../../../build_debug/tests/integration/transactions/tester # tester binary
|