Skip to content
Snippets Groups Projects
Commit e9b9a841 authored by SamYaple's avatar SamYaple Committed by Sam Yaple
Browse files

Fix permissions for log extraction in gate

Some gates are failing to properly pull all logs out resuling in an
UNSTABLE status.

This resets all logs to 777 perms to ensure readability by jenkins.

TrivialFix

Change-Id: Ib92c5bfea5fa8bcc6380ad8aa6001b13888717ac
parent 05b6995f
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,8 @@ export KOLLA_TYPE=$2
function copy_logs {
cp -rnL /var/lib/docker/volumes/kolla_logs/_data/* /tmp/logs/kolla/
# NOTE(SamYaple): Fix permissions for log extraction in gate
chmod -R 777 /tmp/logs/kolla/
}
function check_failure {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment