File tree Expand file tree Collapse file tree 3 files changed +13
-4
lines changed Expand file tree Collapse file tree 3 files changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -63,8 +63,10 @@ def generate_steps_for_main_branch(versions) -> list:
63
63
structure = {
64
64
"agents" : {
65
65
"provider" : "gcp" ,
66
- "machineType" : "n1-standard-4" ,
67
- "image" : "family/core-ubuntu-2204"
66
+ "machineType" : "n2-standard-4" ,
67
+ "imageProject" : "elastic-images-prod" ,
68
+ "image" : "family/platform-ingest-logstash-multi-jdk-ubuntu-2204" ,
69
+ "diskSizeGb" : 120
68
70
},
69
71
"steps" : []}
70
72
Original file line number Diff line number Diff line change @@ -61,8 +61,10 @@ def make_matrix_version_key(branch: str) -> str:
61
61
structure = {
62
62
"agents" : {
63
63
"provider" : "gcp" ,
64
- "machineType" : "n1-standard-4" ,
65
- "image" : "family/core-ubuntu-2204"
64
+ "machineType" : "n2-standard-4" ,
65
+ "imageProject" : "elastic-images-prod" ,
66
+ "image" : "family/platform-ingest-logstash-multi-jdk-ubuntu-2204" ,
67
+ "diskSizeGb" : 120
66
68
},
67
69
"steps" : []}
68
70
Original file line number Diff line number Diff line change
1
+ #! /usr/bin/env bash
2
+
3
+ export PATH=" /opt/buildkite-agent/.rbenv/bin:/opt/buildkite-agent/.pyenv/bin:/opt/buildkite-agent/.java/bin:$PATH "
4
+ export JAVA_HOME=" /opt/buildkite-agent/.java"
5
+ eval " $( rbenv init -) "
1
6
2
7
if [ -z " $TARGET_BRANCH " ]; then
3
8
echo " Target branch is not specified, using default branch: main or BK defined"
You can’t perform that action at this time.
0 commit comments