Merged
Conversation
Contributor
|
Pinging @elastic/elastic-agent (Team:Elastic-Agent) |
Contributor
pchila
reviewed
Nov 14, 2023
Member
pchila
left a comment
There was a problem hiding this comment.
Migration of the step looks ok, however jenkins pipeline is now broken
https://fleet-ci.elastic.co/blue/organizations/jenkins/elastic-agent%2Felastic-agent-mbp/detail/PR-3759/2/pipeline/157/
I suspect that removing
setEnvVar('BEAT_VERSION', sh(label: 'Get beat version', script: 'make get-version', returnStdout: true)?.trim())
had some unforeseen side effects (or maybe there some other side effect of make check-ci that is now missing 🤔
Contributor
Author
|
@pchila We concluded that the package step is used by e2e tests that are deprecated. So we can remove it. |
alexsapran
reviewed
Nov 15, 2023
Contributor
Author
|
@pchila @ycombinator Could you please revisit this PR? |
pchila
approved these changes
Nov 16, 2023
Merged
mergify bot
pushed a commit
that referenced
this pull request
Nov 20, 2023
* Migrate check-ci step to buildkite * Remove check-ci stage form jenkinsfile * Migrate check-ci step to buildkite * Migrate check-ci step to buildkite * chmod check-ci.sh * Removed package step (cherry picked from commit 08c5150) # Conflicts: # .buildkite/pipeline.yml
|
SonarQube Quality Gate |
belimawr
pushed a commit
to belimawr/elastic-agent
that referenced
this pull request
Nov 28, 2023
…stic#3791) * Migrate check-ci step to buildkite (elastic#3759) * Migrate check-ci step to buildkite * Remove check-ci stage form jenkinsfile * Migrate check-ci step to buildkite * Migrate check-ci step to buildkite * chmod check-ci.sh * Removed package step (cherry picked from commit 08c5150) # Conflicts: # .buildkite/pipeline.yml * Merged with 8.11 --------- Co-authored-by: Pavel Zorin <pavel.zorin@elastic.co>
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.








What does this PR do?
Migrates
check cistep to buildkite