File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -65,8 +65,7 @@ def generate_steps_for_main_branch(versions) -> list:
65
65
"provider" : "gcp" ,
66
66
"machineType" : "n2-standard-4" ,
67
67
"imageProject" : "elastic-images-prod" ,
68
- "image" : "family/platform-ingest-logstash-multi-jdk-ubuntu-2204" ,
69
- "diskSizeGb" : 120
68
+ "image" : "family/platform-ingest-logstash-multi-jdk-ubuntu-2204"
70
69
},
71
70
"steps" : []}
72
71
Original file line number Diff line number Diff line change @@ -63,8 +63,7 @@ def make_matrix_version_key(branch: str) -> str:
63
63
"provider" : "gcp" ,
64
64
"machineType" : "n2-standard-4" ,
65
65
"imageProject" : "elastic-images-prod" ,
66
- "image" : "family/platform-ingest-logstash-multi-jdk-ubuntu-2204" ,
67
- "diskSizeGb" : 120
66
+ "image" : "family/platform-ingest-logstash-multi-jdk-ubuntu-2204"
68
67
},
69
68
"steps" : []}
70
69
You can’t perform that action at this time.
0 commit comments