test: add more info to the test log
Not sure how much this will help as there was already compiler info there, but added uname, moved it up in the log a little but (I think) and put some markers before and afer the info. This is to help folks determine what OS & tool chain versions the CI tests systems are using. Change-Id: I49d2de09a8d8e5fbcdfa07ad2ce20adfc250d4e3 Signed-off-by: Paul Luse <paul.e.luse@intel.com> Reviewed-on: https://review.gerrithub.io/404416 Tested-by: SPDK Automated Test System <sys_sgsw@intel.com> Reviewed-by: Daniel Verkamp <daniel.verkamp@intel.com> Reviewed-by: Changpeng Liu <changpeng.liu@intel.com>
This commit is contained in:
parent
b96cf2ef2a
commit
7ca10f4f9e
11
autobuild.sh
11
autobuild.sh
@ -14,6 +14,13 @@ cd $rootdir
|
|||||||
date -u
|
date -u
|
||||||
git describe --tags
|
git describe --tags
|
||||||
|
|
||||||
|
# Print some test system info out for he log
|
||||||
|
echo "** START ** Info for Hostname: $HOSTNAME"
|
||||||
|
uname -a
|
||||||
|
$MAKE cc_version
|
||||||
|
$MAKE cxx_version
|
||||||
|
echo "** END ** Info for Hostname: $HOSTNAME"
|
||||||
|
|
||||||
timing_enter autobuild
|
timing_enter autobuild
|
||||||
|
|
||||||
./configure $config_params
|
./configure $config_params
|
||||||
@ -30,10 +37,6 @@ if [ $SPDK_BUILD_IOAT_KMOD -eq 1 ]; then
|
|||||||
fi
|
fi
|
||||||
timing_exit build_kmod
|
timing_exit build_kmod
|
||||||
|
|
||||||
# Print compiler versions to log
|
|
||||||
$MAKE cc_version
|
|
||||||
$MAKE cxx_version
|
|
||||||
|
|
||||||
scanbuild=''
|
scanbuild=''
|
||||||
make_timing_label='make'
|
make_timing_label='make'
|
||||||
if [ $SPDK_RUN_SCANBUILD -eq 1 ] && hash scan-build; then
|
if [ $SPDK_RUN_SCANBUILD -eq 1 ] && hash scan-build; then
|
||||||
|
Loading…
Reference in New Issue
Block a user