Skip to content

Commit 9554d72

Browse files
authored
Add inttests for the x-pack/metricbeat on a PR/branches basis (#26526)
1 parent 2f9ae33 commit 9554d72

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

x-pack/metricbeat/Jenkinsfile.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,14 @@ stages:
2424
unitTest:
2525
mage: "mage build unitTest"
2626
stage: mandatory
27+
goIntegTest:
28+
mage: "mage goIntegTest"
29+
withModule: true
30+
stage: mandatory
31+
pythonIntegTest:
32+
mage: "mage pythonIntegTest"
33+
withModule: true
34+
stage: mandatory
2735
cloud:
2836
cloud: "mage build test"
2937
withModule: true ## run the ITs only if the changeset affects a specific module.

0 commit comments

Comments
 (0)