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
When the build-trigger runs on a machine with multiple executors, it should share the git mirror.
e.g. the first job runs kci_build update_mirror with: --mirror=/work/kernel/jenkins/workspace/kernel-build-trigger/linux.git
and the second one uses: --mirror=/work/kernel/jenkins/workspace/kernel-build-trigger@2/linux.git
Which means we have multiple copies of the git mirror on the same host.
The text was updated successfully, but these errors were encountered:
When the build-trigger runs on a machine with multiple executors, it should share the git mirror.
e.g. the first job runs
kci_build update_mirror
with:--mirror=/work/kernel/jenkins/workspace/kernel-build-trigger/linux.git
and the second one uses:
--mirror=/work/kernel/jenkins/workspace/kernel-build-trigger@2/linux.git
Which means we have multiple copies of the git mirror on the same host.
The text was updated successfully, but these errors were encountered: