Skip to content

chore(ci): parallelize build#5313

Closed
cgoetz-inovex wants to merge 1 commit into
mainfrom
chore/NO-ISSUE-parallelize-build
Closed

chore(ci): parallelize build#5313
cgoetz-inovex wants to merge 1 commit into
mainfrom
chore/NO-ISSUE-parallelize-build

Conversation

@cgoetz-inovex

Copy link
Copy Markdown
Contributor
  • some targets in makefile first did sth. to core and then to each service
  • the work on the services can be done in parallel
  • create a target for core, use pattern rules to create targets for each service
  • change workflows to use makes -j for parallelism

Description

relates to #1234

Checklist

  • Issue was linked above
  • No generated code was adjusted manually (check comments in file header)
  • Changelogs and versioning
    • Changelog in root directory was adjusted (see here)
    • Changelog of the service(s) was adjusted (see e.g. here)
    • pyproject.toml of the service(s) was adjusted (see e.g. here)
  • Examples were added / adjusted (see examples/ directory)
  • Unit tests got implemented or updated
  • Unit tests are passing: make test (will be checked by CI)
  • No linter issues: make lint (will be checked by CI)

- some targets in makefile first did sth. to core and then to each service
- the work on the services can be done in parallel
- create a target for core, use pattern rules to create targets for each
  service
- change workflows to use makes `-j` for parallelism
@cgoetz-inovex cgoetz-inovex requested a review from a team as a code owner July 8, 2026 12:37
@cgoetz-inovex

Copy link
Copy Markdown
Contributor Author

ci perf gains nor really worth it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant