-
Notifications
You must be signed in to change notification settings - Fork 211
test: tests for github events module #3948
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?
Conversation
Signed-off-by: Kashish Mittal <[email protected]>
|
Skipping CI for Draft Pull Request. |
|
[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 |
Signed-off-by: Kashish Mittal <[email protected]>
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.
Is this the correct place for adding the config related to the Events System? The required config is mentioned in the docs here: https://docs.redhat.com/en/documentation/red_hat_developer_hub/1.8/html/configuring_dynamic_plugins/configuring-rhdh-events-module#proc-configuring-events-module-for-github
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.
yep those are the same configs used in the upstream docs:
| const catalogRepoDetails = { | ||
| name: catalogRepoName, | ||
| url: `github.com/janus-test/${catalogRepoName}`, | ||
| org: "github.com/janus-test", |
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.
Is it fine to use the janus-test org for these tests or should I be using another one?
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.
we should prob have these these placed somewhere the team has access/control to. We can probably discuss a location for this when everyone is back.
33666c1 to
909b63c
Compare
Signed-off-by: Kashish Mittal <[email protected]>
909b63c to
77614f7
Compare
|
|
The image is available at: /test e2e-ocp-helm |
|
@04kash: 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. |



Description
E2E tests for the Github Events Module.
Which issue(s) does this PR fix
Fixes: https://issues.redhat.com/browse/RHIDP-9718
PR acceptance criteria
Please make sure that the following steps are complete:
How to test changes / Special notes to the reviewer