-
Notifications
You must be signed in to change notification settings - Fork 13
[8.17] Backport of #190, dynamic CI pr/build/e2e jobs for target branch. #201
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
Conversation
…ic#190) * Sync up with ES main that PipelineConfiguration class getConfigAsMap() method renamed to getConfig(). * Request modifiable donfig when creating a pipeline.
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.
I dont think this refactor is going into 8 series of elasticsearch? https://github.com/elastic/elasticsearch/pull/117038/files#diff-8453c77b7623b8913c31d5299ce86fce8b850e0414d64b317ee8e80e62f1cd29
gradle.properties
Outdated
@@ -1,2 +1,2 @@ | |||
LOGSTASH_PATH=../../logstash | |||
ELASTICSEARCH_TREEISH=8.16 | |||
ELASTICSEARCH_TREEISH=8.x |
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.
ELASTICSEARCH_TREEISH=8.x | |
ELASTICSEARCH_TREEISH=8.17 |
@@ -1,15 +1 @@ | |||
if [ -z "$ELASTICSEARCH_TREEISH" ]; then |
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.
We don't need to touch es-treeish as we utilize from gradle.properties
, similarly no need to set target branch env var as this script target branches itself.
f3f1ca5
to
6261c6a
Compare
PipelineConfiguration
class changes. (#190)I was looking at the wrong branch in ES
- print target branch for debugging purpose - add return type `None` to void method. Co-authored-by: Cas Donoghue <[email protected]>
💔 Build Failed
Failed CI StepsHistory
|
Description
Backport of #190 into 8.17
Cherry pick details
Sync up with ES main that PipelineConfiguration class getConfigAsMap() method renamed to getConfig().
Request modifiable donfig when creating a pipeline.
Thanks for contributing to Logstash! If you haven't already signed our CLA, here's a handy link: https://www.elastic.co/contributor-agreement/