-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Security][Serverless] Quality Gate API Integration tests split (#183612
) ## Summary This PR splits the API Integration test suite from one pipeline including all tests to using the already existing pipelines for the security quality gate and splitting the TS scripts per team. With this PR merged the following should happen: - The [FTR API integration tests](https://buildkite.com/elastic/kibana-serverless-security-solution-quality-gate-api-integration/builds/445) pipeline should be removed - All the scripts of this pipeline are split to the relevant team pipelines. For example the team which maintains the tests should be able to see the following structure when a build is triggered. (The noted group is the API tests for the specific team) <img width="1182" alt="Screenshot 2024-05-20 at 5 56 49 PM" src="https://github.com/elastic/kibana/assets/55240027/87c1fc1c-4425-4756-890f-b458da0e189a"> - In order to identify why the build is triggered, (Quality gate OR Periodic Pipeline) the following two snippets will define the _triggered by_ information. --- **Triggered By Quality Gate** <img width="1156" alt="Screenshot 2024-05-20 at 5 21 04 PM" src="https://github.com/elastic/kibana/assets/55240027/0e3e8928-7306-44ee-acd8-4368d93e452d"> ** Triggered By Periodic Pipeline ** <img width="1154" alt="Screenshot 2024-05-20 at 5 49 11 PM" src="https://github.com/elastic/kibana/assets/55240027/aa8d6591-a612-4f60-a433-c80e213bc6b8"> --------- Co-authored-by: Gloria Hornero <[email protected]>
- Loading branch information
1 parent
542a3ce
commit abb29e8
Showing
18 changed files
with
1,371 additions
and
1,248 deletions.
There are no files selected for viewing
46 changes: 0 additions & 46 deletions
46
...resource-definitions/kibana-serverless-security-solution-quality-gate-api-integration.yml
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
23 changes: 0 additions & 23 deletions
23
.buildkite/pipelines/security_solution/api_integration.yml
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.