From 89da38cfa4870d6616d8bd71701c6ea188fcf58c Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Tue, 29 Apr 2014 12:10:35 -0500 Subject: [PATCH] Jenkins fixes. Remove aps_build script, no longer used. Tests have all been converted to the EPICS harness, so don't need running separately. --- jenkins/aps_build | 29 ----------------------------- jenkins/cloudbees_build | 5 ----- 2 files changed, 34 deletions(-) delete mode 100644 jenkins/aps_build diff --git a/jenkins/aps_build b/jenkins/aps_build deleted file mode 100644 index 1cc9e5d..0000000 --- a/jenkins/aps_build +++ /dev/null @@ -1,29 +0,0 @@ -# pvData C++ implementation -# Jenkins @ APS build script -# -# Jenkins invokes scripts with the "-ex" option. So the build is considered a failure -# if any of the commands exits with a non-zero exit code. -# -# Authors: Ralph Lange and Andrew Johnson -# Copyright (C) 2013 Helmholtz-Zentrum Berlin für Materialien und Energie GmbH -# All rights reserved. Use is subject to license terms. - -########################################### -# Build - -export EPICS_BASE=${HOME}/jobs/epics-base-3.14/workspace -export EPICS_HOST_ARCH=$(${EPICS_BASE}/startup/EpicsHostArch) - -cat > configure/RELEASE.local << EOF -PVCOMMON=${HOME}/jobs/epics-pvCommon/workspace -EPICS_BASE=${EPICS_BASE} -EOF - -make - -########################################### -# Test - -for t in bin/linux-x86_64/test*; do -$t -done diff --git a/jenkins/cloudbees_build b/jenkins/cloudbees_build index fdfcb94..ea4924c 100644 --- a/jenkins/cloudbees_build +++ b/jenkins/cloudbees_build @@ -45,11 +45,6 @@ doxygen # EPICS Test Harness tests make runtests -# non-EPICS Test Harness tests -for t in bin/linux-x86_64/test*; do -$t -done - ########################################### # Create distribution