diff --git a/x-pack/metricbeat/Jenkinsfile.yml b/x-pack/metricbeat/Jenkinsfile.yml index 43b872ef2429..77ac7351b110 100644 --- a/x-pack/metricbeat/Jenkinsfile.yml +++ b/x-pack/metricbeat/Jenkinsfile.yml @@ -37,19 +37,18 @@ stages: labels: - "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/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 + 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.