-
Notifications
You must be signed in to change notification settings - Fork 211
fix: move orchestrator tests to nightly-only and fix log functions in… #3982
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
base: main
Are you sure you want to change the base?
fix: move orchestrator tests to nightly-only and fix log functions in… #3982
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR TypeEnhancement, Tests Description
|
| Relevant files | |||||
|---|---|---|---|---|---|
| Enhancement |
| ||||
| Configuration changes |
| ||||
| Documentation |
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
|||||||||||||||||||
|
The image is available at: /test e2e-ocp-helm |
|
🚫 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 |
bef01de to
f9faf7a
Compare
|
🚫 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 |
|
🚫 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 |
d479a9e to
e7ac590
Compare
|
🚫 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 |
|
/test ? |
|
@gustavolira: The following commands are available to trigger required jobs: The following commands are available to trigger optional jobs: Use DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
/test e2e-ocp-helm-nightly |
|
@gustavolira: The following test failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
… subshells - Skip orchestrator E2E tests in mandatory PR job (e2e-ocp-helm) to speed up PRs - Skip orchestrator-infra chart installation in PR jobs - Skip orchestrator workflows deployment in PR jobs - Add PR-specific Helm values that disable orchestrator plugins and config - Export log functions in log.sh to make them available in subshells (fixes 'command not found' errors) - Update CI documentation to reflect orchestrator is nightly-only - Orchestrator tests continue running in all nightly jobs with full coverage This change reduces PR job execution time by avoiding unnecessary orchestrator infrastructure setup while maintaining complete orchestrator test coverage in nightly runs across all platforms (OCP, AKS, EKS, GKE).
Skip 'Edit users and groups and update policies of a role from the overview page' test that is failing due to changes in the RBAC wizard flow. The test needs to be updated to handle the new wizard step sequence.
Skip 'Test that user with IsOwner condition can access the RBAC page' test that is also affected by RBAC wizard flow changes.
e7ac590 to
7ddbf43
Compare
|



… subshells
This change reduces PR job execution time by avoiding unnecessary orchestrator infrastructure setup while maintaining complete orchestrator test coverage in nightly runs across all platforms (OCP, AKS, EKS, GKE).
Description
Please explain the changes you made here.
Which issue(s) does this PR fix
PR acceptance criteria
Please make sure that the following steps are complete:
How to test changes / Special notes to the reviewer