Not use preemptible nodes in cloud and release workflows (#4315)

Temporarily set `preemptible: false` for cloud and release workflows to
see if that's the cause of nodes getting killed.
This commit is contained in:
Alejandro Pedraza 2020-04-30 18:05:24 -05:00 committed by GitHub
parent 6f835c006d
commit 9e9f3bb1e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -103,6 +103,7 @@ jobs:
cloud_sdk_service_account_key: ${{ secrets.CLOUD_SDK_SERVICE_ACCOUNT_KEY }} cloud_sdk_service_account_key: ${{ secrets.CLOUD_SDK_SERVICE_ACCOUNT_KEY }}
gcp_project: ${{ secrets.GCP_PROJECT }} gcp_project: ${{ secrets.GCP_PROJECT }}
gcp_zone: ${{ secrets.GCP_ZONE }} gcp_zone: ${{ secrets.GCP_ZONE }}
preemptible: false
create: true create: true
name: testing-${{ steps.install_cli.outputs.tag }}-${{ github.run_id }} name: testing-${{ steps.install_cli.outputs.tag }}-${{ github.run_id }}
- name: Run integration tests - name: Run integration tests

View File

@ -192,6 +192,7 @@ jobs:
cloud_sdk_service_account_key: ${{ secrets.CLOUD_SDK_SERVICE_ACCOUNT_KEY }} cloud_sdk_service_account_key: ${{ secrets.CLOUD_SDK_SERVICE_ACCOUNT_KEY }}
gcp_project: ${{ secrets.GCP_PROJECT }} gcp_project: ${{ secrets.GCP_PROJECT }}
gcp_zone: ${{ secrets.GCP_ZONE }} gcp_zone: ${{ secrets.GCP_ZONE }}
preemptible: false
create: true create: true
name: testing-${{ steps.install_cli.outputs.tag }}-${{ github.run_id }} name: testing-${{ steps.install_cli.outputs.tag }}-${{ github.run_id }}
- name: Run integration tests - name: Run integration tests