Allow for testing of parallel plugin/sidecar update PRs #18806
Labels
area/plugin-registry
area/plugins
kind/enhancement
A feature request - must adhere to the feature request template.
lifecycle/stale
Denotes an issue or PR has remained open with no activity and has become stale.
severity/P2
Has a minor but important impact to the usage or development of the system.
Is your enhancement related to a problem? Please describe.
When the update of a vscode extensions in a plugin requires an updated sidecar (eclipse-che/che-plugin-registry#794, for example), there is no easy way to test that combination: the plugin registry built as part of the PR check references an image that does not exist, in this case.
The current solution is to update the sidecar first and then update the plugin in a separate PR. However, in the case of the mentioned PR, the updated sidecar does not work with the old extension, thus, we would have a time window where workspaces using the updated sidecar would fail.
Describe the solution you'd like
I would updated like to be able to test the PR with changes to both the sidecar and plugin. Merging should promote both changes simultaneously to "production".
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: