Skip to content

Commit

Permalink
Disable 8.x DRA packaging from Jenkins (elastic#39387) (elastic#39394)
Browse files Browse the repository at this point in the history
This commit disables triggering DRA packaging builds for the 8.x branch
via Jenkins.

Relates: https://github.com/elastic/ingest-dev/issues/3095

---------

(cherry picked from commit b21348a)

Co-authored-by: Dimitrios Liappis <dimitrios.liappis@gmail.com>
Co-authored-by: Victor Martinez <victormartinezrubio@gmail.com>
  • Loading branch information
3 people committed May 3, 2024
1 parent 695f1f3 commit 915b1ee
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 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\.13|PR-.*|v8\.13\.\d+)'
head-filter-regex: '(7\.17|PR-.*)'
disable-pr-notifications: true
notification-context: 'beats-packaging'
repo: 'beats'
Expand All @@ -28,11 +28,8 @@
ignore-tags-older-than: -1
ignore-tags-newer-than: 30
- named-branches:
- exact-name:
name: '8.13'
case-sensitive: true
- regex-name:
regex: '7\.1[6789]'
regex: '7\.17'
case-sensitive: true
- change-request:
ignore-target-only-changes: true
Expand Down

0 comments on commit 915b1ee

Please sign in to comment.