We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f9ae33 commit 9554d72Copy full SHA for 9554d72
1 file changed
x-pack/metricbeat/Jenkinsfile.yml
@@ -24,6 +24,14 @@ stages:
24
unitTest:
25
mage: "mage build unitTest"
26
stage: mandatory
27
+ goIntegTest:
28
+ mage: "mage goIntegTest"
29
+ withModule: true
30
+ stage: mandatory
31
+ pythonIntegTest:
32
+ mage: "mage pythonIntegTest"
33
34
35
cloud:
36
cloud: "mage build test"
37
withModule: true ## run the ITs only if the changeset affects a specific module.
0 commit comments