Skip to content

Commit 2655066

Browse files
mergify[bot]pazone
andauthored
[CI] Add more disk space to Integration packaging amd64 (#7467) (#7472)
* [CI] Add more disk space to Integration packaging amd64 * More space for packaging (cherry picked from commit 2159c98) Co-authored-by: Pavel Zorin <[email protected]>
1 parent 57e581a commit 2655066

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.buildkite/integration.pipeline.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ steps:
101101
agents:
102102
provider: "gcp"
103103
machineType: "n2-standard-8"
104+
diskSizeGb: 200
104105

105106
- label: "Packaging: Containers linux/arm64"
106107
key: packaging-containers-arm64
@@ -115,6 +116,7 @@ steps:
115116
provider: "aws"
116117
instanceType: "c6g.4xlarge"
117118
imagePrefix: "core-ubuntu-2204-aarch64"
119+
diskSizeGb: 200
118120

119121
- label: "Serverless integration test"
120122
key: "serverless-integration-tests"

.buildkite/pipeline.elastic-agent-package.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ steps:
8282
provider: "aws"
8383
instanceType: "t4g.2xlarge"
8484
imagePrefix: "core-ubuntu-2204-aarch64"
85+
diskSizeGb: 400
8586
env:
8687
PLATFORMS: "linux/arm64 darwin/arm64"
8788
PACKAGES: "docker,tar.gz,deb,rpm"
@@ -147,7 +148,7 @@ steps:
147148
agents:
148149
provider: "gcp"
149150
machineType: "n2-standard-8"
150-
diskSizeGb: 250
151+
diskSizeGb: 400
151152
env:
152153
DRA_PROJECT_ID: "elastic-agent-package"
153154
DRA_PROJECT_ARTIFACT_ID: "agent-package"

0 commit comments

Comments
 (0)