diff options
author | mbeierl <mark.beierl@dell.com> | 2017-03-29 21:00:50 -0400 |
---|---|---|
committer | mbeierl <mark.beierl@dell.com> | 2017-03-29 21:02:33 -0400 |
commit | 1bcbe0bac328e26341ba68341d4b809c32b8242f (patch) | |
tree | ea28797aae10c2a20c130095ac36ce62a581bd5f /ci/start_job.sh | |
parent | 5fbde2962c159ace29a7b42bc217f1eed8109808 (diff) |
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 <mark.beierl@dell.com>
Diffstat (limited to 'ci/start_job.sh')
-rwxr-xr-x | ci/start_job.sh | 2 |
1 files changed, 0 insertions, 2 deletions
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}", |