packer cache support for the 7.x and 7.latestMinor branches#25091
Merged
v1v merged 5 commits intoelastic:masterfrom Apr 15, 2021
Merged
packer cache support for the 7.x and 7.latestMinor branches#25091v1v merged 5 commits intoelastic:masterfrom
v1v merged 5 commits intoelastic:masterfrom
Conversation
v1v
commented
Apr 14, 2021
Comment on lines
+15
to
+17
| function getBeatsVersion() { | ||
| grep 'defaultBeatVersion' libbeat/version/version.go | cut -d= -f2 | sed 's#"##g' | tr -d " " | ||
| } |
Member
Author
There was a problem hiding this comment.
There is a make get-version goal but it requires go and mage, so I didn't want to get crazy to prepare the environment and decided to use some bash commands instead
v1v
commented
Apr 14, 2021
Contributor
💚 Build Succeeded
Expand to view the summary
Build stats
Trends 🧪❕ Flaky test reportNo test was executed to be analysed. |
v1v
commented
Apr 14, 2021
v1v
commented
Apr 14, 2021
Member
Author
|
Tests |
v1v
commented
Apr 14, 2021
kuisathaverat
approved these changes
Apr 15, 2021
v1v
added a commit
to v1v/beats
that referenced
this pull request
Apr 15, 2021
* upstream/master: packer cache support for the 7.x and 7.latestMinor branches (elastic#25091) Remove EventFetcher and EventsFetcher interface (elastic#25093) Update go-structform to 0.0.8 (elastic#25051) Update copy_fields.asciidoc (elastic#25053) [elastic-agent] ensure container is backwards compatible (elastic#25092) Add --fleet-server-service-token. Rename --fleet-server to --fleet-server-es. (elastic#25083) Add cgroup.cpuacct percentages (elastic#25057) Add tests for truncated and symlinked files in filestream input (elastic#24425) Fix panic when Hearbeat monitor initialization fails twice (elastic#25073) [Filebeat][httpjson] Change append transform to initiate new fields as a slice (elastic#25074) Osquerybeat: Result values type translation (elastic#25012) Update Osquerybeat spec to get it downloading from the correct artifactory path (elastic#25076) Fix changelog (elastic#25079) Strip Azure EventHub connection string in debug logs (elastic#25066) Change googlecloud to gcp in field names (elastic#25038) Bump stack version to 7.12.0 for testing (elastic#24957) packer-cache: cache the existing docker images on ARM and some more (elastic#25068) Disable logstash TestFetch flaky test (elastic#25044)
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?
Refactor the packer-cache to support:
For such, it split the docker images in two different categories:
Why is it important?
Cache as much as possible.
Test
I validated the packer-cache.sh was triggered correctly on a build with the commit f1f5c27
https://beats-ci.elastic.co/blue/organizations/jenkins/Beats%2Fbeats%2FPR-25091/detail/PR-25091/3/pipeline/ is the one with the packer-cache.sh call, and the analysis was done in the comment -> #25091 (comment)