Skip to content

Commit

Permalink
[7.13](backport #26526) Add inttests for the x-pack/metricbeat on a P…
Browse files Browse the repository at this point in the history
…R/branches basis (#26534)
  • Loading branch information
mergify[bot] authored Jun 29, 2021
1 parent 0f05ad5 commit ada451a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions x-pack/metricbeat/Jenkinsfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ stages:
make check-no-changes;
unitTest:
mage: "mage build unitTest"
goIntegTest:
mage: "mage goIntegTest"
withModule: true
pythonIntegTest:
mage: "mage pythonIntegTest"
withModule: true
cloud:
cloud: "mage build test"
withModule: true ## run the ITs only if the changeset affects a specific module.
Expand Down

0 comments on commit ada451a

Please sign in to comment.