diff options
author | 2017-05-31 14:41:52 -0400 | |
---|---|---|
committer | 2017-05-31 15:01:38 -0400 | |
commit | e827181f80d6ffb2e90b1f8dd53061a2d92be7ba (patch) | |
tree | 31d678d58f2c788a6233241677ca4514e150f6c2 /ci/start_job.sh | |
parent | 9c45fac0bbe4f32c1c6baea0ed27c351fe757ae8 (diff) |
Daily Job Parameter Support
Adds environment variables so that the daily jobs can be parameterized
from Jenkins.
Change-Id: I77518b90595460ca932f1e71f57b2b02ab3dd1f5
JIRA: STORPERF-138
Signed-off-by: mbeierl <mark.beierl@dell.com>
Diffstat (limited to 'ci/start_job.sh')
-rwxr-xr-x | ci/start_job.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ci/start_job.sh b/ci/start_job.sh index 85652d0..0a149fd 100755 --- a/ci/start_job.sh +++ b/ci/start_job.sh @@ -11,7 +11,8 @@ cat << EOF > body.json { "block_sizes": "${BLOCK_SIZE}", - "deadline": 30, + "deadline": ${DEADLINE}, + "steady_state_samples": ${STEADY_STATE_SAMPLES}, "queue_depths": "${QUEUE_DEPTH}", "workload": "${WORKLOAD}", "metadata": { |