fuel-qa/fuelweb_test/config_templates/release_custom_tasks.yaml
Alexandr Kostrikov 38fcbec420 Custom graphs deployment
Check that graphs are isolated and generated
from release and cluster tasks.

Change-Id: Ie4454e742693dda8452ec9db90a6eafa8b97d42d
Closes-bug: #1567519
(cherry picked from commit b992294505)
2016-05-19 11:18:25 +00:00

8 lines
210 B
YAML

- id: custom_task_on_all_nodes
type: shell
version: 2.0.0
role: ['/.*/']
requires: ['custom_task_on_controller']
parameters:
cmd: 'echo "custom_task_on_all_nodes" > /tmp/custom_task_on_all_nodes'