Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CI] Change x-pack/auditbeat build events (comments, labels) #21463

Merged
merged 2 commits into from
Oct 2, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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