Skip to content

Commit 87fd8a2

Browse files
burkedavisonlqiu96
authored andcommitted
ci: increase graalvm ci machine type (#2760)
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.
1 parent 3e55b8e commit 87fd8a2

6 files changed

+12
-6
lines changed

.cloudbuild/graalvm/cloudbuild-test-a-downstream-kms.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ timeout: 7200s # 2 hours
1616
substitutions:
1717
_SHARED_DEPENDENCIES_VERSION: '3.30.1-SNAPSHOT' # {x-version-update:google-cloud-shared-dependencies:current}
1818
_JAVA_SHARED_CONFIG_VERSION: '1.7.7'
19-
19+
options:
20+
machineType: 'E2_HIGHCPU_8'
2021
steps:
2122
- name: gcr.io/cloud-builders/docker
2223
args: [

.cloudbuild/graalvm/cloudbuild-test-a-downstream-kmsinventory.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ timeout: 7200s # 2 hours
1616
substitutions:
1717
_SHARED_DEPENDENCIES_VERSION: '3.30.1-SNAPSHOT' # {x-version-update:google-cloud-shared-dependencies:current}
1818
_JAVA_SHARED_CONFIG_VERSION: '1.7.7'
19-
19+
options:
20+
machineType: 'E2_HIGHCPU_8'
2021
steps:
2122
- name: gcr.io/cloud-builders/docker
2223
args: [

.cloudbuild/graalvm/cloudbuild-test-a.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ timeout: 7200s # 2 hours
1616
substitutions:
1717
_SHARED_DEPENDENCIES_VERSION: '3.30.1-SNAPSHOT' # {x-version-update:google-cloud-shared-dependencies:current}
1818
_JAVA_SHARED_CONFIG_VERSION: '1.7.7'
19-
19+
options:
20+
machineType: 'E2_HIGHCPU_8'
2021
steps:
2122
- name: gcr.io/cloud-builders/docker
2223
args: [

.cloudbuild/graalvm/cloudbuild-test-b-downstream-kms.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ timeout: 7200s # 2 hours
1616
substitutions:
1717
_SHARED_DEPENDENCIES_VERSION: '3.30.1-SNAPSHOT' # {x-version-update:google-cloud-shared-dependencies:current}
1818
_JAVA_SHARED_CONFIG_VERSION: '1.7.7'
19-
19+
options:
20+
machineType: 'E2_HIGHCPU_8'
2021
steps:
2122
- name: gcr.io/cloud-builders/docker
2223
args: [

.cloudbuild/graalvm/cloudbuild-test-b-downstream-kmsinventory.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ timeout: 7200s # 2 hours
1616
substitutions:
1717
_SHARED_DEPENDENCIES_VERSION: '3.30.1-SNAPSHOT' # {x-version-update:google-cloud-shared-dependencies:current}
1818
_JAVA_SHARED_CONFIG_VERSION: '1.7.7'
19-
19+
options:
20+
machineType: 'E2_HIGHCPU_8'
2021
steps:
2122
- name: gcr.io/cloud-builders/docker
2223
args: [

.cloudbuild/graalvm/cloudbuild-test-b.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ timeout: 7200s # 2 hours
1616
substitutions:
1717
_SHARED_DEPENDENCIES_VERSION: '3.30.1-SNAPSHOT' # {x-version-update:google-cloud-shared-dependencies:current}
1818
_JAVA_SHARED_CONFIG_VERSION: '1.7.7'
19-
19+
options:
20+
machineType: 'E2_HIGHCPU_8'
2021
steps:
2122
- name: gcr.io/cloud-builders/docker
2223
args: [

0 commit comments

Comments
 (0)