summaryrefslogtreecommitdiff
path: root/tcwg-rsync-dir.sh
AgeCommit message (Collapse)Author
2018-12-13tcwg-rsync-dir.sh: Use "FAILED" instead of "FAIL"Christophe Lyon
When looking at logs in the Jenkins console, searching for "fail" matches "pipefail" and "failure(s)". Using "FAILED" like in other tests helps quickly find where the problem is. Change-Id: I6b4a9e4699e9bc5df5667bf8bb1a326b18ae8db5
2018-11-21tcwg-rsync-dir.sh: Add progress messageChristophe Lyon
To help debug timeout problems, print the name of the machine when waiting for rsync completion. Currently with set -x, we have: + for M in '$todo_machines' + set +e + wait 28004 + results[$M]=0 it would be better if $M was expanded... so this patch explicitly prints the machine name ($M). Change-Id: I09976ce1640a44bb84b1841d8d0e9b76b16a52b8
2017-04-20tcwg-rsync-dir.sh: Fix verboseMaxim Kuvyrkov
Change-Id: I50042223177ea0d9d1b22168a4519af60835729e
2017-04-20tcwg-rsync-dir.sh: Improve handling of verbose.Maxim Kuvyrkov
Change-Id: I7b0812324adc12a97562b3bb2efcc26f0520725c
2017-04-20tcwg-rsync-dir: Fix option handling.Maxim Kuvyrkov
Previously todo_machines wasn't handled correctly. Change-Id: If7bafaf829eca5c644b1ef1fb60ad44c61a27a81
2017-04-13tcwg-update-snapshots_ref.sh: Split into two scriptsMaxim Kuvyrkov
... tcwg-generate-source-cache.sh and tcwg-rsync-dir.sh Change-Id: Ic435d331dd5c035fa41e057a8d26c8a8e565dc8c