You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, when creating downstream project with cache, after resolving all Manual Actions, we will need to build without cache one more time to make sure the -spark-worker-docker modules' target are built with correct files because for each build, the target folder will be removed for the maven clean phase but the executions that copy over artifacts/resources don't run with cache anymore since there is no change in the module. Thus, we need to build without cache once last time before project is ready for deployment. The same issue happens when we make changes so we need to rebuild the project without cache. This will slow down our turnaround time.
This ticket is to address that issue and also, enable docker build in the maven build.
DOD (Draft)
Acceptance criteria required to realize the requested feature
Fix the docker module incorrect built target issue
Enable build cache for deployment
Enable docker image build for ArgoCD
Remove the Manual Action for the docker_build() and local_resource() in the Tiltfile?
Enable Habushu mono repo for downstream project?
Habushu for multiple repo?
Test Strategy/Script
How will this feature be verified?
References/Additional Context
A clear and concise description of any alternative solutions or features you've considered.
Add any other context, links, or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
Description
Currently, when creating downstream project with cache, after resolving all Manual Actions, we will need to build without cache one more time to make sure the
-spark-worker-docker
modules' target are built with correct files because for each build, the target folder will be removed for the maven clean phase but the executions that copy over artifacts/resources don't run with cache anymore since there is no change in the module. Thus, we need to build without cache once last time before project is ready for deployment. The same issue happens when we make changes so we need to rebuild the project without cache. This will slow down our turnaround time.This ticket is to address that issue and also, enable docker build in the maven build.
DOD (Draft)
Acceptance criteria required to realize the requested feature
Test Strategy/Script
How will this feature be verified?
References/Additional Context
A clear and concise description of any alternative solutions or features you've considered.
Add any other context, links, or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: