-
Notifications
You must be signed in to change notification settings - Fork 17
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
[DPC-4496] use upload/download artifacts for rails docker builds #2429
Merged
Merged
Changes from all commits
Commits
Show all changes
53 commits
Select commit
Hold shift + click to select a range
f7410e1
submit new job to build java apps and push to ecr
lukey-luke 960c083
push trigger to manually verify job
lukey-luke a0a17e2
ls to check why cleanup script is failing
lukey-luke 214f2f3
remove calls to cleanup script due to rate limiting
lukey-luke f0b8615
use upload artifacts instead
lukey-luke 1101685
fix env vars
lukey-luke b12b60d
fix path for artifact
lukey-luke ecb59ed
try including runner.temp for gzip filepath??
lukey-luke 041c462
fix tar name
lukey-luke 94f8120
manually write out repo name
lukey-luke a9a10a7
write it out manual for upload too??
lukey-luke ff3f99d
push trigger to manually verify job
lukey-luke 37e50a6
use upload artifacts instead
lukey-luke 22c73cb
fix env vars
lukey-luke d6f244b
fix path for artifact
lukey-luke 76d9679
try including runner.temp for gzip filepath??
lukey-luke de17f64
fix tar name
lukey-luke 93e5f73
manually write out repo name
lukey-luke 4a24853
write it out manual for upload too??
lukey-luke b0e7068
Merge remote-tracking branch 'origin/ls/task-4496-artifacts-for-build…
lukey-luke 3bf563a
fix tar path for docker load
lukey-luke 3f9c0d3
create a matrix in order to have reusable GHA code across portals
lukey-luke abd2a4e
create a temporary hardcoded tag while investigating disk usage
lukey-luke bbbdf53
additional commands to investigate disk usage
lukey-luke e4cbe5c
clean up branch
lukey-luke 9b684bc
push trigger to manually verify job
lukey-luke 8bb7255
use upload artifacts instead
lukey-luke 2b76c97
fix env vars
lukey-luke d70bb9c
fix path for artifact
lukey-luke a0de5f3
try including runner.temp for gzip filepath??
lukey-luke 2366322
fix tar name
lukey-luke 7496852
manually write out repo name
lukey-luke 1fe0a32
write it out manual for upload too??
lukey-luke c602dba
submit new job to build java apps and push to ecr
lukey-luke 6d5357c
ls to check why cleanup script is failing
lukey-luke d178ca8
remove calls to cleanup script due to rate limiting
lukey-luke 3f40205
use upload artifacts instead
lukey-luke bba8bff
fix env vars
lukey-luke 2535639
fix path for artifact
lukey-luke 27be142
try including runner.temp for gzip filepath??
lukey-luke ba1f01c
fix tar name
lukey-luke b3511eb
manually write out repo name
lukey-luke 1c5663e
write it out manual for upload too??
lukey-luke 1ec282f
fix tar path for docker load
lukey-luke d2c643a
create a matrix in order to have reusable GHA code across portals
lukey-luke 2076fd7
create a temporary hardcoded tag while investigating disk usage
lukey-luke f74b604
additional commands to investigate disk usage
lukey-luke 6248f7b
clean up branch
lukey-luke 79d611a
Merge remote-tracking branch 'origin/ls/task-4496-artifacts-for-build…
lukey-luke f1ba69e
pull in java changes from main
lukey-luke be5630c
update make command
lukey-luke ca27eef
rename occurrences of repository w/ ecr_repository to be more explicit
lukey-luke 91b03e1
set retention period for artifacts
lukey-luke File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
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.
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.
Shouldn't all apps be pushed together?
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.
Yeah, breaking up the java build to use upload/download artifacts and then having a single job waiting for all should achieve this. I'll work on a follow-up PR for this