summaryrefslogtreecommitdiffstats
path: root/ci/daily.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ci/daily.sh')
-rwxr-xr-xci/daily.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/ci/daily.sh b/ci/daily.sh
index 0170b41..3278e4a 100755
--- a/ci/daily.sh
+++ b/ci/daily.sh
@@ -83,6 +83,8 @@ echo "==========================================================================
echo "Starting run of ${WORKLOAD} ${BLOCK_SIZE} ${QUEUE_DEPTH}"
echo "=========================================================================="
+exit 0
+
JOB=$("${WORKSPACE}/ci/start_job.sh" \
| awk '/job_id/ {print $2}' | sed 's/"//g')
curl -s -X GET "http://127.0.0.1:5000/api/v1.0/jobs?id=${JOB}&type=status" \