Skip to content

automation: unified pr-pipeline and release-pipeline#99

Merged
guyush1 merged 1 commit into
developfrom
unify-automation-pipelines
Jun 8, 2026
Merged

automation: unified pr-pipeline and release-pipeline#99
guyush1 merged 1 commit into
developfrom
unify-automation-pipelines

Conversation

@guyush1

@guyush1 guyush1 commented May 24, 2026

Copy link
Copy Markdown
Owner

This has the added benefit that the releases will use the build matrix, resulting in quicker releases.

@guyush1 guyush1 requested review from RoiKlevansky and roddyrap May 24, 2026 14:33
Comment thread .github/workflows/pipeline.yaml Outdated

- name: Build
run: make build-${{ matrix.architecture }}-${{ matrix.build_type }} -j$((`nproc`+1))
run: make build-${{ matrix.architecture }}-${{ matrix.build_type }} -j$(($(nproc)+1))

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't this be '-1'? nproc + 1 doesn't make sense

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah idk why it was +1, it was a rule i learned from someone a long time ago, but it is probably wrong. lets just do nproc...

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I agree. I learned -1 because you still want a free thread to do other things on your PC but this is an automation machine so you jut don't need it.

@guyush1 guyush1 force-pushed the testing-automation branch 4 times, most recently from f9c0a9d to d4789ac Compare June 8, 2026 10:02
This has the added benefit that the releases will use the build matrix,
resulting in quicker releases.
@guyush1 guyush1 force-pushed the unify-automation-pipelines branch from 2761ee3 to ec4b3df Compare June 8, 2026 17:25
@guyush1 guyush1 changed the base branch from testing-automation to develop June 8, 2026 17:25
@guyush1 guyush1 merged commit 253a7f1 into develop Jun 8, 2026
12 checks passed
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.

2 participants