Skip to content

Commit

Permalink
Merge branch '7.12' into backport/7.12/pr-89580
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine authored Feb 26, 2021
2 parents 5add3ce + c5bb5c0 commit c1b9d4a
Show file tree
Hide file tree
Showing 150 changed files with 4,285 additions and 1,065 deletions.
2 changes: 1 addition & 1 deletion .bazeliskversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.7.3
1.7.5
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 c1b9d4a

Please sign in to comment.