Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions .buildkite/auditbeat/auditbeat-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ env:
RACE_DETECTOR: "true"
TEST_COVERAGE: "true"

# Concurrency definition
CONCURRENCY_GROUP: "orka-concurrency-group"
CONCURRENCY_COUNT: 10
CONCURRENCY_METHOD: eager

steps:
- group: "Check/Update"
key: "auditbeat-check-update"
Expand Down Expand Up @@ -238,6 +243,9 @@ steps:
source .buildkite/scripts/install_macos_tools.sh
cd auditbeat
mage build unitTest
concurrency_group: "${CONCURRENCY_GROUP}"
concurrency: "${CONCURRENCY_COUNT}"
concurrency_method: "${CONCURRENCY_METHOD}"
retry:
automatic:
- limit: 3 # using higher retries for now due to lack of custom vm images and vendor instability
Expand All @@ -258,6 +266,9 @@ steps:
source .buildkite/scripts/install_macos_tools.sh
cd auditbeat
mage build unitTest
concurrency_group: "${CONCURRENCY_GROUP}"
concurrency: "${CONCURRENCY_COUNT}"
concurrency_method: "${CONCURRENCY_METHOD}"
retry:
automatic:
- limit: 3 # using higher retries for now due to lack of custom vm images and vendor instability
Expand Down
11 changes: 11 additions & 0 deletions .buildkite/filebeat/filebeat-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ env:
RACE_DETECTOR: "true"
TEST_COVERAGE: "true"

# Concurrency definition
CONCURRENCY_GROUP: "orka-concurrency-group"
CONCURRENCY_COUNT: 10
CONCURRENCY_METHOD: eager

steps:
- group: "Check/Update"
key: "filebeat-check-update"
Expand Down Expand Up @@ -185,6 +190,9 @@ steps:
source .buildkite/scripts/install_macos_tools.sh
cd filebeat
mage build unitTest
concurrency_group: "${CONCURRENCY_GROUP}"
concurrency: "${CONCURRENCY_COUNT}"
concurrency_method: "${CONCURRENCY_METHOD}"
retry:
automatic:
- limit: 3 # using higher retries for now due to lack of custom vm images and vendor instability
Expand All @@ -206,6 +214,9 @@ steps:
source .buildkite/scripts/install_macos_tools.sh
cd filebeat
mage build unitTest
concurrency_group: "${CONCURRENCY_GROUP}"
concurrency: "${CONCURRENCY_COUNT}"
concurrency_method: "${CONCURRENCY_METHOD}"
retry:
automatic:
- limit: 3 # using higher retries for now due to lack of custom vm images and vendor instability
Expand Down
11 changes: 11 additions & 0 deletions .buildkite/heartbeat/heartbeat-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ env:
RACE_DETECTOR: "true"
TEST_COVERAGE: "true"

# Concurrency definition
CONCURRENCY_GROUP: "orka-concurrency-group"
CONCURRENCY_COUNT: 10
CONCURRENCY_METHOD: eager

steps:
- group: "Check/Update"
key: "heartbeat-check-update"
Expand Down Expand Up @@ -217,6 +222,9 @@ steps:
source .buildkite/scripts/install_macos_tools.sh
cd heartbeat
mage build unitTest
concurrency_group: "${CONCURRENCY_GROUP}"
concurrency: "${CONCURRENCY_COUNT}"
concurrency_method: "${CONCURRENCY_METHOD}"
retry:
automatic:
- limit: 3 # using higher retries for now due to lack of custom vm images and vendor instability
Expand All @@ -238,6 +246,9 @@ steps:
source .buildkite/scripts/install_macos_tools.sh
cd heartbeat
mage build unitTest
concurrency_group: "${CONCURRENCY_GROUP}"
concurrency: "${CONCURRENCY_COUNT}"
concurrency_method: "${CONCURRENCY_METHOD}"
retry:
automatic:
- limit: 3 # using higher retries for now due to lack of custom vm images and vendor instability
Expand Down
11 changes: 11 additions & 0 deletions .buildkite/metricbeat/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ env:
RACE_DETECTOR: "true"
TEST_COVERAGE: "true"

# Concurrency definition
CONCURRENCY_GROUP: "orka-concurrency-group"
CONCURRENCY_COUNT: 10
CONCURRENCY_METHOD: eager

steps:
- group: "Check/Update"
key: "metricbeat-check-update"
Expand Down Expand Up @@ -278,6 +283,9 @@ steps:
source .buildkite/scripts/install_macos_tools.sh
cd metricbeat
mage build unitTest
concurrency_group: "${CONCURRENCY_GROUP}"
concurrency: "${CONCURRENCY_COUNT}"
concurrency_method: "${CONCURRENCY_METHOD}"
retry:
automatic:
- limit: 3 # using higher retries for now due to lack of custom vm images and vendor instability
Expand All @@ -300,6 +308,9 @@ steps:
source .buildkite/scripts/install_macos_tools.sh
cd metricbeat
mage build unitTest
concurrency_group: "${CONCURRENCY_GROUP}"
concurrency: "${CONCURRENCY_COUNT}"
concurrency_method: "${CONCURRENCY_METHOD}"
retry:
automatic:
- limit: 3 # using higher retries for now due to lack of custom vm images and vendor instability
Expand Down
11 changes: 11 additions & 0 deletions .buildkite/packetbeat/pipeline.packetbeat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ env:
RACE_DETECTOR: "true"
TEST_COVERAGE: "true"

# Concurrency definition
CONCURRENCY_GROUP: "orka-concurrency-group"
CONCURRENCY_COUNT: 10
CONCURRENCY_METHOD: eager

steps:
- group: "Check/Update"
key: "packetbeat-check-update"
Expand Down Expand Up @@ -226,6 +231,9 @@ steps:
source .buildkite/scripts/install_macos_tools.sh
cd packetbeat
mage build unitTest
concurrency_group: "${CONCURRENCY_GROUP}"
concurrency: "${CONCURRENCY_COUNT}"
concurrency_method: "${CONCURRENCY_METHOD}"
retry:
automatic:
- limit: 3 # using higher retries for now due to lack of custom vm images and vendor instability
Expand All @@ -247,6 +255,9 @@ steps:
source .buildkite/scripts/install_macos_tools.sh
cd packetbeat
mage build unitTest
concurrency_group: "${CONCURRENCY_GROUP}"
concurrency: "${CONCURRENCY_COUNT}"
concurrency_method: "${CONCURRENCY_METHOD}"
retry:
automatic:
- limit: 3 # using higher retries for now due to lack of custom vm images and vendor instability
Expand Down
11 changes: 11 additions & 0 deletions .buildkite/x-pack/pipeline.xpack.auditbeat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ env:
# Module tests
BEAT_PATH: "x-pack/auditbeat"

# Concurrency definition
CONCURRENCY_GROUP: "orka-concurrency-group"
CONCURRENCY_COUNT: 10
CONCURRENCY_METHOD: eager

steps:
- group: "Check/Update"
key: "x-pack-auditbeat-check-update"
Expand Down Expand Up @@ -234,6 +239,9 @@ steps:
source .buildkite/scripts/install_macos_tools.sh
cd x-pack/auditbeat
mage build unitTest
concurrency_group: "${CONCURRENCY_GROUP}"
concurrency: "${CONCURRENCY_COUNT}"
concurrency_method: "${CONCURRENCY_METHOD}"
retry:
automatic:
- limit: 3 # using higher retries for now due to lack of custom vm images and vendor instability
Expand All @@ -254,6 +262,9 @@ steps:
source .buildkite/scripts/install_macos_tools.sh
cd x-pack/auditbeat
mage build unitTest
concurrency_group: "${CONCURRENCY_GROUP}"
concurrency: "${CONCURRENCY_COUNT}"
concurrency_method: "${CONCURRENCY_METHOD}"
retry:
automatic:
- limit: 3 # using higher retries for now due to lack of custom vm images and vendor instability
Expand Down
11 changes: 11 additions & 0 deletions .buildkite/x-pack/pipeline.xpack.filebeat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ env:
RACE_DETECTOR: "true"
TEST_COVERAGE: "true"

# Concurrency definition
CONCURRENCY_GROUP: "orka-concurrency-group"
CONCURRENCY_COUNT: 10
CONCURRENCY_METHOD: eager

steps:
- group: "Check/Update"
key: "x-pack-filebeat-check-update"
Expand Down Expand Up @@ -269,6 +274,9 @@ steps:
source .buildkite/scripts/install_macos_tools.sh
cd x-pack/filebeat
mage build unitTest
concurrency_group: "${CONCURRENCY_GROUP}"
concurrency: "${CONCURRENCY_COUNT}"
concurrency_method: "${CONCURRENCY_METHOD}"
retry:
automatic:
- limit: 3 # using higher retries for now due to lack of custom vm images and vendor instability
Expand All @@ -289,6 +297,9 @@ steps:
source .buildkite/scripts/install_macos_tools.sh
cd x-pack/filebeat
mage build unitTest
concurrency_group: "${CONCURRENCY_GROUP}"
concurrency: "${CONCURRENCY_COUNT}"
concurrency_method: "${CONCURRENCY_METHOD}"
retry:
automatic:
- limit: 3 # using higher retries for now due to lack of custom vm images and vendor instability
Expand Down
11 changes: 11 additions & 0 deletions .buildkite/x-pack/pipeline.xpack.heartbeat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ env:
RACE_DETECTOR: "true"
TEST_COVERAGE: "true"

# Concurrency definition
CONCURRENCY_GROUP: "orka-concurrency-group"
CONCURRENCY_COUNT: 10
CONCURRENCY_METHOD: eager

steps:
- group: "Check/Update"
key: "x-pack-heartbeat-check-update"
Expand Down Expand Up @@ -244,6 +249,9 @@ steps:
installNodeJsDependencies
cd x-pack/heartbeat
mage build unitTest
concurrency_group: "${CONCURRENCY_GROUP}"
concurrency: "${CONCURRENCY_COUNT}"
concurrency_method: "${CONCURRENCY_METHOD}"
retry:
automatic:
- limit: 3 # using higher retries for now due to lack of custom vm images and vendor instability
Expand All @@ -265,6 +273,9 @@ steps:
installNodeJsDependencies
cd x-pack/heartbeat
mage build unitTest
concurrency_group: "${CONCURRENCY_GROUP}"
concurrency: "${CONCURRENCY_COUNT}"
concurrency_method: "${CONCURRENCY_METHOD}"
retry:
automatic:
- limit: 3 # using higher retries for now due to lack of custom vm images and vendor instability
Expand Down
11 changes: 11 additions & 0 deletions .buildkite/x-pack/pipeline.xpack.metricbeat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ env:
# Module tests
BEAT_PATH: "x-pack/metricbeat"

# Concurrency definition
CONCURRENCY_GROUP: "orka-concurrency-group"
CONCURRENCY_COUNT: 10
CONCURRENCY_METHOD: eager

steps:
- group: "Check/Update"
key: "x-pack-metricbeat-check-update"
Expand Down Expand Up @@ -254,6 +259,9 @@ steps:
set -euo pipefail
source .buildkite/scripts/install_macos_tools.sh
cd x-pack/metricbeat && mage build unitTest
concurrency_group: "${CONCURRENCY_GROUP}"
concurrency: "${CONCURRENCY_COUNT}"
concurrency_method: "${CONCURRENCY_METHOD}"
retry:
automatic:
- limit: 3 # using higher retries for now due to lack of custom vm images and vendor instability
Expand All @@ -275,6 +283,9 @@ steps:
set -euo pipefail
source .buildkite/scripts/install_macos_tools.sh
cd x-pack/metricbeat && mage build unitTest
concurrency_group: "${CONCURRENCY_GROUP}"
concurrency: "${CONCURRENCY_COUNT}"
concurrency_method: "${CONCURRENCY_METHOD}"
retry:
automatic:
- limit: 3 # using higher retries for now due to lack of custom vm images and vendor instability
Expand Down
11 changes: 11 additions & 0 deletions .buildkite/x-pack/pipeline.xpack.osquerybeat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ env:
RACE_DETECTOR: "true"
TEST_COVERAGE: "true"

# Concurrency definition
CONCURRENCY_GROUP: "orka-concurrency-group"
CONCURRENCY_COUNT: 10
CONCURRENCY_METHOD: eager

steps:
- group: "Check/Update"
key: "x-pack-osquerybeat-check-update"
Expand Down Expand Up @@ -225,6 +230,9 @@ steps:
set -euo pipefail
source .buildkite/scripts/install_macos_tools.sh
cd x-pack/osquerybeat && mage build unitTest
concurrency_group: "${CONCURRENCY_GROUP}"
concurrency: "${CONCURRENCY_COUNT}"
concurrency_method: "${CONCURRENCY_METHOD}"
retry:
automatic:
- limit: 3 # using higher retries for now due to lack of custom vm images and vendor instability
Expand All @@ -243,6 +251,9 @@ steps:
set -euo pipefail
source .buildkite/scripts/install_macos_tools.sh
cd x-pack/osquerybeat && mage build unitTest
concurrency_group: "${CONCURRENCY_GROUP}"
concurrency: "${CONCURRENCY_COUNT}"
concurrency_method: "${CONCURRENCY_METHOD}"
retry:
automatic:
- limit: 3 # using higher retries for now due to lack of custom vm images and vendor instability
Expand Down
11 changes: 11 additions & 0 deletions .buildkite/x-pack/pipeline.xpack.packetbeat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ env:
RACE_DETECTOR: "true"
TEST_COVERAGE: "true"

# Concurrency definition
CONCURRENCY_GROUP: "orka-concurrency-group"
CONCURRENCY_COUNT: 10
CONCURRENCY_METHOD: eager

steps:
- group: "Check/Update"
key: "x-pack-packetbeat-check-update"
Expand Down Expand Up @@ -315,6 +320,9 @@ steps:
source .buildkite/scripts/install_macos_tools.sh
cd x-pack/packetbeat
mage build unitTest
concurrency_group: "${CONCURRENCY_GROUP}"
concurrency: "${CONCURRENCY_COUNT}"
concurrency_method: "${CONCURRENCY_METHOD}"
retry:
automatic:
- limit: 3 # using higher retries for now due to lack of custom vm images and vendor instability
Expand All @@ -336,6 +344,9 @@ steps:
source .buildkite/scripts/install_macos_tools.sh
cd x-pack/packetbeat
mage build unitTest
concurrency_group: "${CONCURRENCY_GROUP}"
concurrency: "${CONCURRENCY_COUNT}"
concurrency_method: "${CONCURRENCY_METHOD}"
retry:
automatic:
- limit: 3 # using higher retries for now due to lack of custom vm images and vendor instability
Expand Down