Skip to content

chore(rhdh-plugin-gitops-updater) Update backstage-plugin-mcp-actions-backend to version 1.52.0__0.1.14#256

Open
rhdh-ai-envs-sync-bot[bot] wants to merge 1 commit into
developmentfrom
update-backstage-plugin-mcp-actions-backend-1.52.0__0.1.14
Open

chore(rhdh-plugin-gitops-updater) Update backstage-plugin-mcp-actions-backend to version 1.52.0__0.1.14#256
rhdh-ai-envs-sync-bot[bot] wants to merge 1 commit into
developmentfrom
update-backstage-plugin-mcp-actions-backend-1.52.0__0.1.14

Conversation

@rhdh-ai-envs-sync-bot

Copy link
Copy Markdown
Contributor

Plugin Update

Plugin: backstage-plugin-mcp-actions-backend
Current Version: 1.49.4__0.1.11
New Version: 1.52.0__0.1.14

This PR updates the RHDH plugin to the latest version.

🤖 Generated with RHDH Plugin GitOps Updater

@gabemontero

Copy link
Copy Markdown
Contributor

I THINK these unit tests have been flaky @thepetk @michael-valdron @JslYoon @johnmcollier but don't 100% recall :

15s
Run make ci-tests
bash scripts/ci-run-tests.sh
[2026-07-10 08:39:51] INFO All required environment variables are set.
[2026-07-10 08:39:53] INFO Environment variables for tests:
[2026-07-10 08:39:53] INFO RHDH_BASE_URL=https://rhdh-ci.apps.testing/
[2026-07-10 08:39:53] INFO RHDH_ENVIRONMENT=***
[2026-07-10 08:39:53] INFO ROLLING_DEMO_TEST_USERNAME=***
[2026-07-10 08:39:53] INFO KEYCLOAK_CLIENT_ID=***
[2026-07-10 08:39:53] INFO KEYCLOAK_CLIENT_SECRET=****
[2026-07-10 08:39:53] INFO PLAYWRIGHT_HEADLESS=true
[2026-07-10 08:39:53] INFO Running tests in /home/runner/work/ai-rolling-demo-gitops/ai-rolling-demo-gitops/tests...
============================= test session starts ==============================
platform linux -- Python 3.11.15, pytest-9.0.2, pluggy-1.6.0 -- /home/runner/work/ai-rolling-demo-gitops/ai-rolling-demo-gitops/tests/.venv/bin/python
cachedir: .pytest_cache
rootdir: /home/runner/work/ai-rolling-demo-gitops/ai-rolling-demo-gitops/tests
configfile: pyproject.toml
testpaths: test_login.py, test_navbar.py, test_sidebar.py, test_extensions.py
plugins: playwright-0.7.2, base-url-2.1.0
collecting ... collected 30 items

test_login.py::test_login_page_title PASSED                              [  3%]
test_login.py::test_login_info_banner_visible PASSED                     [  6%]
test_login.py::test_login_info_banner_text PASSED                        [ 10%]
test_login.py::test_sso_panel_heading PASSED                             [ 13%]
test_login.py::test_sso_sign_in_text PASSED                              [ 16%]
test_navbar.py::test_rhdh_logo_visible FAILED                            [ 20%]

=================================== FAILURES ===================================
____________________________ test_rhdh_logo_visible ____________________________

navbar = <pages.nav_bar.NavBar object at 0x7f01796e3ed0>

    @pytest.mark.auth_required
    def test_rhdh_logo_visible(navbar: "NavBar") -> "None":
>       assert navbar.rhdh_logo.is_visible(), "RHDH logo should be visible in the nav bar"
E       AssertionError: RHDH logo should be visible in the nav bar
E       assert False
E        +  where False = is_visible()
E        +    where is_visible = <Locator frame=<Frame name= url='https://rhdh-ci.apps.testing/'> selector="[data-testid='global-header-company-logo'] a[aria-label='Home']">.is_visible
E        +      where <Locator frame=<Frame name= url='https://rhdh-ci.apps.testing/'> selector="[data-testid='global-header-company-logo'] a[aria-label='Home']"> = <pages.nav_bar.NavBar object at 0x7f01796e3ed0>.rhdh_logo

test_navbar.py:18: AssertionError
=========================== short test summary info ============================
FAILED test_navbar.py::test_rhdh_logo_visible - AssertionError: RHDH logo should be visible in the nav bar
assert False
 +  where False = is_visible()
 +    where is_visible = <Locator frame=<Frame name= url='https://rhdh-ci.apps.testing/'> selector="[data-testid='global-header-company-logo'] a[aria-label='Home']">.is_visible
 +      where <Locator frame=<Frame name= url='https://rhdh-ci.apps.testing/'> selector="[data-testid='global-header-company-logo'] a[aria-label='Home']"> = <pages.nav_bar.NavBar object at 0x7f01796e3ed0>.rhdh_logo
!!!!!!!!!!!!!!!!!!!!!!!!!! stopping after 1 failures !!!!!!!!!!!!!!!!!!!!!!!!!!!
========================= 1 failed, 5 passed in 12.35s =========================
make: *** [Makefile:16: ci-tests] Error 1
Error: Process completed with exit code 2.

I 'll see about re-running the job, see what happens, but if this fails persistently, @michael-valdron @JslYoon you all may need to diagnose this a bit, perhaps craft separate PRs to pull in this change plus adjust the test cases accordingly

@gabemontero

Copy link
Copy Markdown
Contributor

flaked/failed on us again

@thepetk

thepetk commented Jul 10, 2026

Copy link
Copy Markdown
Collaborator

flaked/failed on us again

@gabemontero yeah.. I believe is time for a more proper test set -> I think Husne is already working on it IIRC

@thepetk

thepetk commented Jul 10, 2026

Copy link
Copy Markdown
Collaborator

Yeah it's here: #237

@gabemontero

Copy link
Copy Markdown
Contributor

thanks for the cross ref @thepetk

@michael-valdron

Copy link
Copy Markdown
Contributor

@michael-valdron @JslYoon you all may need to diagnose this a bit, perhaps craft separate PRs to pull in this change plus adjust the test cases accordingly

@gabemontero @thepetk I'll open an issue to address this 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants