Skip to content

Commit

Permalink
Winlogbeat: post-migration cleanup (#39154)
Browse files Browse the repository at this point in the history
* removed winlogbeat from pull-requests json & comon script

* removed winlogbeat duplicated record

(cherry picked from commit c9b58e2)

# Conflicts:
#	.buildkite/pull-requests.json
  • Loading branch information
oakrizan committed Apr 25, 2024
1 parent ba360d8 commit 3f11970
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 172 deletions.
1 change: 0 additions & 1 deletion .buildkite/hooks/pre-command
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ ENABLED_BEATS_PIPELINES_SLUGS=(
"filebeat"
"beats-metricbeat"
"beats-winlogbeat"
"beats-winlogbeat"
"beats-xpack-winlogbeat"
"beats-xpack-dockerlogbeat"
"beats-xpack-auditbeat"
Expand Down
3 changes: 3 additions & 0 deletions .buildkite/pull-requests.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
"skip_target_branches": [ ],
"skip_ci_on_only_changed": ["^x-pack/elastic-agent/README.md", "^x-pack/elastic-agent/docs/.*", "^x-pack/elastic-agent/devtools/.*" ],
"always_require_ci_on_changed": ["^x-pack/elastic-agent/.*", ".buildkite/x-pack/elastic-agent/.*", "^go.mod", "^pytest.ini", "^dev-tools/.*", "^libbeat/.*", "^testing/.*"]
<<<<<<< HEAD
},
{
"enabled": true,
Expand Down Expand Up @@ -111,6 +112,8 @@
"skip_target_branches": [ ],
"skip_ci_on_only_changed": [ ],
"always_require_ci_on_changed": ["^x-pack/heartbeat/.*", "^.buildkite/.*", "^go.mod", "^pytest.ini", "^dev-tools/.*", "^libbeat/.*", "^testing/.*", "^x-pack/libbeat/.*"]
=======
>>>>>>> c9b58e2cfc (Winlogbeat: post-migration cleanup (#39154))
}
]
}
3 changes: 0 additions & 3 deletions .buildkite/scripts/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ XPACK_MODULE_PATTERN="^x-pack\\/[a-z0-9]+beat\\/module\\/([^\\/]+)\\/.*"
# define if needed run cloud-specific tests for the particular beat
[ -z "${run_xpack_metricbeat_aws_tests+x}" ] && run_xpack_metricbeat_aws_tests="$(buildkite-agent meta-data get run_xpack_metricbeat_aws_tests --default "false")"

winlogbeat_changeset=(
"^winlogbeat/.*"
)

xpack_dockerlogbeat_changeset=(
"^x-pack/dockerlogbeat/.*"
Expand Down
168 changes: 0 additions & 168 deletions .buildkite/scripts/generate_winlogbeat_pipeline.sh

This file was deleted.

0 comments on commit 3f11970

Please sign in to comment.