jenkinsci / jenkinsci/gerrit-trigger-plugin

[JENKINS-37153] Parallel Job with same test case for different gerrit id for a same repo in Gerrit plugin

Open
#792 1 comment 0 reactions 0 assignees View on GitHub
component:gerrit-trigger-plugin component:obsolete-gerrit-plugin enhancement imported-jira-issue priority:critical resolution:unresolved
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


  • assignee: jyrkiput
  • status: Open
  • priority: Critical
  • component(s): gerrit-trigger-plugin, OBSOLETE-gerrit-plugin
  • resolution: Unresolved
  • votes: 0
  • watchers: 2
  • imported: 2025-12-06

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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.