15 lines
397 B
YAML
15 lines
397 B
YAML
|
awesome_functions_cluster: &awesome_functions_cluster
|
||
|
cluster:
|
||
|
main:
|
||
|
args: ["--bolt-port", "7687", "--log-level=TRACE"]
|
||
|
log_file: "awesome_functions.log"
|
||
|
setup_queries: []
|
||
|
validation_queries: []
|
||
|
|
||
|
|
||
|
workloads:
|
||
|
- name: "Awesome Functions"
|
||
|
binary: "tests/e2e/pytest_runner.sh"
|
||
|
args: ["awesome_functions/awesome_functions.py"]
|
||
|
<<: *awesome_functions_cluster
|