-
Notifications
You must be signed in to change notification settings - Fork 4.8k
MON-4389: Add tests for telemetry collection profile
#30643
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
|
Pipeline controller notification For optional jobs, comment This repository is configured in: automatic mode |
|
@rexagod: This pull request references MON-4389 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the task to target the "4.22.0" version, but no target version was set. 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 openshift-eng/jira-lifecycle-plugin repository. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: rexagod 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 |
|
@rexagod: This pull request references MON-4389 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the task to target the "4.22.0" version, but no target version was set. 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 openshift-eng/jira-lifecycle-plugin repository. |
Adds tests corresponding to the changes done in openshift/cluster-monitoring-operator#2694 Signed-off-by: Pranshu Srivastava <rexagod@gmail.com>
9db9e21 to
0e1dd25
Compare
| if !exutil.IsTechPreviewNoUpgrade(tctx, oc.AdminConfigClient()) { | ||
| g.Skip("skipping, this feature is only supported on TechPreviewNoUpgrade clusters") | ||
| } |
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.
|
@rexagod: 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. |
|
/test openshift/origin/main/e2e-aws-ovn-single-node-serial openshift/cluster-monitoring-operator#2694 |
|
@rexagod: The specified target(s) for 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. |
|
/testwith openshift/origin/main/e2e-aws-ovn-single-node-serial openshift/cluster-monitoring-operator#2694 |
|
/testwith openshift/origin/main/e2e-aws-ovn-serial-1of2 openshift/cluster-monitoring-operator#2694 |
|
@rexagod, |
|
@rexagod, |
|
/payload-job-with-prs pull-ci-openshift-router-master-e2e-aws-serial-1of2 openshift/cluster-monitoring-operator#2694 |
|
@rexagod: given command is invalid: at least one of the commands given is only supported on a one-command-per-comment basis, please separate out commands as multiple comments |
|
/payload-job-with-prs pull-ci-openshift-origin-main-e2e-aws-ovn-serial-1of2 openshift/cluster-monitoring-operator#2694 |
|
@rexagod: trigger 0 job(s) for the /payload-(with-prs|job|aggregate|job-with-prs|aggregate-with-prs) command |
|
/payload-job-with-prs periodic-ci-openshift-release-master-nightly-4.22-e2e-aws-ovn-serial-1of2 openshift/cluster-monitoring-operator#2694 |
|
@rexagod: trigger 1 job(s) for the /payload-(with-prs|job|aggregate|job-with-prs|aggregate-with-prs) command
See details on https://pr-payload-tests.ci.openshift.org/runs/ci/c20b6940-e2ae-11f0-8ea5-16a9a10b06e5-0 |
|
/payload-job-with-prs periodic-ci-openshift-release-master-nightly-4.22-e2e-aws-ovn-serial-2of2 openshift/cluster-monitoring-operator#2694 |
|
@rexagod: trigger 1 job(s) for the /payload-(with-prs|job|aggregate|job-with-prs|aggregate-with-prs) command
See details on https://pr-payload-tests.ci.openshift.org/runs/ci/d67b5840-e2ae-11f0-903c-6c0ebc3e7cfd-0 |
Adds tests corresponding to the changes done in openshift/cluster-monitoring-operator#2694, needs that PR to go in first.