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
zelinh
changed the title
Onboard incremental build from Python workflow to jenkins CI.
[Incremental build] Onboard incremental build from Python workflow to jenkins CI.
Dec 15, 2023
The onboarding process is completed and we have run several Jenkins jobs to make sure it's working properly. We will enable the incremental build as default later.
This is a sub-issue from #3922
Once we have completed the feature implementation for incremental build on Python workflow, we can onboard it to Jenkins workflow.
The python workflow assume we have
builds
folder inside the repository directory for the architecture type that we are incrementally building.For this issue, to onboard to Jenkins, in jenkins workflow, we have to fulfill these requirements:
builds
folder of previous build from CI S3 bucket.--incremental
in thedistribution-build
Jenkins jobs.Acceptance Critieria:
incremental
argument.incremental
parameter as true by default so it could significantly reduce build time.The text was updated successfully, but these errors were encountered: