Don't wait before launching GCP tests

This commit is contained in:
teor 2023-10-06 12:04:11 +10:00 committed by GitHub
parent fcc7bf4e33
commit 45a189229c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -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 }} \ --labels=app=${{ inputs.app_name }},environment=test,network=${NETWORK},github_ref=${{ env.GITHUB_REF_SLUG_URL }},test=${{ inputs.test_id }} \
--tags ${{ inputs.app_name }} \ --tags ${{ inputs.app_name }} \
--zone ${{ vars.GCP_ZONE }} --zone ${{ vars.GCP_ZONE }}
sleep 60
# Create a docker volume with the new disk we just created. # 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 }} \ --labels=app=${{ inputs.app_name }},environment=test,network=${NETWORK},github_ref=${{ env.GITHUB_REF_SLUG_URL }},test=${{ inputs.test_id }} \
--tags ${{ inputs.app_name }} \ --tags ${{ inputs.app_name }} \
--zone ${{ vars.GCP_ZONE }} --zone ${{ vars.GCP_ZONE }}
sleep 60
# Create a docker volume with the selected cached state. # Create a docker volume with the selected cached state.
# #