-
Notifications
You must be signed in to change notification settings - Fork 243
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
Run periodic job on OpenShift CI #2931
Comments
/remove-area release-eng What kind of jobs or test will run nightly? |
@kadel: The label(s) In 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/test-infra repository. |
@kadel: Those labels are not set on the issue: In 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/test-infra repository. |
@kadel: Those labels are not set on the issue: In 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/test-infra repository. |
Updated the description |
@kadel: Those labels are not set on the issue: In 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/test-infra repository. |
Task need to be done
|
How are we going to handle the situations when nightly job fails? |
@kadel We will follow the regular process like we have been doing, file the issue on master and fix it. BTW this is a duration gap of 6hrs periodic job, i mean in every 6 hrs the test (integration+e2e) job will be triggered. Ideally there should be an option of email notification in the job configuration. I need to figure out the way of only getting the e mail notification when the job fails otherwise no email notification is needed. Till then we need to consistently monitor the test results at - https://prow.svc.ci.openshift.org/?repo=openshift%2Fodo EDIT: As per my slack communication with platform team - OpenShift CI does not support email notifications but they do support slack alerts for now. We can opt for slack alerts then.
Once the issue is figured out, the package owner will be the first choice for fixing the issue or anybody can volunteer and fix it. |
Moved this to In Progress as there's nothing really to review. Amit's working on the final bits about sending notifications to slacks. |
adding a link in the docs and notification to slack channel is left |
Where we are on that? Is this getting blocked by something? |
@kadel Yes we are blocked by kubernetes/test-infra#18190. Prow does support notification on multiple slack namespace from a single instance of prow. Currently we have prow available for coreOS slack namespace, so the notification feature will not be supported for https://openshiftdo.slack.com namespace. Anyway we can track the feature request in the issue kubernetes/test-infra#18190 As part of adding the link is concerned i can open up a pr at any moment. |
Can we at least setup notification for our channel in coreos slack? |
Yes, this is doable. I will send a pr. |
I have done the changes through the pr openshift/release#10191 to send the periodic job notification to channel
but did not work as expected. No notification sent to I can not figure out the potential fix from the error statement. I asked it on |
This is not done. |
Yes, its due to platform issue and known flakes. One major periodic test blocker is being worked on pr #3737. |
/close |
@amitkrout: Closing this issue. In 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/test-infra repository. |
Are we tracking those issues somewhere? In the current state, periodic jobs are of no help :( |
/kind feature
Which functionality do you think we should add?
Currently we have high volume of test running for each pr which consumes almost 3hrs. So the plan here is to distribute the test in different types run. For example in nightly run all the test script will run periodically on master branch over a period of time which we should not bother about. The pr test will be validated against integration test only.
Also there is one more benefit to add the nightly run on master branch is to catch the flake if there is any to avoid unpleasant experience while running pr test.
The text was updated successfully, but these errors were encountered: