Skip to content

Commit c865ce9

Browse files
v1vmergify-bot
authored andcommitted
Add inttests for the x-pack/metricbeat on a PR/branches basis (#26526)
(cherry picked from commit 9554d72)
1 parent 284307e commit c865ce9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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)