Skip to content

Commit

Permalink
Decrease verbosity of ansible playbook
Browse files Browse the repository at this point in the history
  • Loading branch information
annehaley committed Feb 13, 2024
1 parent 541b519 commit 3166927
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_workers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
SECRETS_JSON=`jq -n '$ARGS.positional | map({ (.): env[.] }) | add' --args "${SECRETS_NAMES[@]}"`
DJANGO_VARS=`jq --argjson secrets "$SECRETS_JSON" '.+=$secrets' dev/prod.celery.env.json`
INVENTORY=`python shapeworks_cloud/manage_workers.py start_all`
ansible-playbook -vvvv --inventory "$INVENTORY" --extra-vars "$DJANGO_VARS" ./ansible/playbook.yml
ansible-playbook -v --inventory "$INVENTORY" --extra-vars "$DJANGO_VARS" ./ansible/playbook.yml
- name: Stop GPU workers
if: always() # run this even if the above step fails
run: python shapeworks_cloud/manage_workers.py stop_gpus

0 comments on commit 3166927

Please sign in to comment.