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

[artifacts] Publish #129499

Merged
merged 33 commits into from
Apr 13, 2022
Merged

[artifacts] Publish #129499

merged 33 commits into from
Apr 13, 2022

Conversation

jbudz
Copy link
Member

@jbudz jbudz commented Apr 5, 2022

This adds a publish step to the artifacts pipeline, which uses the
release-manager CLI to upload a list Kibana artifacts.

@jbudz jbudz added the skip-ci label Apr 5, 2022
@jbudz
Copy link
Member Author

jbudz commented Apr 5, 2022

@elasticmachine merge upstream

@jbudz jbudz added Team:Operations Team label for Operations Team v8.2.0 v8.3.0 v7.17.3 release_note:skip Skip the PR/issue when compiling release notes auto-backport Deprecated - use backport:version if exact versions are needed labels Apr 5, 2022
This adds the publish step to the release pipeline, which uses the
release-manager CLI to upload a list Kibana artifacts.
@jbudz jbudz force-pushed the artifacts/release branch from 920b53e to 7a26474 Compare April 5, 2022 19:23
@jbudz
Copy link
Member Author

jbudz commented Apr 11, 2022

@jbudz jbudz marked this pull request as ready for review April 11, 2022 20:04
@jbudz jbudz requested a review from a team as a code owner April 11, 2022 20:04
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-operations (Team:Operations)

echo "--- Build dependencies report"
node scripts/licenses_csv_report "--csv=target/dependencies-$VERSION.csv"

# Release verification
Copy link
Member Author

Choose a reason for hiding this comment

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

Revisiting this in #129650. It was breaking staging builds as is.

@jbudz jbudz removed the skip-ci label Apr 12, 2022
@kibana-ci
Copy link
Collaborator

💚 Build Succeeded

Metrics [docs]

✅ unchanged

History

  • 💚 Build #36229 succeeded c2c14c168e19cbc75bc833a1b51327776fba41a2

To update your PR or re-run it, just comment with:
@elasticmachine merge upstream

@jbudz jbudz merged commit ab1bec3 into main Apr 13, 2022
@jbudz jbudz deleted the artifacts/release branch April 13, 2022 18:06
kibanamachine pushed a commit that referenced this pull request Apr 13, 2022
* [artifacts] Publish release artifacts

This adds the publish step to the release pipeline, which uses the
release-manager CLI to upload a list Kibana artifacts.

* cleanup

* add missing artifacts

* enable rm

* fix syntax

* fix artifact

* source utils

* fix path

* fix version

* skip steps

* re-add pipeline steps

* set permissions

* Update .buildkite/scripts/steps/artifacts/publish.sh

Co-authored-by: Chris <[email protected]>

* Revert "Update .buildkite/scripts/steps/artifacts/publish.sh"

This reverts commit a6228f5.

* export

* support version qualifier

* setup env

* cleanup

* consistency

* \n

* comment

* unneccessary fallback

* +x

* hoist env args

* source

* link to artifacts

* fix artifacts summary

* relax docker glob

* \n

* fix summary

* fix variable

Co-authored-by: Chris <[email protected]>
(cherry picked from commit ab1bec3)
@kibanamachine
Copy link
Contributor

💔 Some backports could not be created

Status Branch Result
8.2
7.17 Backport failed because of merge conflicts

You might need to backport the following PRs to 7.17:
- [artifacts] Merge package testing with release artifacts (#129378)
- [ci] Enable cross compiled docker images (#128430)

Manual backport

To create the backport manually run:

node scripts/backport --pr 129499

Note: Successful backport PRs will be merged automatically after passing CI.

Questions ?

Please refer to the Backport tool documentation

jbudz added a commit that referenced this pull request Apr 13, 2022
* [artifacts] Publish release artifacts

This adds the publish step to the release pipeline, which uses the
release-manager CLI to upload a list Kibana artifacts.

* cleanup

* add missing artifacts

* enable rm

* fix syntax

* fix artifact

* source utils

* fix path

* fix version

* skip steps

* re-add pipeline steps

* set permissions

* Update .buildkite/scripts/steps/artifacts/publish.sh

Co-authored-by: Chris <[email protected]>

* Revert "Update .buildkite/scripts/steps/artifacts/publish.sh"

This reverts commit a6228f5.

* export

* support version qualifier

* setup env

* cleanup

* consistency

* \n

* comment

* unneccessary fallback

* +x

* hoist env args

* source

* link to artifacts

* fix artifacts summary

* relax docker glob

* \n

* fix summary

* fix variable

Co-authored-by: Chris <[email protected]>
kibanamachine added a commit that referenced this pull request Apr 13, 2022
* [artifacts] Publish release artifacts

This adds the publish step to the release pipeline, which uses the
release-manager CLI to upload a list Kibana artifacts.

* cleanup

* add missing artifacts

* enable rm

* fix syntax

* fix artifact

* source utils

* fix path

* fix version

* skip steps

* re-add pipeline steps

* set permissions

* Update .buildkite/scripts/steps/artifacts/publish.sh

Co-authored-by: Chris <[email protected]>

* Revert "Update .buildkite/scripts/steps/artifacts/publish.sh"

This reverts commit a6228f5.

* export

* support version qualifier

* setup env

* cleanup

* consistency

* \n

* comment

* unneccessary fallback

* +x

* hoist env args

* source

* link to artifacts

* fix artifacts summary

* relax docker glob

* \n

* fix summary

* fix variable

Co-authored-by: Chris <[email protected]>
(cherry picked from commit ab1bec3)

Co-authored-by: Jonathan Budzenski <[email protected]>
jbudz added a commit that referenced this pull request Apr 13, 2022
* [artifacts] Publish (#129499)

* [artifacts] Publish release artifacts

This adds the publish step to the release pipeline, which uses the
release-manager CLI to upload a list Kibana artifacts.

* cleanup

* add missing artifacts

* enable rm

* fix syntax

* fix artifact

* source utils

* fix path

* fix version

* skip steps

* re-add pipeline steps

* set permissions

* Update .buildkite/scripts/steps/artifacts/publish.sh

Co-authored-by: Chris <[email protected]>

* Revert "Update .buildkite/scripts/steps/artifacts/publish.sh"

This reverts commit a6228f5.

* export

* support version qualifier

* setup env

* cleanup

* consistency

* \n

* comment

* unneccessary fallback

* +x

* hoist env args

* source

* link to artifacts

* fix artifacts summary

* relax docker glob

* \n

* fix summary

* fix variable

Co-authored-by: Chris <[email protected]>

* backport docker env variables

Co-authored-by: Chris <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto-backport Deprecated - use backport:version if exact versions are needed release_note:skip Skip the PR/issue when compiling release notes Team:Operations Team label for Operations Team v7.17.3 v8.2.0 v8.3.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants