Skip to content

Commit

Permalink
[CI] Change x-pack/auditbeat build events (comments, labels) (#21463)
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v authored Oct 2, 2020
1 parent 01dfa5e commit 35a76df
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions x-pack/auditbeat/Jenkinsfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ when:
- "@ci" ## special token regarding the changeset for the ci
- "@xpack" ## special token regarding the changeset for the xpack
comments: ## when PR comment contains any of those entries
- "/test auditbeat"
- "/test x-pack/auditbeat"
labels: ## when PR labels matches any of those entries
- "auditbeat"
- "x-pack-auditbeat"
parameters: ## when parameter was selected in the UI.
- "auditbeat"
- "x-pack-auditbeat"
tags: true ## for all the tags
platform: "linux && ubuntu-18" ## default label for all the stages
stages:
Expand All @@ -22,7 +22,7 @@ stages:
- "macosx"
when: ## Override the top-level when.
comments:
- "/test auditbeat for macos"
- "/test x-pack/auditbeat for macos"
labels:
- "macOS"
parameters:
Expand Down
8 changes: 4 additions & 4 deletions x-pack/packetbeat/Jenkinsfile.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
when:
branches: true ## for all the branches
changeset: ## when PR contains any of those entries in the changeset
- "^x-pack/winlogbeat/.*"
- "^x-pack/packetbeat/.*"
- "@ci" ## special token regarding the changeset for the ci
- "@xpack" ## special token regarding the changeset for the xpack
comments: ## when PR comment contains any of those entries
- "/test x-pack/winlogbeat"
- "/test x-pack/packetbeat"
labels: ## when PR labels matches any of those entries
- "x-pack-winlogbeat"
- "x-pack-packetbeat"
parameters: ## when parameter was selected in the UI.
- "x-pack-winlogbeat"
- "x-pack-packetbeat"
tags: true ## for all the tags
platform: "linux && ubuntu-18" ## default label for all the stages
stages:
Expand Down

0 comments on commit 35a76df

Please sign in to comment.