Skip to content

Commit

Permalink
updated region for x-pack/filebeat
Browse files Browse the repository at this point in the history
  • Loading branch information
oakrizan committed Jun 14, 2024
1 parent b015053 commit a5b8b72
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 53 deletions.
2 changes: 1 addition & 1 deletion .buildkite/metricbeat/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ steps:
# defines the MODULE env var based on what's changed in a PR
source .buildkite/scripts/changesets.sh
defineModuleFromTheChangeSet metricbeat
echo "~~~ Running tests"
echo "--- MODULE IS: ${MODULE}"
# TODO move this section to base image / pre-command hook
# echo "~~~ Installing kind"
Expand Down
50 changes: 0 additions & 50 deletions .buildkite/scripts/setup_cloud_env.sh

This file was deleted.

4 changes: 3 additions & 1 deletion .buildkite/x-pack/pipeline.xpack.filebeat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ steps:
notify:
- github_commit_status:
context: "x-pack-filebeat: check/update"

- wait: ~
# with PRs, we want to run mandatory tests only if check/update step succeed
# for other cases, e.g. merge commits, we want to run mundatory test (and publish) independently of other tests
Expand Down Expand Up @@ -249,6 +249,8 @@ steps:

- label: ":ubuntu: x-pack/filebeat AWS Tests"
key: "x-pack-filebeat-extended-cloud-test"
skip: "skipping due to elastic/ingest-dev#3467"
# https://github.com/elastic/ingest-dev/issues/3467
if: build.env("GITHUB_PR_LABELS") =~ /.*aws.*/
command: |
set -euo pipefail
Expand Down
1 change: 0 additions & 1 deletion .buildkite/x-pack/pipeline.xpack.metricbeat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,6 @@ steps:
- github_commit_status:
context: "x-pack/metricbeat: AWS Tests"


- wait: ~
# with PRs, we want to run packaging only if mandatory tests succeed
# for other cases, e.g. merge commits, we want to run packaging (and publish) independently of other tests
Expand Down

0 comments on commit a5b8b72

Please sign in to comment.