-
Notifications
You must be signed in to change notification settings - Fork 86
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
refactor: cleanup testbed in parallel #1072
Merged
Merged
Conversation
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
dhhyi
added
refactoring
Refactoring of current code
community
Community contributions
labels
Mar 20, 2022
dhhyi
changed the title
Refactor/cleanup testbed parallel
refactor: cleanup testbed in parallel
Mar 20, 2022
dhhyi
force-pushed
the
refactor/cleanup-testbed-parallel
branch
2 times, most recently
from
March 20, 2022 21:57
098383e
to
35de7e5
Compare
dhhyi
force-pushed
the
refactor/cleanup-testbed-parallel
branch
from
March 20, 2022 22:32
35de7e5
to
4fd5260
Compare
shauke
approved these changes
Mar 21, 2022
SGrueber
pushed a commit
that referenced
this pull request
May 19, 2022
…changes (#1072) * feat: parallel execution for cleanup-testbed * test: remove DummyComponent from tests with routing * test: cleanup testbed in src/app/core * test: cleanup testbed in projects * test: cleanup testbed in src/app/shell * test: cleanup testbed in src/app/extensions * test: cleanup testbed in src/app/pages * test: cleanup testbed in src/app/shared * test: remove empty testbed configurations
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.
PR Type
[x] Refactoring (no functional changes, no API changes)
What Is the Current Behavior?
Not everything was cleaned up properly in #1057
What Is the New Behavior?
cleanup-testbed
runs in parallel.Does this PR Introduce a Breaking Change?
[ ] Yes
[x] No
Cleanups
Other Information
AB#75376