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:
6565 "provider" : "gcp" ,
6666 "machineType" : "n2-standard-4" ,
6767 "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"
7069 },
7170 "steps" : []}
7271
Original file line number Diff line number Diff line change @@ -63,8 +63,7 @@ def make_matrix_version_key(branch: str) -> str:
6363 "provider" : "gcp" ,
6464 "machineType" : "n2-standard-4" ,
6565 "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"
6867 },
6968 "steps" : []}
7069
You can’t perform that action at this time.
0 commit comments