Update acs workspace to commit a4bbab4 for backstage 1.49.4 on branch main#131
Open
github-actions[bot] wants to merge 13 commits into
Open
Update acs workspace to commit a4bbab4 for backstage 1.49.4 on branch main#131github-actions[bot] wants to merge 13 commits into
acs workspace to commit a4bbab4 for backstage 1.49.4 on branch main#131github-actions[bot] wants to merge 13 commits into
Conversation
Boot a minimal Backstage backend directly on the runner using createBackend() + dynamicPluginsFeatureLoader, probe /api/<pluginId> routes, and report results as structured JSON. Includes core bundled plugins (catalog, auth, permission, scaffolder, events, search, proxy) so dynamic plugins resolve their dependencies correctly. Made-with: Cursor
…aded-plugin probe Add two-layer frontend plugin validation to the smoke test harness: - Layer 1: static validation of dist-scalprum/ after OCI download - Layer 2: inline backend probe plugin querying dynamicPluginsServiceRef Made-with: Cursor
…to install-dynamic-plugins.py Replace createBackend() with startTestBackend() for a minimal, focused smoke test that only validates dynamic plugin loading. Remove 23 static plugin dependencies and the in-process OCI download logic in favor of the upstream install-dynamic-plugins.py script fetched at CI time. Made-with: Cursor Signed-of-by: rlan@redhat.com
…d smoke-test file
Load backend test config through rootConfig service instead of process argv mutation and add frontend resolver/loaded-plugin debug output to isolate dynamic plugin registration failures.
Run npm install without --ignore-scripts so native bindings like better-sqlite3 build before backend startup in smoke tests.
Make backend plugin checks fail when a plugin is missing from the dynamic plugin registry or reports a load failure, and treat /api/<pluginId> 404 responses as supplemental warnings instead of the primary load signal.
Author
|
Publish workflow has completed with failure. Publishing process✅ Finished successfully.
Backstage Compatibility Check✅ All workspaces are compatible with the target Backstage version ( No action required. Metadata Validation❌ Found 1 validation error(s):
|
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.
Update acs workspace at commit backstage/community-plugins@a4bbab4 for backstage
1.49.4on branchmain.This PR was created automatically.
🎉 Override Can Be Removed!
The overlay currently contained an override at
workspaces/acs/backstage.json. This upgrade is an Exact Match for Backstage1.49.4,, so the override has been removed.Click on the following link to see the source diff it introduces: backstage/community-plugins@bad551c...a4bbab4.
Before merging, you need to export the workspace dynamic plugins as OCI images,
and if possible test them inside a RHDH instance.
To do so, you can use the
/publishinstruction in a PR review comment.This will start a PR check workflow to: