memgraph/tests/public_benchmark/ldbc/apollo_runs.yaml
Matej Ferencevic 499ad3ba15 Add initial version of Apollo config files
Summary:
Improve Apollo config files

Add name to apollo_build

Remove old generate script from build

Add build_release symlink to release build

Rename 'args' to 'arguments'

Add run definition for cppcheck

Host doxygen documentation

Reviewers: teon.banek

Reviewed By: teon.banek

Subscribers: pullbot

Differential Revision: https://phabricator.memgraph.io/D1095
2018-01-10 14:46:10 +01:00

16 lines
651 B
YAML

- name: public_benchmark__ldbc
project: release
commands: . continuous_integration
infiles:
- . # current directory
- ../../../build_release/memgraph # memgraph release binary
- ../../../config # directory with config files
- ../../../libs/neo4j # neo4j directory
- ../../../tools/mg_import_csv # memgraph csv import tool
- ../../../tools/plot_ldbc_latency # ldbc plot generation tool
outfile_paths: # TODO: maybe this should also accept relative paths?
- \./memgraph/tests/public_benchmark/ldbc/results/.+
- \./memgraph/tests/public_benchmark/ldbc/plots/.+
slave_group: remote_20c140g
enable_network: true