Skip to content
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

Reduce CI build time #1129

Open
chandrashekar-s opened this issue Jul 25, 2024 · 0 comments
Open

Reduce CI build time #1129

chandrashekar-s opened this issue Jul 25, 2024 · 0 comments
Labels
enhancement New feature or request P3:TBE An issue that is not evaluated and/or planned for implementation yet.

Comments

@chandrashekar-s
Copy link
Collaborator

There are few optimizations done as part of this PR, which has reduced the build time to 40 min from 1 hour. There is scope for more optimization as mentioned below.

  1. Currently we see that there are 2 parallel streams running for e2e test cases as implemented in this PR, this can be further increased by starting more source HAPI servers and running more parallel tests (this might need a higher configuration machine though).
  2. We build the application twice, once for creating a fat jar needed for building batch pipeline image and another time while creating the controller docker image, see if we can build once.
@bashir2 bashir2 added enhancement New feature or request P3:TBE An issue that is not evaluated and/or planned for implementation yet. labels Sep 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request P3:TBE An issue that is not evaluated and/or planned for implementation yet.
Projects
None yet
Development

No branches or pull requests

2 participants