Skip to content

Commit

Permalink
Update CI/CD workflows with data disk size
Browse files Browse the repository at this point in the history
  • Loading branch information
jpraynaud committed Jun 8, 2023
1 parent e181412 commit 31e9bbc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -470,6 +470,7 @@ jobs:
google_region: europe-west1
google_zone: europe-west1-b
google_machine_type: e2-highmem-4
google_compute_instance_data_disk_size: 250

runs-on: ubuntu-22.04

Expand Down Expand Up @@ -512,6 +513,7 @@ jobs:
google_region = "${{ matrix.google_region }}"
google_zone = "${{ matrix.google_zone }}"
google_machine_type = "${{ matrix.google_machine_type }}"
google_compute_instance_data_disk_size = "${{ matrix.google_compute_instance_data_disk_size }}"
google_service_credentials_json_file = "./google-application-credentials.json"
mithril_api_domain = "${{ matrix.mithril_api_domain }}"
mithril_image_id = "${{ env.DOCKER_IMAGE_ID }}"
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/pre-release.yml
Expand Up @@ -208,6 +208,7 @@ jobs:
google_region: europe-west1
google_zone: europe-west1-b
google_machine_type: e2-highmem-2
google_compute_instance_data_disk_size: 250

runs-on: ubuntu-22.04

Expand Down Expand Up @@ -250,6 +251,7 @@ jobs:
google_region = "${{ matrix.google_region }}"
google_zone = "${{ matrix.google_zone }}"
google_machine_type = "${{ matrix.google_machine_type }}"
google_compute_instance_data_disk_size = "${{ matrix.google_compute_instance_data_disk_size }}"
google_service_credentials_json_file = "./google-application-credentials.json"
mithril_api_domain = "${{ matrix.mithril_api_domain }}"
mithril_image_id = "${{ env.DOCKER_IMAGE_ID }}"
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Expand Up @@ -136,6 +136,7 @@ jobs:
google_region: europe-west1
google_zone: europe-west1-b
google_machine_type: e2-highmem-2
google_compute_instance_data_disk_size: 250

runs-on: ubuntu-22.04

Expand Down Expand Up @@ -178,6 +179,7 @@ jobs:
google_region = "${{ matrix.google_region }}"
google_zone = "${{ matrix.google_zone }}"
google_machine_type = "${{ matrix.google_machine_type }}"
google_compute_instance_data_disk_size = "${{ matrix.google_compute_instance_data_disk_size }}"
google_service_credentials_json_file = "./google-application-credentials.json"
mithril_api_domain = "${{ matrix.mithril_api_domain }}"
mithril_image_id = "${{ env.DOCKER_IMAGE_ID }}"
Expand Down

0 comments on commit 31e9bbc

Please sign in to comment.