mirror of https://github.com/linkerd/linkerd2.git
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:
parent
6f835c006d
commit
9e9f3bb1e2
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue