From 93f33bfda78f272e46b84198d1431bea3d08f194 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Thu, 9 Dec 2021 10:58:54 +0100 Subject: [PATCH] Remove the internal log collection jenkins do that already, and the builder were moved to the cage anyway --- smoke.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/smoke.sh b/smoke.sh index 233651a..e2451c3 100755 --- a/smoke.sh +++ b/smoke.sh @@ -92,8 +92,6 @@ function finish () #Move statedumps to be archived mv /var/run/gluster/*dump* /var/log/glusterfs/ || true tar -czf $WORKSPACE/glusterfs-logs.tgz /var/log/glusterfs /var/log/messages* || true - scp -o "UserKnownHostsFile=/dev/null" -o "StrictHostKeyChecking=no" -i $LOG_KEY glusterfs-logs.tgz "_logs-collector@http.int.rht.gluster.org:/var/www/glusterfs-logs/$JOB_NAME-logs-$BUILD_ID.tgz" || true; - echo "Logs stored in https://ci-logs.gluster.org/$JOB_NAME-logs-$BUILD_ID.tgz"; cleanup; kill %1; }