-
Notifications
You must be signed in to change notification settings - Fork 81
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
changes to serverless pipelines #2909
Conversation
Can't we merge |
There will be differences between qa and staging later (like different quality gates, creating dev env before qa deploy), so we should keep them separate. |
Co-authored-by: Ramon Butter <[email protected]>
Co-authored-by: Ramon Butter <[email protected]>
E2E tests are failing with this error:
|
/test |
1 similar comment
/test |
buildkite test it |
What is the problem this PR solves?
// Please do not just reference an issue. Explain WHAT the problem this PR solves here.
How does this PR solve the problem?
// Explain HOW you solved the problem in your code. It is possible that during PR reviews this changes and then this section should be updated.
Changes based on https://github.com/elastic/hello-world-service/blob/main/.buildkite/pipeline.hello-world-service-tests.yaml
tests-qa: before qa promotion, this will trigger observability-perf tests in a new dev env
tests-staging: before staging promotion, this will trigger observability-perf tests in qa env
How to test this PR locally
Design Checklist
Checklist
./changelog/fragments
using the changelog toolRelated issues
Relates https://github.com/elastic/ingest-dev/issues/2201