mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[jenkins/security-cypress] run build before the tests (#75203)
Co-authored-by: spalger <spalger@users.noreply.github.com>
This commit is contained in:
parent
ec6cc14a9f
commit
cf0e287c9e
2 changed files with 10 additions and 2 deletions
|
@ -9,8 +9,15 @@ kibanaPipeline(timeoutMinutes: 180) {
|
|||
channel: '#security-solution-slack-testing'
|
||||
) {
|
||||
catchError {
|
||||
workers.base(size: 's', ramDisk: false) {
|
||||
kibanaPipeline.bash('test/scripts/jenkins_security_solution_cypress.sh', 'Execute Security Solution Cypress Tests')
|
||||
withEnv([
|
||||
'CI_PARALLEL_PROCESS_NUMBER=1'
|
||||
]) {
|
||||
def job = 'xpack-securityCypress'
|
||||
|
||||
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.sh')()
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -11,6 +11,7 @@ def getSkippablePaths() {
|
|||
/^.ci\/.+\.yml$/,
|
||||
/^.ci\/es-snapshots\//,
|
||||
/^.ci\/pipeline-library\//,
|
||||
/^.ci\/Jenkinsfile_[^\/]+$/,
|
||||
/^\.github\//,
|
||||
/\.md$/,
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue