https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39877 --- Comment #23 from Victor Grousset/tuxayo <victor@tuxayo.net> --- (In reply to Jonathan Druart from comment #5)
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).
Looks good to me. If some mess occasionally comes up, someone will just need to manually commit changes to add some files that might not have been added to the list of files to recheck. Is that all? Or just rerun locally and that's it without bothering with the repo.
Maybe later we will also use it for stable branches.
Which could have their own branch in koha-ci-results right? So it shouldn't cause race conditions. -- You are receiving this mail because: You are watching all bug changes.