Skip to content

Commit

Permalink
Reduce sleeps
Browse files Browse the repository at this point in the history
  • Loading branch information
AjayP13 committed Nov 4, 2018
1 parent 0c61e0f commit 57591f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,11 +182,11 @@ Deploy Linux Wheels:
- export -f repeatcopytocibuildwheel
- export CIBW_PLATFORM=linux
- export CIBW_BUILD_VERBOSITY=3
- export CIBW_BEFORE_BUILD="echo 'Installing AWS...'; pip install awscli --upgrade; echo 'Sleeping...waiting for copy to complete...'; sleep 150; echo 'Project Directory After Copy:'; ls /project; echo 'AWS After Copy:'; ls /root/.aws/;"
- export CIBW_BEFORE_BUILD="echo 'Installing AWS...'; pip install awscli --upgrade; echo 'Sleeping...waiting for copy to complete...'; sleep 60; echo 'Project Directory After Copy:'; ls /project; echo 'AWS After Copy:'; ls /root/.aws/;"
- export CIBW_TEST_COMMAND="echo 'Uploading to AWS:'; ls /output; aws s3 sync /output/ s3://magnitude.plasticity.ai/wheelhouse/"
- pip2 install pip setuptools -U
- pip2 install git+https://github.com/plasticity-admin/cibuildwheel.git@macos-ssl
- /bin/bash -c "set -m; cibuildwheel --output-dir wheelhouse $SHARED_PATH & sleep 90 && echo 'Copying to sub-Docker container...' && repeatcopytocibuildwheel& sleep 30 && echo 'Done copying.' && fg 1"
- /bin/bash -c "set -m; cibuildwheel --output-dir wheelhouse $SHARED_PATH & sleep 30 && echo 'Copying to sub-Docker container...' && repeatcopytocibuildwheel& sleep 28 && echo 'Done copying.' && fg 1"

only:
- master

0 comments on commit 57591f6

Please sign in to comment.