-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Enable 4.6 cluster for odo test on pr and periodic jobs #10346
Enable 4.6 cluster for odo test on pr and periodic jobs #10346
Conversation
aa50d19
to
b1749da
Compare
/retest |
b1749da
to
b933540
Compare
b933540
to
7e525f0
Compare
/retest |
Because of this all the operator hub tests are failing |
7e525f0
to
7c00824
Compare
ci-operator.openshift.io/prowgen-controlled: "true" | ||
ci-operator.openshift.io/variant: v4.6 | ||
pj-rehearse.openshift.io/can-be-rehearsed: "true" | ||
name: periodic-ci-openshift-odo-master-v4.6-integration-e2e-periodic |
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.
Prow job generator does not carry the notification config. First you need to add it manually then run make jobs
to confirm the change.
reporter_config:
slack:
channel: '#odo-notifications'
job_states_to_report:
- success
- failure
- error
report_template: '{{if eq .Status.State "success"}} :rainbow: Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs> :rainbow: {{else}} :volcano: Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs> :volcano: {{end}}'
For reference check - https://github.com/openshift/release/blob/master/ci-operator/jobs/openshift/odo/openshift-odo-master-periodics.yaml#L17-L24
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.
Ahh... missed it thanks for pointing it out 👍
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.
done
79cf8dd
to
b286d2f
Compare
/retest |
/test pj-rehearse |
2887eb9
to
d3f6cfa
Compare
Blocked due to redhat-developer/odo#3882 |
d3f6cfa
to
2cf8786
Compare
/retest |
@prietyc123: The following tests failed, say
Full PR test history. Your PR dashboard. 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. I understand the commands that are listed here. |
da5aeca
to
40e4036
Compare
918ef03
to
02fc41b
Compare
/retest |
02fc41b
to
e2f641b
Compare
/approve |
Config file and the generated job file along with few manual update in the job file looks good to me. /lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: amitkrout, mik-dass, prietyc123 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@prietyc123: Updated the following 3 configmaps:
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. |
Enable 4.6 cluster for odo test on periodic jobs to check the stability of test according to upcoming version
Ping @amitkrout