Skip to content

Commit 6aa8f8e

Browse files
authored
Merge pull request #1588 from oracle-devrel/oci-devops-name-custom-shape-fix
2 OCPU/8 GB runner shape
2 parents 9ce8b8b + bd62dbb commit 6aa8f8e

File tree

1 file changed

+2
-2
lines changed
  • app-dev/devops-and-containers/devops/oci-devops-terraform-function-java-graalvm/files

1 file changed

+2
-2
lines changed

app-dev/devops-and-containers/devops/oci-devops-terraform-function-java-graalvm/files/devops.tf

+2-2
Original file line numberDiff line numberDiff line change
@@ -402,8 +402,8 @@ resource oci_devops_build_pipeline_stage export_build {
402402
build_pipeline_stage_type = "BUILD"
403403
build_runner_shape_config {
404404
build_runner_type = "CUSTOM"
405-
memory_in_gbs = "512"
406-
ocpus = "8"
405+
memory_in_gbs = "8"
406+
ocpus = "2"
407407
}
408408
build_source_collection {
409409
items {

0 commit comments

Comments
 (0)