From 1bcbe0bac328e26341ba68341d4b809c32b8242f Mon Sep 17 00:00:00 2001 From: mbeierl Date: Wed, 29 Mar 2017 21:00:50 -0400 Subject: Use tagged version of graphite Changes the docker build procedure to use a pip install of a specific version of graphite so that it doesn't break when upstream changes occur. Change-Id: I2316912fc04568c441212087665e384075e409a6 JIRA: STORPERF-110 Signed-off-by: mbeierl --- ci/daily.sh | 5 +++-- ci/start_job.sh | 2 -- 2 files changed, 3 insertions(+), 4 deletions(-) (limited to 'ci') diff --git a/ci/daily.sh b/ci/daily.sh index e12964d..b69506a 100755 --- a/ci/daily.sh +++ b/ci/daily.sh @@ -122,11 +122,12 @@ done echo "Deleting stack for cleanup" curl -s -X DELETE --header 'Accept: application/json' 'http://127.0.0.1:5000/api/v1.0/configurations' -sudo chmod 777 -R $WORKSPACE/ci/job/carbon - curl -s -X GET "http://127.0.0.1:5000/api/v1.0/jobs?id=$JOB&type=metadata" \ -o $WORKSPACE/ci/job/report.json +docker rm -f storperf +sudo rm -rf $WORKSPACE/ci/job/carbon + echo ========================================================================== echo Final report echo ========================================================================== diff --git a/ci/start_job.sh b/ci/start_job.sh index 31bfddb..85652d0 100755 --- a/ci/start_job.sh +++ b/ci/start_job.sh @@ -11,8 +11,6 @@ cat << EOF > body.json { "block_sizes": "${BLOCK_SIZE}", - "nowarm": "string", - "nossd": "string", "deadline": 30, "queue_depths": "${QUEUE_DEPTH}", "workload": "${WORKLOAD}", -- cgit 1.2.3-korg