@@ -64,6 +64,8 @@ const getPipeline = (filename: string, removeSteps = true) => {
64
64
65
65
pipeline . push ( getPipeline ( '.buildkite/pipelines/pull_request/base.yml' , false ) ) ;
66
66
67
+ pipeline . push ( getPipeline ( '.buildkite/pipelines/pull_request/scout_tests.yml' ) ) ;
68
+
67
69
if ( await doAnyChangesMatch ( [ / ^ s r c \/ p l a t f o r m \/ p a c k a g e s \/ p r i v a t e \/ k b n - h a n d l e b a r s / ] ) ) {
68
70
pipeline . push ( getPipeline ( '.buildkite/pipelines/pull_request/kbn_handlebars.yml' ) ) ;
69
71
}
@@ -476,24 +478,6 @@ const getPipeline = (filename: string, removeSteps = true) => {
476
478
) ;
477
479
}
478
480
479
- if (
480
- ( await doAnyChangesMatch ( [
481
- / ^ s r c \/ p l a t f o r m \/ p a c k a g e s \/ s h a r e d \/ k b n - s c o u t / ,
482
- / ^ s r c \/ p l a t f o r m \/ p a c k a g e s \/ p r i v a t e \/ k b n - s c o u t - i n f o / ,
483
- / ^ s r c \/ p l a t f o r m \/ p a c k a g e s \/ p r i v a t e \/ k b n - s c o u t - r e p o r t i n g / ,
484
- / ^ x - p a c k \/ p l a t f o r m \/ p l u g i n s \/ s h a r e d \/ m a p s / ,
485
- / ^ x - p a c k \/ p l a t f o r m \/ p l u g i n s \/ p r i v a t e \/ d i s c o v e r _ e n h a n c e d / ,
486
- / ^ x - p a c k \/ s o l u t i o n s \/ o b s e r v a b i l i t y \/ p a c k a g e s \/ k b n - s c o u t - o b l t / ,
487
- / ^ x - p a c k \/ s o l u t i o n s \/ o b s e r v a b i l i t y \/ p l u g i n s \/ a p m / ,
488
- / ^ x - p a c k \/ s o l u t i o n s \/ o b s e r v a b i l i t y \/ p l u g i n s \/ o b s e r v a b i l i t y _ o n b o a r d i n g / ,
489
- / ^ x - p a c k \/ s o l u t i o n s \/ s e c u r i t y \/ p a c k a g e s \/ k b n - s c o u t - s e c u r i t y / ,
490
- / ^ x - p a c k \/ s o l u t i o n s \/ s e c u r i t y \/ p l u g i n s \/ s e c u r i t y _ s o l u t i o n \/ p u b l i c \/ f l y o u t / ,
491
- ] ) ) ||
492
- GITHUB_PR_LABELS . includes ( 'ci:scout-ui-tests' )
493
- ) {
494
- pipeline . push ( getPipeline ( '.buildkite/pipelines/pull_request/scout_tests.yml' ) ) ;
495
- }
496
-
497
481
if ( GITHUB_PR_LABELS . includes ( 'ci:security-genai-run-evals' ) ) {
498
482
pipeline . push (
499
483
getPipeline ( '.buildkite/pipelines/pull_request/security_solution/gen_ai_evals.yml' )
0 commit comments