mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Disable APM e2e tests
This commit is contained in:
parent
852c5dd205
commit
8e3f1c4d13
2 changed files with 13 additions and 13 deletions
|
@ -66,12 +66,12 @@ const uploadPipeline = (pipelineContent) => {
|
|||
pipeline.push(getPipeline('.buildkite/pipelines/pull_request/security_solution.yml'));
|
||||
}
|
||||
|
||||
if (
|
||||
(await doAnyChangesMatch([/^x-pack\/plugins\/apm/])) ||
|
||||
process.env.GITHUB_PR_LABELS.includes('ci:all-cypress-suites')
|
||||
) {
|
||||
pipeline.push(getPipeline('.buildkite/pipelines/pull_request/apm_cypress.yml'));
|
||||
}
|
||||
// if (
|
||||
// (await doAnyChangesMatch([/^x-pack\/plugins\/apm/])) ||
|
||||
// process.env.GITHUB_PR_LABELS.includes('ci:all-cypress-suites')
|
||||
// ) {
|
||||
// pipeline.push(getPipeline('.buildkite/pipelines/pull_request/apm_cypress.yml'));
|
||||
// }
|
||||
|
||||
pipeline.push(getPipeline('.buildkite/pipelines/pull_request/post_build.yml'));
|
||||
|
||||
|
|
|
@ -146,13 +146,13 @@ def functionalXpack(Map params = [:]) {
|
|||
}
|
||||
}
|
||||
|
||||
whenChanged([
|
||||
'x-pack/plugins/apm/',
|
||||
]) {
|
||||
if (githubPr.isPr()) {
|
||||
task(kibanaPipeline.functionalTestProcess('xpack-APMCypress', './test/scripts/jenkins_apm_cypress.sh'))
|
||||
}
|
||||
}
|
||||
// whenChanged([
|
||||
// 'x-pack/plugins/apm/',
|
||||
// ]) {
|
||||
// if (githubPr.isPr()) {
|
||||
// task(kibanaPipeline.functionalTestProcess('xpack-APMCypress', './test/scripts/jenkins_apm_cypress.sh'))
|
||||
// }
|
||||
// }
|
||||
|
||||
whenChanged([
|
||||
'x-pack/plugins/uptime/',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue