jenkinsci / jenkinsci/gerrit-trigger-plugin
[JENKINS-37153] Parallel Job with same test case for different gerrit id for a same repo in Gerrit plugin
- Dominant language
- Java
- Stars
- 226
- Forks
- 289
- PR merge metrics
- No merged PRs in 30d
Description
Here is the requirement in details.
1. We have repo with source code Ex: Name repo_source
2. Wanted to run the compilation for each gerrit review once the review pushed to Gerrit.
3. Setup a JOB and pointed to Gerrit server to trigger the compilation
4. Now the job is triggred for review 1 and usually our build take 20 - 30 mins
5. now the next review from another user is in queue.
6. Is there a way to divert the second review to another parallel job which should get triggered and update the gerrit.?
If i setup the 2 job with the steps , it is triggering both and could not use path option as the changes are coming in the reviews with all the combinations.
---
Originally reported by
mvijayganesh, imported from: Parallel Job with same test case for different gerrit id for a same repo in Gerrit plugin
Raw content of original issue
Here is the requirement in details.
1. We have repo with source code Ex: Name repo_source
2. Wanted to run the compilation for each gerrit review once the review pushed to Gerrit.
3. Setup a JOB and pointed to Gerrit server to trigger the compilation
4. Now the job is triggred for review 1 and usually our build take 20 - 30 mins
5. now the next review from another user is in queue.
6. Is there a way to divert the second review to another parallel job which should get triggered and update the gerrit.?
If i setup the 2 job with the steps , it is triggering both and could not use path option as the changes are coming in the reviews with all the combinations.
- environment:
Linux RHEL 7.x Jenkins ver. 1.609.3
Contributor guide
Assessment
This issue has not been assessed yet.