We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4586f67 commit d37a999Copy full SHA for d37a999
ansible/macrobench.yml
@@ -40,18 +40,16 @@
40
tasks_from: install
41
42
- hosts: macrobench
43
- include_role:
44
- name: profile
45
- tasks_from: start
+ roles:
+ - profile
46
47
48
roles:
49
- macrobench
50
51
52
53
54
- tasks_from: stop
55
56
- name: Clean Post Macrobench
57
when: arewefastyet_next_exec_is_same is undefined
ansible/roles/profile/tasks/start.yml renamed to ansible/roles/profile/tasks/main.yml
@@ -10,7 +10,7 @@
10
# limitations under the License.
11
12
---
13
-- name: Start profiling
+- name: Toggle profiling
14
shell: |
15
kill -s USR1 $(pgrep -d " " {{vitess_profile_binary}})
16
when: vitess_profile_binary is defined
ansible/roles/profile/tasks/stop.yml
0 commit comments