Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
oakrizan committed Apr 18, 2024
1 parent e59c5f8 commit ed7904a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -353,9 +353,9 @@ steps:
#OSS
- go.mod
- pytest.ini
- dev-tools/**
- libbeat/**
- testing/**
- dev-tools/
- libbeat/
- testing/
config:
trigger: "beats-winlogbeat"
build:
Expand Down
4 changes: 4 additions & 0 deletions .buildkite/scripts/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ xpack_packetbeat_changeset=(
"^x-pack/packetbeat/.*"
)

xpack_winlogbeat_changeset=(
"^x-pack/winlogbeat/.*"
)

ci_changeset=(
"^.buildkite/.*"
)
Expand Down
13 changes: 8 additions & 5 deletions .buildkite/winlogbeat/pipeline.winlogbeat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,12 @@ steps:
- github_commit_status:
context: "Winlogbeat: Win-2022 Unit Tests"

- group: "Extended Windows Tests"
- group: "Winlogbeat Extended Windows Tests"
key: "winlogbeat-extended-win-tests"
if: build.env("BUILDKITE_PULL_REQUEST") == "false" || build.env("GITHUB_PR_LABELS") =~ /.*[Ww]indows.*/

steps:
- label: ":windows: Winlogbeat Wind-10 Unit Tests"
- label: ":windows: Winlogbeat Win-10 Unit Tests"
command: |
Set-Location -Path winlogbeat
mage build unitTest
Expand Down Expand Up @@ -130,15 +131,17 @@ steps:
context: "Winlogbeat: Win-11 Unit Tests"

- wait: ~
depends_on:
- step: "winlogbeat-mandatory-tests"
if: build.env("BUILDKITE_PULL_REQUEST") != "false"
depends_on: "winlogbeat-mandatory-tests"

- group: "Winlogbeat Packaging"
key: "winlogbeat-packaging"
steps:
- label: ":ubuntu: Winlogbeat Packaging Ubuntu x86_64"
key: "packaging-linux"
command: "cd winlogbeat && mage package"
command: |
cd winlogbeat
mage package
agents:
provider: "gcp"
image: "${IMAGE_UBUNTU_X86_64}"
Expand Down

0 comments on commit ed7904a

Please sign in to comment.