Skip to content

Commit

Permalink
Ignore Metricbeat cloudAWS test (elastic#36510)
Browse files Browse the repository at this point in the history
  • Loading branch information
tdancheva authored and Scholar-Li committed Feb 5, 2024
1 parent caf2289 commit 35a2b45
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions x-pack/metricbeat/Jenkinsfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,18 +37,19 @@ 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/metricbeat/module/aws"
when: ## Override the top-level when.
changeset: ## when PR contains any of those entries in the changeset
- "^x-pack/metricbeat/module/aws/.*"
- "^x-pack/metricbeat/Jenkinsfile.yml"
- "^x-pack/libbeat/common/aws/.*"
stage: extended
# Skip test until fixed https:/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/metricbeat/module/aws"
# when: ## Override the top-level when.
# changeset: ## when PR contains any of those entries in the changeset
# - "^x-pack/metricbeat/module/aws/.*"
# - "^x-pack/metricbeat/Jenkinsfile.yml"
# - "^x-pack/libbeat/common/aws/.*"
# stage: extended
macos:
mage: "mage build unitTest"
platforms: ## override default label in this specific stage.
Expand Down

0 comments on commit 35a2b45

Please sign in to comment.