mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 02:09:32 -04:00
[securitySolution/cypress] temporarily limit to PRs
(cherry picked from commit 1c5dc638ea
)
This commit is contained in:
parent
125610f8a0
commit
fa06a68a15
1 changed files with 10 additions and 8 deletions
|
@ -115,14 +115,16 @@ def functionalXpack(Map params = [:]) {
|
||||||
task(kibanaPipeline.functionalTestProcess('xpack-savedObjectsFieldMetrics', './test/scripts/jenkins_xpack_saved_objects_field_metrics.sh'))
|
task(kibanaPipeline.functionalTestProcess('xpack-savedObjectsFieldMetrics', './test/scripts/jenkins_xpack_saved_objects_field_metrics.sh'))
|
||||||
}
|
}
|
||||||
|
|
||||||
whenChanged([
|
whenChanged([
|
||||||
'x-pack/plugins/security_solution/',
|
'x-pack/plugins/security_solution/',
|
||||||
'x-pack/test/security_solution_cypress/',
|
'x-pack/test/security_solution_cypress/',
|
||||||
'x-pack/plugins/triggers_actions_ui/public/application/sections/action_connector_form/',
|
'x-pack/plugins/triggers_actions_ui/public/application/sections/action_connector_form/',
|
||||||
'x-pack/plugins/triggers_actions_ui/public/application/context/actions_connectors_context.tsx',
|
'x-pack/plugins/triggers_actions_ui/public/application/context/actions_connectors_context.tsx',
|
||||||
]) {
|
]) {
|
||||||
task(kibanaPipeline.functionalTestProcess('xpack-securitySolutionCypress', './test/scripts/jenkins_security_solution_cypress.sh'))
|
if (githubPr.isPr()) {
|
||||||
}
|
task(kibanaPipeline.functionalTestProcess('xpack-securitySolutionCypress', './test/scripts/jenkins_security_solution_cypress.sh'))
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue