mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
[renovate] Configure Cypress (#114880)
On `ci:all-cypress-suites` label, run all Cypress suites on Buildkite Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
This commit is contained in:
parent
1155640779
commit
f2d70d8996
2 changed files with 11 additions and 2 deletions
|
@ -60,7 +60,7 @@ const uploadPipeline = (pipelineContent) => {
|
|||
/^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\/context\/actions_connectors_context\.tsx/,
|
||||
])
|
||||
]) || process.env.GITHUB_PR_LABELS.includes('ci:all-cypress-suites')
|
||||
) {
|
||||
pipeline.push(getPipeline('.buildkite/pipelines/pull_request/security_solution.yml'));
|
||||
}
|
||||
|
@ -69,7 +69,7 @@ const uploadPipeline = (pipelineContent) => {
|
|||
// 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'));
|
||||
// }
|
||||
|
|
|
@ -93,6 +93,15 @@
|
|||
labels: ['Feature:Vega', 'Team:VisEditors'],
|
||||
enabled: true,
|
||||
},
|
||||
{
|
||||
groupName: 'cypress',
|
||||
packageNames: ['eslint-plugin-cypress'],
|
||||
matchPackagePatterns: ["^cypress"],
|
||||
reviewers: ['Team:apm', 'Team: SecuritySolution'],
|
||||
matchBaseBranches: ['master'],
|
||||
labels: ['buildkite-ci', 'ci:all-cypress-suites'],
|
||||
enabled: true,
|
||||
}
|
||||
{
|
||||
groupName: 'platform security modules',
|
||||
packageNames: [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue