Skip to content

Commit b0629e5

Browse files
committed
DAOS-15084 pipeline: check more commits for base branch
Then allow build PR with longer merge histroy. Signed-off-by: Fan Yong <[email protected]>
1 parent 0dba19c commit b0629e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vars/distroVersion.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ String call(String distro) {
2525
// find the base branch
2626
branch = sh(label: 'Find base branch',
2727
script: '''set -eux -o pipefail
28-
max_commits=200
28+
max_commits=300
2929
base_branch_re='^ origin/(master|release/)'
3030
n=0
3131
while [ "$n" -lt "$max_commits" ]; do

0 commit comments

Comments
 (0)