File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 73
73
flat : yes
74
74
run_once : true
75
75
76
+ - name : collect pg_config
77
+ shell : pg_config > "pg_config.out"
78
+ run_once : true
79
+
80
+ - name : collect pg_config
81
+ fetch :
82
+ src : " pg_config.out"
83
+ dest : res/{{ test_id }}/pg_config.out
84
+ flat : yes
85
+ run_once : true
86
+
76
87
- import_playbook : logs.yml logs=res/{{ test_id }}/logs
77
88
tags :
78
89
- logs
96
107
register : tps
97
108
run_once : true
98
109
99
- - debug : msg={{ tps.stdout }}
110
+ - debug : msg=" {{ tps.stdout }}. test_id {{ test_id }} "
Original file line number Diff line number Diff line change 46
46
fail_on_missing : yes
47
47
tags :
48
48
- fetch
49
+
50
+ - name : print tps
51
+ local_action : shell cat res/pgbench_single.out
52
+ register : tps
53
+ run_once : true
54
+
55
+ - debug : msg={{ tps.stdout }}
You can’t perform that action at this time.
0 commit comments