Whamcloud - gitweb
LU-358 Add the branch and commiti-id to the yml.
authorChris Gearing <chris@whamcloud.com>
Thu, 26 May 2011 10:45:21 +0000 (11:45 +0100)
committerJohann Lombardi <johann@whamcloud.com>
Fri, 20 Jan 2012 14:49:58 +0000 (09:49 -0500)
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

Signed-off-by: Chris Gearing <chris@whamcloud.com>
Change-Id: Id18f3d5c68d3703af3b76628d7d43289c57bf485
Reviewed-on: http://review.whamcloud.com/1400
Tested-by: Hudson
Tested-by: Maloo <whamcloud.maloo@gmail.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: Yu Jian <yujian@whamcloud.com>
Reviewed-by: Johann Lombardi <johann@whamcloud.com>
lustre/tests/yaml.sh

index 659977c..781bc76 100644 (file)
@@ -95,6 +95,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)
 EOF
 }