-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
replace default images #38583
replace default images #38583
Conversation
This pull request doesn't have a |
Signed-off-by: Alexandros Sapranidis <[email protected]>
Signed-off-by: Alexandros Sapranidis <[email protected]>
GITHUB_TOKEN_VAULT_PATH="kv/ci-shared/platform-ingest/github_token" | ||
|
||
if [[ "$BUILDKITE_PIPELINE_SLUG" == "beats" || "$BUILDKITE_PIPELINE_SLUG" == "filebeat" || "$BUILDKITE_PIPELINE_SLUG" == "auditbeat" || "$BUILDKITE_PIPELINE_SLUG" == "heartbeat" || "$BUILDKITE_PIPELINE_SLUG" == "deploy-k8s" ]]; then | ||
source .buildkite/env-scripts/env.sh | ||
if [[ -z "${GO_VERSION-""}" ]]; 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.
Why do we need to do this now? This is handled inside the VM image.
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.
How are we adding this file? Didn't Filebeat already exist?
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.
there is the problem of conflict-solving after yesterday's merge.
LGTM. |
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.
Overall, it looks good to me +1. I only noticed one Windows step that had the wrong command.
I synced with @pazone to investigate the package step. If there is an issue with that step, I would like to address it before landing this massive PR.
@pazone, please approve it once you know so we can merge it.
Looks like the package steps can be removed for PRs. |
@sharbuz has changed the packaging script to |
* replace default images -------------------------- Signed-off-by: Alexandros Sapranidis <[email protected]> Co-authored-by: Alexandros Sapranidis <[email protected]> (cherry picked from commit 80dab50) # Conflicts: # .buildkite/auditbeat/auditbeat-pipeline.yml # .buildkite/filebeat/filebeat-pipeline.yml # .buildkite/heartbeat/heartbeat-pipeline.yml # .buildkite/hooks/pre-command # .buildkite/scripts/generate_auditbeat_pipeline.sh # .buildkite/scripts/generate_filebeat_pipeline.sh # .buildkite/scripts/packaging/package-step.sh # .buildkite/scripts/setenv.sh
* replace default images -------------------------- Signed-off-by: Alexandros Sapranidis <[email protected]> Co-authored-by: Alexandros Sapranidis <[email protected]> (cherry picked from commit 80dab50) # Conflicts: # .buildkite/auditbeat/auditbeat-pipeline.yml # .buildkite/filebeat/filebeat-pipeline.yml # .buildkite/filebeat/scripts/package-step.sh # .buildkite/heartbeat/heartbeat-pipeline.yml # .buildkite/hooks/pre-command # .buildkite/scripts/common.sh # .buildkite/scripts/setenv.sh
* replace default images -------------------------- Signed-off-by: Alexandros Sapranidis <[email protected]> Co-authored-by: Alexandros Sapranidis <[email protected]> (cherry picked from commit 80dab50) # Conflicts: # .buildkite/auditbeat/auditbeat-pipeline.yml # .buildkite/filebeat/filebeat-pipeline.yml # .buildkite/heartbeat/heartbeat-pipeline.yml # .buildkite/hooks/pre-command # .buildkite/scripts/generate_auditbeat_pipeline.sh # .buildkite/scripts/generate_filebeat_pipeline.sh # .buildkite/scripts/setenv.sh
* replace default images -------------------------- Signed-off-by: Alexandros Sapranidis <[email protected]> Co-authored-by: Alexandros Sapranidis <[email protected]>
* replace default images (#38583) * replace default images -------------------------- Signed-off-by: Alexandros Sapranidis <[email protected]> Co-authored-by: Alexandros Sapranidis <[email protected]> (cherry picked from commit 80dab50) # Conflicts: # .buildkite/auditbeat/auditbeat-pipeline.yml # .buildkite/filebeat/filebeat-pipeline.yml # .buildkite/filebeat/scripts/package-step.sh # .buildkite/heartbeat/heartbeat-pipeline.yml # .buildkite/hooks/pre-command # .buildkite/scripts/common.sh # .buildkite/scripts/setenv.sh * Update auditbeat-pipeline.yml * Update filebeat-pipeline.yml * Update package-step.sh * Update package-step.sh * Update heartbeat-pipeline.yml * Update pre-command * Update pre-command * Update pre-command * resolve conflicts * Update common.sh * Update setenv.sh * Update pre-command --------- Co-authored-by: Siarhei Harbuz <[email protected]> Co-authored-by: Siarhei Harbuz <[email protected]>
* replace default images (#38583) * replace default images -------------------------- Signed-off-by: Alexandros Sapranidis <[email protected]> Co-authored-by: Alexandros Sapranidis <[email protected]> (cherry picked from commit 80dab50) # Conflicts: # .buildkite/auditbeat/auditbeat-pipeline.yml # .buildkite/filebeat/filebeat-pipeline.yml # .buildkite/heartbeat/heartbeat-pipeline.yml # .buildkite/hooks/pre-command # .buildkite/scripts/generate_auditbeat_pipeline.sh # .buildkite/scripts/generate_filebeat_pipeline.sh # .buildkite/scripts/setenv.sh * Update auditbeat-pipeline.yml * Update filebeat-pipeline.yml * Update heartbeat-pipeline.yml * Update pre-command * Update generate_auditbeat_pipeline.sh * Update generate_filebeat_pipeline.sh * Update setenv.sh --------- Co-authored-by: Siarhei Harbuz <[email protected]> Co-authored-by: Siarhei Harbuz <[email protected]>
What is the problem this PR solves?
Jenkins->Buildkite pipelines migration
Replace default images by our own images
Example of the pipelines:
Examples of the affected pipelines:
Related issues
https://github.com/elastic/ingest-dev/issues/1693