Skip to content

Commit

Permalink
Skip flaky Filebeat cloudAWS tests (#36558)
Browse files Browse the repository at this point in the history
Skip the failing tests until a fix is found.
  • Loading branch information
belimawr authored Sep 13, 2023
1 parent e96b4ef commit 23347f8
Showing 1 changed file with 15 additions and 14 deletions.
29 changes: 15 additions & 14 deletions x-pack/filebeat/Jenkinsfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,20 +110,21 @@ stages:
labels:
- "aws"
stage: extended
cloudAWS:
cloud: "mage build test goIntegTest"
withAWS: true ## Enable the tests to run in AWS
withModule: true ## run the ITs only if the changeset affects a specific module.
dirs: ## run the cloud tests for the given modules.
- "x-pack/filebeat/input/awss3/_meta/terraform"
when: ## Override the top-level when.
changeset: ## when PR contains any of those entries in the changeset
- "^x-pack/filebeat/input/awss3/.*"
- "^x-pack/filebeat/module/aws/.*"
- "^x-pack/filebeat/input/awscloudwatch/.*"
- "^x-pack/filebeat/Jenkinsfile.yml"
- "^x-pack/libbeat/common/aws/.*"
stage: extended
# Skip test until fixed https://github.com/elastic/beats/issues/36425
# cloudAWS:
# cloud: "mage build test goIntegTest"
# withAWS: true ## Enable the tests to run in AWS
# withModule: true ## run the ITs only if the changeset affects a specific module.
# dirs: ## run the cloud tests for the given modules.
# - "x-pack/filebeat/input/awss3/_meta/terraform"
# when: ## Override the top-level when.
# changeset: ## when PR contains any of those entries in the changeset
# - "^x-pack/filebeat/input/awss3/.*"
# - "^x-pack/filebeat/module/aws/.*"
# - "^x-pack/filebeat/input/awscloudwatch/.*"
# - "^x-pack/filebeat/Jenkinsfile.yml"
# - "^x-pack/libbeat/common/aws/.*"
# stage: extended
packaging-linux:
packaging-linux: "mage package"
e2e:
Expand Down

0 comments on commit 23347f8

Please sign in to comment.