Skip to content

Commit 5e4fec1

Browse files
committed
skip
1 parent 102eb90 commit 5e4fec1

File tree

2 files changed

+27
-18
lines changed

2 files changed

+27
-18
lines changed

.buildkite/bk.integration.pipeline.yml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ steps:
7272
env:
7373
TEST_PACKAGE: "github.com/elastic/elastic-agent/testing/integration/leak"
7474
command: |
75-
buildkite-agent artifact download build/distributions/** . --step 'packaging-windows'
75+
buildkite-agent artifact download build/distributions/** . --step 'packaging-windows' --build '019789cc-f9bd-425c-b5cb-f1303c452c37'
7676
.buildkite/scripts/steps/integration_tests_tf.ps1 fleet true
7777
artifact_paths:
7878
- build/**
@@ -95,7 +95,7 @@ steps:
9595
env:
9696
TEST_PACKAGE: "github.com/elastic/elastic-agent/testing/integration/leak"
9797
command: |
98-
buildkite-agent artifact download build/distributions/** . --step 'packaging-windows'
98+
buildkite-agent artifact download build/distributions/** . --step 'packaging-windows' --build '019789cc-f9bd-425c-b5cb-f1303c452c37'
9999
.buildkite/scripts/steps/integration_tests_tf.ps1 fleet true
100100
artifact_paths:
101101
- build/**
@@ -116,7 +116,7 @@ steps:
116116
env:
117117
TEST_PACKAGE: "github.com/elastic/elastic-agent/testing/integration/leak"
118118
command: |
119-
buildkite-agent artifact download build/distributions/** . --step 'packaging-ubuntu-x86-64'
119+
buildkite-agent artifact download build/distributions/** . --step 'packaging-ubuntu-x86-64' --build '019789cc-f9ba-4188-97e9-88b05deaff57'
120120
.buildkite/scripts/steps/integration_tests_tf.sh fleet true
121121
artifact_paths:
122122
- build/**
@@ -145,7 +145,7 @@ steps:
145145
depends_on:
146146
- packaging-windows
147147
command: |
148-
buildkite-agent artifact download build/distributions/** . --step 'packaging-windows'
148+
buildkite-agent artifact download build/distributions/** . --step 'packaging-windows' --build '019789cc-f9bd-425c-b5cb-f1303c452c37'
149149
.buildkite/scripts/steps/integration_tests_tf.ps1 {{matrix}} true
150150
artifact_paths:
151151
- build/**
@@ -174,7 +174,7 @@ steps:
174174
depends_on:
175175
- packaging-windows
176176
command: |
177-
buildkite-agent artifact download build/distributions/** . --step 'packaging-windows'
177+
buildkite-agent artifact download build/distributions/** . --step 'packaging-windows' --build '019789cc-f9bd-425c-b5cb-f1303c452c37'
178178
.buildkite/scripts/steps/integration_tests_tf.ps1 {{matrix}} false
179179
artifact_paths:
180180
- build/**
@@ -196,7 +196,7 @@ steps:
196196
depends_on:
197197
- packaging-windows
198198
command: |
199-
buildkite-agent artifact download build/distributions/** . --step 'packaging-windows'
199+
buildkite-agent artifact download build/distributions/** . --step 'packaging-windows' --build '019789cc-f9bd-425c-b5cb-f1303c452c37'
200200
.buildkite/scripts/steps/integration_tests_tf.ps1 {{matrix}} true
201201
artifact_paths:
202202
- build/**
@@ -225,7 +225,7 @@ steps:
225225
depends_on:
226226
- packaging-windows
227227
command: |
228-
buildkite-agent artifact download build/distributions/** . --step 'packaging-windows'
228+
buildkite-agent artifact download build/distributions/** . --step 'packaging-windows' --build '019789cc-f9bd-425c-b5cb-f1303c452c37'
229229
.buildkite/scripts/steps/integration_tests_tf.ps1 {{matrix}} false
230230
artifact_paths:
231231
- build/**
@@ -254,7 +254,7 @@ steps:
254254
- label: "x86_64:non-sudo: {{matrix}}"
255255
depends_on: packaging-ubuntu-x86-64
256256
command: |
257-
buildkite-agent artifact download build/distributions/** . --step 'packaging-ubuntu-x86-64'
257+
buildkite-agent artifact download build/distributions/** . --step 'packaging-ubuntu-x86-64' --build '019789cc-f9ba-4188-97e9-88b05deaff57'
258258
.buildkite/scripts/steps/integration_tests_tf.sh {{matrix}} false
259259
artifact_paths:
260260
- build/**
@@ -277,7 +277,7 @@ steps:
277277
- packaging-ubuntu-x86-64
278278
# due to deb group present in matrix tar.gz and deb packages artifacts are required
279279
command: |
280-
buildkite-agent artifact download build/distributions/** . --step packaging-ubuntu-x86-64
280+
buildkite-agent artifact download build/distributions/** . --step 'packaging-ubuntu-x86-64' --build '019789cc-f9ba-4188-97e9-88b05deaff57'
281281
.buildkite/scripts/steps/integration_tests_tf.sh {{matrix}} true
282282
artifact_paths:
283283
- build/**
@@ -312,7 +312,7 @@ steps:
312312
depends_on:
313313
- packaging-ubuntu-arm64
314314
command: |
315-
buildkite-agent artifact download build/distributions/** . --step 'packaging-ubuntu-arm64'
315+
buildkite-agent artifact download build/distributions/** . --step 'packaging-ubuntu-arm64' --build '019789cc-f9bb-4325-83f9-7688c0e196c5'
316316
.buildkite/scripts/steps/integration_tests_tf.sh {{matrix}} true
317317
artifact_paths:
318318
- build/**
@@ -349,7 +349,7 @@ steps:
349349
depends_on:
350350
- packaging-ubuntu-arm64
351351
command: |
352-
buildkite-agent artifact download build/distributions/** . --step 'packaging-ubuntu-arm64'
352+
buildkite-agent artifact download build/distributions/** . --step 'packaging-ubuntu-arm64' --build '019789cc-f9bb-4325-83f9-7688c0e196c5'
353353
.buildkite/scripts/steps/integration_tests_tf.sh {{matrix}} false
354354
artifact_paths:
355355
- build/**
@@ -378,7 +378,7 @@ steps:
378378
- label: "x86_64:non-sudo: {{matrix}}"
379379
depends_on: packaging-ubuntu-x86-64
380380
command: |
381-
buildkite-agent artifact download build/distributions/** . --step 'packaging-ubuntu-x86-64'
381+
buildkite-agent artifact download build/distributions/** . --step 'packaging-ubuntu-x86-64' --build '019789cc-f9ba-4188-97e9-88b05deaff57'
382382
.buildkite/scripts/steps/integration_tests_tf.sh {{matrix}} false
383383
artifact_paths:
384384
- build/**
@@ -401,7 +401,7 @@ steps:
401401
- packaging-ubuntu-x86-64
402402
# due to deb group present in matrix tar.gz and deb packages artifacts are required
403403
command: |
404-
buildkite-agent artifact download build/distributions/** . --step packaging-ubuntu-x86-64
404+
buildkite-agent artifact download build/distributions/** . --step 'packaging-ubuntu-x86-64' --build '019789cc-f9ba-4188-97e9-88b05deaff57'
405405
.buildkite/scripts/steps/integration_tests_tf.sh {{matrix}} true
406406
artifact_paths:
407407
- build/**
@@ -445,7 +445,7 @@ steps:
445445
depends_on:
446446
- packaging-ubuntu-x86-64
447447
command: |
448-
buildkite-agent artifact download build/distributions/** . --step packaging-ubuntu-x86-64
448+
buildkite-agent artifact download build/distributions/** . --step 'packaging-ubuntu-x86-64' --build '019789cc-f9ba-4188-97e9-88b05deaff57'
449449
.buildkite/scripts/steps/integration_tests_tf.sh rpm true
450450
artifact_paths:
451451
- build/**
@@ -477,7 +477,7 @@ steps:
477477
DOCKER_VARIANTS: "{{matrix.variants}}"
478478
TARGET_ARCH: "amd64"
479479
command: |
480-
buildkite-agent artifact download build/distributions/*-linux-amd64.docker.tar.gz . --step 'packaging-containers-x86-64'
480+
buildkite-agent artifact download build/distributions/*-linux-amd64.docker.tar.gz . --step 'packaging-containers-x86-64' --build '019789cc-f9be-4e7c-94b4-19f64f81fa34'
481481
.buildkite/scripts/steps/integration_tests_tf.sh kubernetes false
482482
artifact_paths:
483483
- build/**
@@ -525,7 +525,7 @@ steps:
525525
env:
526526
TEST_PACKAGE: "github.com/elastic/elastic-agent/testing/integration/serverless"
527527
command: |
528-
buildkite-agent artifact download build/distributions/** . --step 'packaging-windows'
528+
buildkite-agent artifact download build/distributions/** . --step 'packaging-windows' --build '019789cc-f9bd-425c-b5cb-f1303c452c37'
529529
.buildkite/scripts/buildkite-integration-tests.ps1 fleet true
530530
artifact_paths:
531531
- build/**
@@ -547,7 +547,7 @@ steps:
547547
env:
548548
TEST_PACKAGE: "github.com/elastic/elastic-agent/testing/integration/serverless"
549549
command: |
550-
buildkite-agent artifact download build/distributions/** . --step 'packaging-windows'
550+
buildkite-agent artifact download build/distributions/** . --step 'packaging-windows' --build '019789cc-f9bd-425c-b5cb-f1303c452c37'
551551
.buildkite/scripts/buildkite-integration-tests.ps1 fleet true
552552
artifact_paths:
553553
- build/**
@@ -567,7 +567,7 @@ steps:
567567
env:
568568
TEST_PACKAGE: "github.com/elastic/elastic-agent/testing/integration/serverless"
569569
command: |
570-
buildkite-agent artifact download build/distributions/** . --step 'packaging-ubuntu-x86-64'
570+
buildkite-agent artifact download build/distributions/** . --step 'packaging-ubuntu-x86-64' --build '019789cc-f9ba-4188-97e9-88b05deaff57'
571571
sudo -E .buildkite/scripts/buildkite-integration-tests.sh fleet true
572572
artifact_paths:
573573
- build/**

.buildkite/integration.pipeline.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ steps:
1313
# Build matrix is not used for packaging in favor to unique step keys
1414
# Packaging linux/amd64
1515
- label: "Packaging: linux/amd64 rpm"
16+
skip: "true" # Skip this step for now, as it is not used in the pipeline
1617
key: packaging-ubuntu-x86-64
1718
env:
1819
PLATFORMS: "linux/amd64"
@@ -28,6 +29,7 @@ steps:
2829
machineType: "n2-standard-8"
2930

3031
- label: "Packaging: Ubuntu x86_64 FIPS"
32+
skip: "true" # Skip this step for now, as it is not used in the pipeline
3133
key: "packaging-ubuntu-x86-64-fips"
3234
env:
3335
PACKAGES: "tar.gz"
@@ -45,6 +47,7 @@ steps:
4547

4648
# Packaging linux/arm64
4749
- label: "Packaging: linux/arm64 tar.gz"
50+
skip: "true" # Skip this step for now, as it is not used in the pipeline
4851
key: packaging-ubuntu-arm64
4952
env:
5053
PLATFORMS: "linux/arm64"
@@ -61,6 +64,7 @@ steps:
6164
imagePrefix: "core-ubuntu-2204-aarch64"
6265

6366
- label: "Packaging: Ubuntu arm64 FIPS"
67+
skip: "true" # Skip this step for now, as it is not used in the pipeline
6468
key: "packaging-ubuntu-arm64-fips"
6569
env:
6670
PACKAGES: "tar.gz"
@@ -78,6 +82,7 @@ steps:
7882
imagePrefix: "core-ubuntu-2204-aarch64"
7983

8084
- label: "Packaging: windows/amd64 zip"
85+
skip: "true" # Skip this step for now, as it is not used in the pipeline
8186
key: packaging-windows
8287
env:
8388
PACKAGES: "zip"
@@ -93,6 +98,7 @@ steps:
9398
machineType: "n2-standard-8"
9499

95100
- label: "Packaging: Containers linux/amd64"
101+
skip: "true" # Skip this step for now, as it is not used in the pipeline
96102
key: packaging-containers-x86-64
97103
env:
98104
PACKAGES: "docker"
@@ -106,6 +112,7 @@ steps:
106112
diskSizeGb: 200
107113

108114
- label: "Packaging: Containers linux/arm64"
115+
skip: "true" # Skip this step for now, as it is not used in the pipeline
109116
key: packaging-containers-arm64
110117
env:
111118
PACKAGES: "docker"
@@ -121,6 +128,7 @@ steps:
121128
diskSizeGb: 200
122129

123130
- label: "Packaging: Containers linux/amd64 FIPS"
131+
skip: "true" # Skip this step for now, as it is not used in the pipeline
124132
key: packaging-containers-x86-64-fips
125133
env:
126134
PACKAGES: "docker"
@@ -135,6 +143,7 @@ steps:
135143
diskSizeGb: 200
136144

137145
- label: "Packaging: Containers linux/arm64 FIPS"
146+
skip: "true" # Skip this step for now, as it is not used in the pipeline
138147
key: packaging-containers-arm64-fips
139148
env:
140149
PACKAGES: "docker"

0 commit comments

Comments
 (0)