https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39877 --- Comment #67 from Kyle M Hall (khall) <kyle@bywatersolutions.com> ---
Discussion for QA: How should we handle concurrency? It's crucial to prevent multiple tests from pushing simultaneously. To minimize the risk of the repository becoming outdated, we might need to perform a pull right before each push. Is that enough? Keep in mind that only one job will be run at the same time (Koha_Main). Maybe later we will also use it for stable branches.
Should each running specify a name, and maybe a branch? So koha-ci-results/perltidy would be koha-ci-results/$branch/$runner/perltidy/$rev Branch knowability would be a possible issue, `git branch -vv` lists the tracked branch iirc. -- You are receiving this mail because: You are watching all bug changes.