Commit 4663b99a authored by Ophélie Gagnard's avatar Ophélie Gagnard

playbook/roles/ridge: Add success flag.

Printing the string "Build successful, connect to:" in the logs is the
success flag when running Test Suites.
parent 1281adfb
Pipeline #23943 failed with stage
in 0 seconds
......@@ -8,5 +8,5 @@
shell: "{{binary}} /sbin {{flb}} {{flb_plugin}} {{flb_conf}} {{log}}"
shell: "{{binary}} /bin {{flb}} {{flb_plugin}} {{flb_conf}} {{log}}"
- name: Indicate success in the logs
shell: "echo -e \"{{sucess_string}}\""
- name: "Build successful, connect to:"
shell: "true"
......@@ -18,5 +18,3 @@ flb: "{{flb_path}}/bin/fluent-bit"
flb_plugin: "{{mca_path}}/lib/libfluentbit_wendelin.so"
flb_conf: "{{mca_path}}/etc/flb.conf"
log: /var/log/metadata_collect.log
sucess_string: "\n(success string:) Build successful, connect to:\n"
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment