From de87d72bb4da44549d76bc98b31d75165bb08aaa Mon Sep 17 00:00:00 2001 From: Beata Sudi Date: Sat, 14 Dec 2019 00:56:20 +0100 Subject: [PATCH] HBASE-22920 github pr testing job should use dev-support script (#883) Signed-off-by: stack Signed-off-by: Sean Busbey Signed-off-by: Bharath Vissapragada --- dev-support/Jenkinsfile_GitHub | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/dev-support/Jenkinsfile_GitHub b/dev-support/Jenkinsfile_GitHub index d8f4909d6d5..df1c8e999b4 100644 --- a/dev-support/Jenkinsfile_GitHub +++ b/dev-support/Jenkinsfile_GitHub @@ -83,19 +83,8 @@ pipeline { echo "MAVEN_HOME: ${MAVEN_HOME}" echo "maven version:" mvn --offline --version || true - echo "getting machine specs, find in ${BUILD_URL}/artifact/patchprocess/machine/" mkdir "${PATCHDIR}/machine" - cat /proc/cpuinfo >"${PATCHDIR}/machine/cpuinfo" 2>&1 || true - cat /proc/meminfo >"${PATCHDIR}/machine/meminfo" 2>&1 || true - cat /proc/diskstats >"${PATCHDIR}/machine/diskstats" 2>&1 || true - cat /sys/block/sda/stat >"${PATCHDIR}/machine/sys-block-sda-stat" 2>&1 || true - df -h >"${PATCHDIR}/machine/df-h" 2>&1 || true - ps -Awwf >"${PATCHDIR}/machine/ps-Awwf" 2>&1 || true - ifconfig -a >"${PATCHDIR}/machine/ifconfig-a" 2>&1 || true - lsblk -ta >"${PATCHDIR}/machine/lsblk-ta" 2>&1 || true - lsblk -fa >"${PATCHDIR}/machine/lsblk-fa" 2>&1 || true - cat /proc/loadavg >"${output}/loadavg" 2>&1 || true - ulimit -a >"${PATCHDIR}/machine/ulimit-a" 2>&1 || true + "${SOURCEDIR}/dev-support/gather_machine_environment.sh" "${PATCHDIR}/machine" ## /H* # If CHANGE_URL is set (e.g., Github Branch Source plugin), process it.