Skip to content

Commit

Permalink
Fix: Allow deploy job for unmerged changes
Browse files Browse the repository at this point in the history
This will allow the deploy job to be used
as part of verification process before merge.

Issue: RELENG-5184
Change-Id: Ie7e06f7301e4f90ff8eb0b1c3dae6eb94d57dbb4
Signed-off-by: Vratko Polak <[email protected]>
  • Loading branch information
vrpolakatcisco committed Apr 3, 2024
1 parent a44469a commit 7637ce3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jjb/lf-ci-jobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -653,12 +653,12 @@
scm:
- lf-infra-gerrit-scm:
git-url: "{git-url}"
refspec: "refs/heads/{branch}"
refspec: "$GERRIT_REFSPEC"
branch: "{branch}"
submodule-recursive: true
submodule-timeout: "{submodule-timeout}"
submodule-disable: "{submodule-disable}"
choosing-strategy: default
choosing-strategy: gerrit
jenkins-ssh-credential: "{jenkins-ssh-credential}"

triggers:
Expand Down

0 comments on commit 7637ce3

Please sign in to comment.