Skip to content

Commit

Permalink
Disable 7.17 DRA packaging from Jenkins (#39428) (#39432)
Browse files Browse the repository at this point in the history
This commit disables triggering DRA packaging builds for the 7.17 branch via Jenkins.

(cherry picked from commit f4a984d)

Co-authored-by: Dimitrios Liappis <dimitrios.liappis@gmail.com>
  • Loading branch information
mergify[bot] and dliappis committed May 7, 2024
1 parent 139306c commit 8acc4f7
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .ci/jobs/packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
discover-pr-forks-strategy: 'merge-current'
discover-pr-forks-trust: 'permission'
discover-pr-origin: 'merge-current'
discover-tags: true
head-filter-regex: '(7\.17|PR-.*)'
discover-tags: false
head-filter-regex: '(PR-.*)'
disable-pr-notifications: true
notification-context: 'beats-packaging'
repo: 'beats'
Expand All @@ -27,10 +27,6 @@
- tags:
ignore-tags-older-than: -1
ignore-tags-newer-than: 30
- named-branches:
- regex-name:
regex: '7\.17'
case-sensitive: true
- change-request:
ignore-target-only-changes: true
clean:
Expand Down

0 comments on commit 8acc4f7

Please sign in to comment.