Don't wait before launching GCP tests
This commit is contained in:
parent
fcc7bf4e33
commit
45a189229c
|
@ -180,7 +180,6 @@ jobs:
|
|||
--labels=app=${{ inputs.app_name }},environment=test,network=${NETWORK},github_ref=${{ env.GITHUB_REF_SLUG_URL }},test=${{ inputs.test_id }} \
|
||||
--tags ${{ inputs.app_name }} \
|
||||
--zone ${{ vars.GCP_ZONE }}
|
||||
sleep 60
|
||||
|
||||
# Create a docker volume with the new disk we just created.
|
||||
#
|
||||
|
@ -382,7 +381,6 @@ jobs:
|
|||
--labels=app=${{ inputs.app_name }},environment=test,network=${NETWORK},github_ref=${{ env.GITHUB_REF_SLUG_URL }},test=${{ inputs.test_id }} \
|
||||
--tags ${{ inputs.app_name }} \
|
||||
--zone ${{ vars.GCP_ZONE }}
|
||||
sleep 60
|
||||
|
||||
# Create a docker volume with the selected cached state.
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue