summaryrefslogtreecommitdiffstats
path: root/build-gluster-org/scripts
diff options
context:
space:
mode:
authorDeepshikha Khandelwal <dkhandel@redhat.com>2020-04-01 11:14:50 +0530
committerMichael Scherer <misc@fedoraproject.org>2020-04-20 10:38:38 +0000
commite39da7288a6e763efb5e4ab0cec5704b2aa31ae1 (patch)
tree9ed3c39f9952b5dd3e9bec07598be48b464a774f /build-gluster-org/scripts
parent6f72b04607d1dfa069c40bd9be0d2b33b06b54ec (diff)
Add a jenkins job for regression runs on centos8
Change-Id: I51aa5bf2754e2d40e90a5acc00bbd51ffa5e32f7
Diffstat (limited to 'build-gluster-org/scripts')
-rw-r--r--build-gluster-org/scripts/regression-test-burn-in.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/build-gluster-org/scripts/regression-test-burn-in.sh b/build-gluster-org/scripts/regression-test-burn-in.sh
index c3ad27b..fe64f94 100644
--- a/build-gluster-org/scripts/regression-test-burn-in.sh
+++ b/build-gluster-org/scripts/regression-test-burn-in.sh
@@ -61,6 +61,8 @@ echo
sudo -E bash /opt/qa/regression.sh -c
RET=$?
+echo "Logs are archived at Build artifacts: https://build.gluster.org/job/${JOB_NAME}/${UNIQUE_ID}"
sudo mv /tmp/gluster_regression.txt $WORKSPACE || true
sudo chown jenkins:jenkins gluster_regression.txt || true
+ssh -o "StrictHostKeyChecking=no" build@review.gluster.org gerrit review --message "'$BURL : $VERDICT'" --project=glusterfs --label CentOS-regression="$V" $GIT_COMMIT
exit $RET