Skip to content

Commit

Permalink
Disable 8.14 DRA on Jenkins (#39322)
Browse files Browse the repository at this point in the history
This commit is complementing PR #39321 and is needed to disable the
execution of 8.14 DRA packaging on Jenkins.
  • Loading branch information
dliappis committed Apr 30, 2024
1 parent 2fa1123 commit e2c652c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .ci/jobs/packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
discover-pr-forks-trust: 'permission'
discover-pr-origin: 'merge-current'
discover-tags: true
head-filter-regex: '(7\.1[6789]|8\.\d+|PR-.*|v\d+\.\d+\.\d+)'
head-filter-regex: '(7\.1[6789]|8\.13|PR-.*|v8\.13\.\d+)'
disable-pr-notifications: true
notification-context: 'beats-packaging'
repo: 'beats'
Expand All @@ -28,11 +28,11 @@
ignore-tags-older-than: -1
ignore-tags-newer-than: 30
- named-branches:
- regex-name:
regex: '7\.1[6789]'
- exact-name:
name: '8.13'
case-sensitive: true
- regex-name:
regex: '8\.\d+'
regex: '7\.1[6789]'
case-sensitive: true
- change-request:
ignore-target-only-changes: true
Expand Down

0 comments on commit e2c652c

Please sign in to comment.