fgci-org / fgci-ansible

:microscope: Collection of the Finnish Grid and Cloud Infrastructure Ansible playbooks
MIT License
54 stars 18 forks source link

reduce/hide output in travis logs #187

Closed martbhell closed 7 years ago

martbhell commented 7 years ago

There must be a way to get most of the non-ansible things hidden by default, like the building a docker image output, ansible -m setup output and the bottom journalctl and systemctl status which sometimes is useful but rarely is.

This can be updated in many of our roles to make debugging travis-CI errors much more friendly to people who don't read travis logs all the time.

https://github.com/CSC-IT-Center-for-Science/fgci-ansible/blob/master/.travis.yml

martbhell commented 7 years ago

https://github.com/CSC-IT-Center-for-Science/ansible-role-slurm/commit/95941b7293444246dde7834522c46951dee82ebb

martbhell commented 7 years ago

Marking this as done. Updated many roles, maybe not all but at least most of the tested ones we use in FGCI.