Skip to content
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

[8.15] Add Independent Agent alternate upload step in pipeline (#287) #288

Merged
merged 2 commits into from
Jul 15, 2024

Conversation

dwhyrock
Copy link
Collaborator

Backport of #287

This PR adds an alternate step in the elastic-stack-installers that the Independent Agent Release will use in order to get only the Elastic Agent windows installer (.msi) built.

The new pipeline step uses a new script that does the following:

  • Retrieve the MSI artifacts from the Build step
  • Moves the MSI artifacts to a new directory
  • Creates a .sha512 file for the MSI file
  • Saves the MSI and .sha512 artifacts using Buildkite's built-in upload functionality
  • Sets metadata in the calling pipeline if the TRIGGER_JOB_ID is set
    • The calling pipeline will then use this metadata to download the saved artifacts

* Add Independent Agent alternate upload step in pipeline

* empty commit to trigger CI
@dwhyrock dwhyrock added the backport used for backport PRs label Jul 12, 2024
@dwhyrock dwhyrock requested review from a team as code owners July 12, 2024 17:08
Copy link
Contributor

@dliappis dliappis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@dwhyrock dwhyrock enabled auto-merge (squash) July 15, 2024 11:46
@dliappis dliappis disabled auto-merge July 15, 2024 13:11
@dliappis dliappis merged commit f296e96 into 8.15 Jul 15, 2024
2 of 3 checks passed
@dliappis dliappis deleted the ind-agent-new-upload-pipeline-8.15 branch July 15, 2024 13:11
@dliappis
Copy link
Contributor

Merged, bypassing checks due to #277

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport used for backport PRs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants