Skip to content

Commit ada451a

Browse files
authored
[7.13](backport #26526) Add inttests for the x-pack/metricbeat on a PR/branches basis (#26534)
1 parent 0f05ad5 commit ada451a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

x-pack/metricbeat/Jenkinsfile.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@ stages:
2222
make check-no-changes;
2323
unitTest:
2424
mage: "mage build unitTest"
25+
goIntegTest:
26+
mage: "mage goIntegTest"
27+
withModule: true
28+
pythonIntegTest:
29+
mage: "mage pythonIntegTest"
30+
withModule: true
2531
cloud:
2632
cloud: "mage build test"
2733
withModule: true ## run the ITs only if the changeset affects a specific module.

0 commit comments

Comments
 (0)