Skip to content

Commit

Permalink
[8.13](backport #39387) Disable 8.x DRA packaging from Jenkins (#39393)
Browse files Browse the repository at this point in the history
* Disable 8.x DRA packaging from Jenkins (#39387)

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 authored May 3, 2024
1 parent 52436d5 commit 144f56e
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 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: '(main|7\.1[6789]|8\.\d+|PR-.*|v\d+\.\d+\.\d+)'
head-filter-regex: '(7\.17|PR-.*)'
disable-pr-notifications: true
notification-context: 'beats-packaging'
repo: 'beats'
Expand All @@ -28,14 +28,8 @@
ignore-tags-older-than: -1
ignore-tags-newer-than: 30
- named-branches:
- exact-name:
name: 'main'
case-sensitive: true
- regex-name:
regex: '7\.1[6789]'
case-sensitive: true
- regex-name:
regex: '8\.\d+'
regex: '7\.17'
case-sensitive: true
- change-request:
ignore-target-only-changes: true
Expand Down

0 comments on commit 144f56e

Please sign in to comment.