Skip to content

Commit

Permalink
Disable AWS mage build test (#37621)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaiyan-sheng committed Jan 12, 2024
1 parent 0c387c5 commit 88b587c
Showing 1 changed file with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions x-pack/metricbeat/Jenkinsfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,19 +24,20 @@ stages:
mage: "mage pythonIntegTest"
withModule: true
stage: mandatory
cloud:
cloud: "mage build test"
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.
parameters:
- "awsCloudTests"
comments:
- "/test x-pack/metricbeat for aws cloud"
labels:
- "aws"
stage: extended
# Skip test until fixed https://github.com/elastic/beats/issues/37498
#cloud:
# cloud: "mage build test"
# 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.
# parameters:
# - "awsCloudTests"
# comments:
# - "/test x-pack/metricbeat for aws cloud"
# labels:
# - "aws"
# stage: extended
# Skip test until fixed https://github.com/elastic/beats/issues/36425
#cloudAWS:
# cloud: "mage build test goIntegTest"
Expand Down

0 comments on commit 88b587c

Please sign in to comment.