[CI] Enable wolfi images in CI except weekly builds#10969
Merged
mrodm merged 3 commits intoelastic:mainfrom Sep 5, 2024
Merged
[CI] Enable wolfi images in CI except weekly builds#10969mrodm merged 3 commits intoelastic:mainfrom
mrodm merged 3 commits intoelastic:mainfrom
Conversation
🚀 Benchmarks reportPackage
|
| Data stream | Previous EPS | New EPS | Diff (%) | Result |
|---|---|---|---|---|
connection_pool |
6134.97 | 3816.79 | -2318.18 (-37.79%) | 💔 |
request |
40000 | 27777.78 | -12222.22 (-30.56%) | 💔 |
thread_pool |
10416.67 | 7407.41 | -3009.26 (-28.89%) | 💔 |
Package iptables 👍(0) 💚(0) 💔(1)
Expand to view
| Data stream | Previous EPS | New EPS | Diff (%) | Result |
|---|---|---|---|---|
log |
12345.68 | 10101.01 | -2244.67 (-18.18%) | 💔 |
Package stan 👍(0) 💚(0) 💔(1)
Expand to view
| Data stream | Previous EPS | New EPS | Diff (%) | Result |
|---|---|---|---|---|
log |
13157.89 | 10869.57 | -2288.32 (-17.39%) | 💔 |
Package system_audit 👍(0) 💚(0) 💔(1)
Expand to view
| Data stream | Previous EPS | New EPS | Diff (%) | Result |
|---|---|---|---|---|
package |
55555.56 | 41666.67 | -13888.89 (-25%) | 💔 |
Package ti_abusech 👍(0) 💚(0) 💔(4)
Expand to view
| Data stream | Previous EPS | New EPS | Diff (%) | Result |
|---|---|---|---|---|
malware |
4484.3 | 2976.19 | -1508.11 (-33.63%) | 💔 |
malwarebazaar |
3597.12 | 2717.39 | -879.73 (-24.46%) | 💔 |
threatfox |
4761.9 | 3663 | -1098.9 (-23.08%) | 💔 |
url |
5524.86 | 3861 | -1663.86 (-30.12%) | 💔 |
Package ti_eset 👍(0) 💚(5) 💔(2)
Expand to view
| Data stream | Previous EPS | New EPS | Diff (%) | Result |
|---|---|---|---|---|
botnet |
7462.69 | 4950.5 | -2512.19 (-33.66%) | 💔 |
cc |
11494.25 | 6250 | -5244.25 (-45.62%) | 💔 |
Package ti_misp 👍(1) 💚(0) 💔(1)
Expand to view
| Data stream | Previous EPS | New EPS | Diff (%) | Result |
|---|---|---|---|---|
threat_attributes |
3584.23 | 2512.56 | -1071.67 (-29.9%) | 💔 |
Package ti_otx 👍(1) 💚(0) 💔(1)
Expand to view
| Data stream | Previous EPS | New EPS | Diff (%) | Result |
|---|---|---|---|---|
pulses_subscribed |
2770.08 | 2197.8 | -572.28 (-20.66%) | 💔 |
Package ti_rapid7_threat_command 👍(0) 💚(0) 💔(3)
Expand to view
| Data stream | Previous EPS | New EPS | Diff (%) | Result |
|---|---|---|---|---|
alert |
3401.36 | 1879.7 | -1521.66 (-44.74%) | 💔 |
ioc |
2551.02 | 2040.82 | -510.2 (-20%) | 💔 |
vulnerability |
4739.34 | 3649.64 | -1089.7 (-22.99%) | 💔 |
To see the full report comment with /test benchmark fullreport
jsoriano
approved these changes
Sep 3, 2024
1 task
jsoriano
approved these changes
Sep 4, 2024
7 tasks
💔 Build Failed
Failed CI StepsHistory
cc @mrodm |
|
harnish-crest-data
pushed a commit
to chavdaharnish/integrations
that referenced
this pull request
Feb 4, 2025
Enable running system tests using Elastic agents based on Wolfi images in CI pipelines except for weekly builds
harnish-crest-data
pushed a commit
to chavdaharnish/integrations
that referenced
this pull request
Feb 5, 2025
Enable running system tests using Elastic agents based on Wolfi images in CI pipelines except for weekly builds
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.





Proposed commit message
Enable Elastic Agent wolfi images for CI pipelines (PRs and daily jobs) except for weekly job.
Weekly pipeline:
integrations/.buildkite/pipeline.schedule-weekly.yml
Line 26 in d5f7252
Integrations serverless job would run also these wolfi docker images, but currently system tests are not executed in those builds:
integrations/.buildkite/scripts/common.sh
Lines 806 to 827 in d5f7252
Author's Checklist
Related issues