Whamcloud - gitweb
LU-358 tests: Add the branch and commit-id to the yml. 29/1629/6
authorChris Gearing <chris@whamcloud.com>
Fri, 28 Oct 2011 16:58:09 +0000 (17:58 +0100)
committerOleg Drokin <oleg.drokin@intel.com>
Sat, 17 Aug 2013 07:13:07 +0000 (07:13 +0000)
yaml.sh updated to provide the information requested in the JIRA the
change is simple and requires that LUSTRE_BRANCH and LUSTRE_REVISION
are defined, if they are not defined then the elements are left blank

Change-Id: Ie558660bdf9cde4290342ea4e807ed22fa42d32a
Signed-off-by: Chris Gearing <chris@whamcloud.com>
Reviewed-on: http://review.whamcloud.com/1629
Tested-by: Hudson
Tested-by: Maloo <whamcloud.maloo@gmail.com>
Reviewed-by: Minh Diep <minh.diep@intel.com>
Reviewed-by: Bob Glossman <bob.glossman@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lustre/tests/yaml.sh

index 61a9a14..a883085 100644 (file)
@@ -101,6 +101,8 @@ cat <<EOF
     os_distribution: $TEST_DISTRO
     lustre_version: $LUSTRE_VERSION
     lustre_build: $LUSTRE_BUILD
+    lustre_branch: $LUSTRE_BRANCH
+    lustre_revision: $LUSTRE_REVISION
     kernel_version: $(uname -r)
     file_system: ${FILE_SYSTEM:-"NA"}
 EOF