Skip to content

Commit

Permalink
2 OCPU/8 GB runner shape
Browse files Browse the repository at this point in the history
  • Loading branch information
mikarinneoracle committed Feb 14, 2025
1 parent 9ce8b8b commit bd62dbb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -402,8 +402,8 @@ resource oci_devops_build_pipeline_stage export_build {
build_pipeline_stage_type = "BUILD"
build_runner_shape_config {
build_runner_type = "CUSTOM"
memory_in_gbs = "512"
ocpus = "8"
memory_in_gbs = "8"
ocpus = "2"
}
build_source_collection {
items {
Expand Down

0 comments on commit bd62dbb

Please sign in to comment.