-
Notifications
You must be signed in to change notification settings - Fork 211
fix: re-enabled e2e tests for orchestrator workflows. #3966
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
fix: re-enabled e2e tests for orchestrator workflows. #3966
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR TypeBug fix, Tests Description
|
| Relevant files | |||||
|---|---|---|---|---|---|
| Tests |
| ||||
| Configuration changes |
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
||||||||||||
|
The image is available at: /test e2e-ocp-helm |
|
/retest |
christoph-jerolimov
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/cc @christoph-jerolimov @hopehadfield
/lgtm
/approve
|
/retest |
|
🚫 Image Push Skipped. The container image push was skipped because the build was skipped (either due to [skip-build] tag or no relevant changes with existing image) /test e2e-ocp-helm |
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: christoph-jerolimov The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
Skip retest! |
d65cd35
into
redhat-developer:main




Description
In PR #3810, the Orchestrator plugins e2e tests were disabled because there were no Backstage 1.45 compatible OCI images available at the time, which caused the backend to fail during startup.
The Backstage 1.45.3 compatible OCI images are now available in the GitHub Container Registry:
bs_1.45.3__5.1.0- orchestrator frontendbs_1.45.3__8.3.0- orchestrator backendbs_1.45.3__1.1.0- scaffolder-backend-module-orchestratorbs_1.45.3__1.2.0- orchestrator-form-widgetsChanges
Restored Orchestrator Plugins
.ibm/pipelines/value_files/values_showcase.yaml- Added orchestrator plugins with 1.45.3 versions.ibm/pipelines/value_files/values_showcase-rbac.yaml- Added orchestrator plugins with 1.45.3 versionsRe-enabled E2E Tests
e2e-tests/playwright.config.ts- Removed globaltestIgnorepattern for orchestrator testse2e-tests/playwright/e2e/plugins/orchestrator/workflow-all-runs-validations.spec.ts- Removedtest.skip(true, "Disabled on Backstage 1.45 update")Which issue(s) does this PR fix
https://issues.redhat.com/browse/RHIDP-11262
Please make sure that the following steps are complete: