ci: report end-to-end test status from separate configurations#533
Draft
ci: report end-to-end test status from separate configurations#533
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #533 +/- ##
==========================================
- Coverage 71.31% 71.29% -0.03%
==========================================
Files 222 222
Lines 18706 18706
==========================================
- Hits 13341 13337 -4
- Misses 4186 4187 +1
- Partials 1179 1182 +3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changelog
Summary
This PR reports E2E test status from separate configurations. We now run CI as follows:
We hope to test with continued confidence but faster since tests are run without requiring coordination of GitHub Actions and status reporting from CircleCI. Tests no longer block builds either. These are run separate and confirmed to be working as expected before a release.
Preview
📸 The commits below hope to showcase this as such:
Testing
We continue to check that CircleCI builds start as expected in PRs. Here are existing workflows:
build: Compile the source code on branches - confirmation that this step doesn't faildev-build-code-sign-deploy: Publish development on "main" branchfeature-build-code-sign-deploy: Prerelease a particular feature buildprod-build-code-sign-deploy: Stable production releases for versionsNotes
mainbranch.Requirements