summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Radez <dradez@redhat.com>2015-12-15 10:53:55 -0500
committerDan Radez <dradez@redhat.com>2015-12-15 10:54:19 -0500
commit4024c6738783851044b1bab82d4d23d17582307a (patch)
treeb7c67da300d6e314de5d2133a0f33bb9fc7ff58e
parent65bcd191470b2f338f05db0d760ddd601fd0fb07 (diff)
removing flags from apex build, they are not used
Change-Id: Iefd5800582af798c6cd6b95c0cc34309da160927 Signed-off-by: Dan Radez <dradez@redhat.com>
-rw-r--r--jjb/apex/apex.yml16
1 files changed, 1 insertions, 15 deletions
diff --git a/jjb/apex/apex.yml b/jjb/apex/apex.yml
index 54329aa85..14c472b1e 100644
--- a/jjb/apex/apex.yml
+++ b/jjb/apex/apex.yml
@@ -14,8 +14,6 @@
- master:
branch: 'master'
gs-pathname: ''
- flags: ''
- disabled: false
project: 'apex'
@@ -27,7 +25,6 @@
parameters:
- apex-parameter:
gs-pathname: '{gs-pathname}'
- flags: '{flags}'
- project-parameter:
project: '{project}'
- gerrit-parameter:
@@ -90,7 +87,6 @@
parameters:
- apex-parameter:
gs-pathname: '{gs-pathname}'
- flags: '{flags}'
- project-parameter:
project: '{project}'
- gerrit-parameter:
@@ -144,7 +140,6 @@
project: '{project}'
- apex-parameter:
gs-pathname: '{gs-pathname}'
- flags: '{flags}'
- gerrit-parameter:
branch: '{branch}'
- string:
@@ -187,7 +182,6 @@
project: '{project}'
- apex-parameter:
gs-pathname: '{gs-pathname}'
- flags: '{flags}'
builders:
- 'apex-deploy-virtual'
@@ -216,7 +210,6 @@
project: '{project}'
- apex-parameter:
gs-pathname: '{gs-pathname}'
- flags: '{flags}'
builders:
- 'apex-workspace-cleanup'
@@ -244,7 +237,6 @@
project: '{project}'
- apex-parameter:
gs-pathname: '{gs-pathname}'
- flags: '{flags}'
properties:
- build-blocker:
@@ -300,10 +292,6 @@
name: GS_URL
default: artifacts.opnfv.org/$PROJECT/{gs-pathname}
description: "URL to Google Storage."
- - string:
- name: FLAGS
- default: '{flags}'
- description: "Build Flags"
########################
# builder macros
@@ -319,8 +307,6 @@
# log info to console
echo "Starting the build of Apex using OpenStack Master packages. This will take some time..."
echo "---------------------------------------------------------------------------------------"
- echo "Build flags for this build are ${FLAGS}"
- echo "---------------------------------------------------------------------------------------"
echo
# create the cache directory if it doesn't exist
[[ -d $CACHE_DIRECTORY ]] || mkdir -p $CACHE_DIRECTORY
@@ -328,7 +314,7 @@
export OPNFV_ARTIFACT_VERSION=$(date -u +"%Y-%m-%d_%H-%M-%S")
# start the build
cd $WORKSPACE/ci
- ./build.sh $FLAGS -v $OPNFV_ARTIFACT_VERSION -c file://$CACHE_DIRECTORY $BUILD_DIRECTORY
+ ./build.sh -v $OPNFV_ARTIFACT_VERSION -c file://$CACHE_DIRECTORY $BUILD_DIRECTORY
RPM_VERSION=$(grep Version $BUILD_DIRECTORY/../build/opnfv-apex.spec | awk '{ print $2 }')-$(echo $OPNFV_ARTIFACT_VERSION | tr -d '_-')
# list the contents of BUILD_OUTPUT directory
ls -al $BUILD_DIRECTORY