Skip to content

Commit

Permalink
Merge branch '7.12' into backport/7.12/pr-92762
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Feb 25, 2021
2 parents cb7d12b + 7f5f914 commit e505fdf
Show file tree
Hide file tree
Showing 33 changed files with 1,408 additions and 255 deletions.
4 changes: 1 addition & 3 deletions .ci/Jenkinsfile_security_cypress
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@ kibanaPipeline(timeoutMinutes: 180) {

workers.ci(name: job, size: 'l', ramDisk: true) {
kibanaPipeline.bash('test/scripts/jenkins_xpack_build_kibana.sh', 'Build Default Distributable')
kibanaPipeline.functionalTestProcess(job, 'test/scripts/jenkins_security_solution_cypress_chrome.sh')()
// Temporarily disabled to figure out test flake
// kibanaPipeline.functionalTestProcess(job, 'test/scripts/jenkins_security_solution_cypress_firefox.sh')()
kibanaPipeline.functionalTestProcess(job, 'test/scripts/jenkins_security_solution_cypress.sh')()
}
}
}
Expand Down
Loading

0 comments on commit e505fdf

Please sign in to comment.