From 271c45e9c21aa5ef724840a3182c494e8aed1992 Mon Sep 17 00:00:00 2001 From: dkhandel Date: Mon, 20 Aug 2018 12:11:04 +0530 Subject: GD2 smoke test job on glusterfs patch This non-voting job will run GD2 against submitted glusterfs patches to identify any new changes that break GD2. Fixes: bz#1560967 Signed-off-by: Deepshikha Khandelwal Change-Id: I4488105c0e7e46b1274e4d09d52a6ea057c0cd70 --- build-gluster-org/scripts/gd2-smoke.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 build-gluster-org/scripts/gd2-smoke.sh (limited to 'build-gluster-org/scripts/gd2-smoke.sh') diff --git a/build-gluster-org/scripts/gd2-smoke.sh b/build-gluster-org/scripts/gd2-smoke.sh new file mode 100644 index 0000000..85db9bf --- /dev/null +++ b/build-gluster-org/scripts/gd2-smoke.sh @@ -0,0 +1,9 @@ +#!/bin/bash + +set -e + +# build the glusterfs source code +/opt/qa/build.sh + +# run gd2 unit tests script +/opt/qa/glusterd2-test.sh -- cgit