Skip to content

Commit

Permalink
ci: increase graalvm ci machine type (#2760)
Browse files Browse the repository at this point in the history
8m33s, 8m44s, 10m43s, 11m28s, 9m41s, 10m47s

These test times are all shorter than the ci / build (11) check, making
these checks no longer the bottle neck.
  • Loading branch information
burkedavison committed May 9, 2024
1 parent 69f5aec commit 197331b
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 197331b

Please sign in to comment.