Skip to content

Commit

Permalink
ci: increase graalvm ci machine type
Browse files Browse the repository at this point in the history
  • Loading branch information
burkedavison committed May 9, 2024
1 parent 69f5aec commit db9bcb0
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .cloudbuild/graalvm/cloudbuild-test-a-downstream-kms.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ timeout: 7200s # 2 hours
substitutions:
_SHARED_DEPENDENCIES_VERSION: '3.30.1-SNAPSHOT' # {x-version-update:google-cloud-shared-dependencies:current}
_JAVA_SHARED_CONFIG_VERSION: '1.7.7'

options:
machineType: 'E2_HIGHCPU_8'
steps:
- name: gcr.io/cloud-builders/docker
args: [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ timeout: 7200s # 2 hours
substitutions:
_SHARED_DEPENDENCIES_VERSION: '3.30.1-SNAPSHOT' # {x-version-update:google-cloud-shared-dependencies:current}
_JAVA_SHARED_CONFIG_VERSION: '1.7.7'

options:
machineType: 'E2_HIGHCPU_8'
steps:
- name: gcr.io/cloud-builders/docker
args: [
Expand Down
3 changes: 2 additions & 1 deletion .cloudbuild/graalvm/cloudbuild-test-a.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ timeout: 7200s # 2 hours
substitutions:
_SHARED_DEPENDENCIES_VERSION: '3.30.1-SNAPSHOT' # {x-version-update:google-cloud-shared-dependencies:current}
_JAVA_SHARED_CONFIG_VERSION: '1.7.7'

options:
machineType: 'E2_HIGHCPU_8'
steps:
- name: gcr.io/cloud-builders/docker
args: [
Expand Down
3 changes: 2 additions & 1 deletion .cloudbuild/graalvm/cloudbuild-test-b-downstream-kms.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ timeout: 7200s # 2 hours
substitutions:
_SHARED_DEPENDENCIES_VERSION: '3.30.1-SNAPSHOT' # {x-version-update:google-cloud-shared-dependencies:current}
_JAVA_SHARED_CONFIG_VERSION: '1.7.7'

options:
machineType: 'E2_HIGHCPU_8'
steps:
- name: gcr.io/cloud-builders/docker
args: [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ timeout: 7200s # 2 hours
substitutions:
_SHARED_DEPENDENCIES_VERSION: '3.30.1-SNAPSHOT' # {x-version-update:google-cloud-shared-dependencies:current}
_JAVA_SHARED_CONFIG_VERSION: '1.7.7'

options:
machineType: 'E2_HIGHCPU_8'
steps:
- name: gcr.io/cloud-builders/docker
args: [
Expand Down
3 changes: 2 additions & 1 deletion .cloudbuild/graalvm/cloudbuild-test-b.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ timeout: 7200s # 2 hours
substitutions:
_SHARED_DEPENDENCIES_VERSION: '3.30.1-SNAPSHOT' # {x-version-update:google-cloud-shared-dependencies:current}
_JAVA_SHARED_CONFIG_VERSION: '1.7.7'

options:
machineType: 'E2_HIGHCPU_8'
steps:
- name: gcr.io/cloud-builders/docker
args: [
Expand Down

0 comments on commit db9bcb0

Please sign in to comment.