Skip to content

Commit 61b8778

Browse files
committed
Change runner vm boot volume from balanced to ultra high performance
Signed-off-by: Koray Oksay <koray.oksay@gmail.com>
1 parent 2dd8503 commit 61b8778

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/cloudrunners/oci/main.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ func run(cmd *cobra.Command, argv []string) error {
9999
SourceDetails: &core.InstanceSourceViaImageDetails{
100100
ImageId: common.String(*latestImage.Id),
101101
BootVolumeSizeInGBs: common.Int64(600),
102+
BootVolumeVpusPerGB: common.Int64(120),
102103
},
103104
})
104105
if err != nil {

0 commit comments

Comments
 (0)