Skip to content

Commit

Permalink
ci: enable 7.17 branch (#29602)
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v authored Dec 28, 2021
1 parent 7c0428e commit ffbc6e6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .ci/schedule-daily.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ pipeline {
runBuild(quietPeriod: 2000, job: 'Beats/beats/8.0')
// This should be `current_7` bump.getCurrentMinorReleaseFor7 or
// `next_minor_7` bump.getNextMinorReleaseFor7
runBuild(quietPeriod: 4000, job: 'Beats/beats/7.16')
runBuild(quietPeriod: 4000, job: 'Beats/beats/7.17')
runBuild(quietPeriod: 6000, job: 'Beats/beats/7.16')
}
}
}
Expand Down
3 changes: 2 additions & 1 deletion .ci/schedule-weekly.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ pipeline {
runBuild(quietPeriod: 1000, job: 'Beats/beats/8.0')
// This should be `current_7` bump.getCurrentMinorReleaseFor7 or
// `next_minor_7` bump.getNextMinorReleaseFor7
runBuild(quietPeriod: 2000, job: 'Beats/beats/7.16')
runBuild(quietPeriod: 2000, job: 'Beats/beats/7.17')
runBuild(quietPeriod: 3000, job: 'Beats/beats/7.16')
}
}
}
Expand Down

0 comments on commit ffbc6e6

Please sign in to comment.