-
Notifications
You must be signed in to change notification settings - Fork 213
chore(e2e): add github custom transformer test #3999
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?
chore(e2e): add github custom transformer test #3999
Conversation
Signed-off-by: Jessica He <jhe@redhat.com>
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR TypeTests, Enhancement Description
|
| Relevant files | |||||
|---|---|---|---|---|---|
| Tests |
| ||||
| Enhancement |
| ||||
| Configuration changes |
|
|
|
/test e2e-ocp-operator-auth-providers-nightly |
PR Code Suggestions ✨Explore these optional code suggestions:
|
|||||||||||||||
|
The image is available at: /test e2e-ocp-helm |
|
/test e2e-ocp-operator-auth-providers-nightly |
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.
The values_showcase-auth-providers.yaml file is not used anymore by the auth-providers job, it uses the Operator to deploy RHDH. The changes in the rhdhdeployment.ts file are enough to enable the plugin.
I'll remove the values file soon in a dedicated PR.
Rest looks good to me! Thanks!
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: albarbaro 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 |
|
/test e2e-ocp-helm |
1 similar comment
|
/test e2e-ocp-helm |



Description
Adds E2E test to the auth-provider tests that confirms that the
MY_CUSTOM_ANNOTATIONwas added to users by thegithub-orgcustom transformer. Tests are passing locally.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