-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Backport 8.x] benchmark script #17283
Conversation
…rsions (elastic#16421) - add becnhmark dashboard and related save objects - add one buildkite pipeline to test against multiple versions - remove null field in json - add `FLOG_FILE_CNT`, `VAULT_PATH`, `TAGS`
- split main.sh to core.sh and main.sh - rename all.sh to marathon.sh - fix vault expiry issue for long running task - fix unable to call main function - update save object runtime field `release` to return true when `version` contains "SNAPSHOT"
- add instruction to run benchmark in v8 with `xpack.monitoring.allow_legacy_collection` - remove scripted field 5m_num from dashboards
migrate benchmark to the new artifacts-api
Introduce a new flag to explicitly permit legacy monitoring (elastic#16586)
@@ -3,6 +3,7 @@ pipeline.workers: ${WORKER} | |||
pipeline.batch.size: ${BATCH_SIZE} | |||
queue.type: ${QTYPE} | |||
|
|||
xpack.monitoring.allow_legacy_collection: true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is the unclean backport of #16586
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Note that this PR doesn't have any functionality effect.
I understand that in 8.x (or other branches) may contain unnecessary/confusing codes/endpoints (for example artifact API), so this backport doesn't hurt. The only thing I would ask is not to change catalog-info.yaml to keep CIs safe with CI build systems.
|
💚 Build Succeeded
History
|
A couple of benchmark script PRs didn't backport to 8.x
This commit cherry-pick the missing PRs to one
[CI] benchmark uses the new artifacts-api (#17224)
[CI] benchmark readme (#16783)
Introduce a new flag to explicitly permit legacy monitoring (#16586) (Only take the benchmark script)
[ci] fix wrong queue type in benchmark marathon (#16465)
[CI] fix benchmark marathon (#16447)
[CI] benchmark dashboard and pipeline for testing against multiple versions (#16421)