-
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
Conversation
…s' into ls/task-4496-artifacts-for-builds
…s' into ls/task-4496-artifacts-for-builds
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.
On to image tag!
name: dpc-${{ matrix.repository }} | ||
path: ${{ runner.temp }}/dpc_${{ matrix.repository }}_latest.tar.gz | ||
|
||
docker_push_rails_apps: |
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
Switched to ready-for-review. It appears disk space limitations have been resolved in PLT-897. |
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.
Fine for WIP
🎫 Ticket
DPC-4496
🛠 Changes
ℹ️ Context
make ci-portals-v1
command🧪 Validation