-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Security] Split quality gate security solution pipelines to add more granularity. #179145
Conversation
🤖 GitHub commentsExpand to view the GitHub comments
Just comment with:
|
...e/pipeline-resource-definitions/kibana-serverless-security-solution-quality-gate-explore.yml
Outdated
Show resolved
Hide resolved
…urity-solution-quality-gate-explore.yml Co-authored-by: Alex Szabo <[email protected]>
...e/pipeline-resource-definitions/kibana-serverless-security-solution-quality-gate-explore.yml
Outdated
Show resolved
Hide resolved
...-solution-quality-gate/kibana-serverless-security-solution-quality-gate-detection-engine.yml
Outdated
Show resolved
Hide resolved
...-solution-quality-gate/kibana-serverless-security-solution-quality-gate-detection-engine.yml
Outdated
Show resolved
Hide resolved
...-solution-quality-gate/kibana-serverless-security-solution-quality-gate-detection-engine.yml
Show resolved
Hide resolved
…/kibana into split-quality-gate-pipeline-init
…lity-gate/kibana-serverless-security-solution-quality-gate-detection-engine.yml Co-authored-by: Alex Szabo <[email protected]>
...-solution-quality-gate/kibana-serverless-security-solution-quality-gate-detection-engine.yml
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good job!
@@ -140,7 +140,13 @@ async function createSecurityProject( | |||
}; | |||
} catch (error) { | |||
if (error instanceof AxiosError) { | |||
log.error(`${error.response?.status}:${error.response?.data}`); | |||
<<<<<<< Updated upstream |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
watch out, merge conflict
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add the log line again, thanks! :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! :)
💚 Build Succeeded
Metrics [docs]
History
To update your PR or re-run it, just comment with: cc @dkirchan |
This PR aims to deprecate the old all in one pipeline for kibana serverless security solution cypress and split it into one pipeline per team to add more granularity.
We need to split the pipelines and then add as well one Test suite per team.
All this PR does is the split into multiple pipelines, one per team, with their relevant test suite in buildkite:
Relevant Tickets: