Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save wordswords/816efb482ce710c2f04df5f4dc37a457 to your computer and use it in GitHub Desktop.
Save wordswords/816efb482ce710c2f04df5f4dc37a457 to your computer and use it in GitHub Desktop.
PROJECT_ID=170
JOB_SIZE=10
VERSION=`date "+%y%m%d"`
CERT=/opt/certs/live.pem
CA=/opt/certs/ca-bundle.pem
echo Version: $VERSION
curl -1 --cert $CERT --cacert $CA https://hive.cloud.bbc.co.uk/api/batches --form name="TVAPI Control Tests" --form execution_variables[spec_file]="" --form version=$VERSION --form project_id=$PROJECT_ID --form tests_per_job=$JOB_SIZE -v
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment