-
Notifications
You must be signed in to change notification settings - Fork 377
MON-4344: chore: port the test suite over from openshift-tests-private #2635
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
/retest-required |
/testwith openshift/cluster-monitoring-operator/main/e2e-agnostic-operator openshift/release#67778 |
/retest-required |
tests are quite long, some of them fail.
|
the auto case code should be updated for 4.20, tracked in https://issues.redhat.com/browse/MON-4314 |
checked locally, no issue, and we're going to remove this case for e2e, please ignore it if it failed
checked locally, case passed |
case updated for 4.20, tracked in https://issues.redhat.com/browse/MON-4315 |
…perator ginkgo tests the tests are to be added via openshift/cluster-monitoring-operator#2635
b1dd16d
to
cc142c9
Compare
/testwith openshift/cluster-monitoring-operator/main/ginkgo-tests openshift/release#69119 |
@machine424,
|
@@ -29,8 +29,8 @@ BIN_DIR ?= $(shell pwd)/tmp/bin | |||
|
|||
# Docgen related variables | |||
TYPES_TARGET=pkg/manifests/types.go | |||
K8S_VERSION=$(shell echo -n v1. && cat go.mod | grep -w "k8s.io/api" | awk '{ print $$2 }' | cut -d "." -f 2) | |||
PO_VERSION=$(shell cat go.mod | grep "github.com/prometheus-operator/prometheus-operator[^=>]\+$$" | awk '{ print $$2 }' | sort -u) | |||
K8S_VERSION=$(shell go list -m -json k8s.io/api | jq -r '.Version | split(".")[1] | "v1." + .') |
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 old one didn't handle "replace"s well
f7cdf63
to
e3c268b
Compare
/retitle MON-4344: chore: port the test suite over from openshift-tests-private |
@machine424: This pull request references MON-4344 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.21.0" version, but no target version was set. 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 openshift-eng/jira-lifecycle-plugin repository. |
@machine424: This PR has been marked as verified by 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 openshift-eng/jira-lifecycle-plugin repository. |
e3c268b
to
aa19182
Compare
aa19182
to
5cdc92c
Compare
@machine424: This pull request references MON-4344 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.21.0" version, but no target version was set. 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 openshift-eng/jira-lifecycle-plugin repository. |
/verified by e2e-agnostic-operator |
/jira refresh |
@machine424: This PR has been marked as verified by 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 openshift-eng/jira-lifecycle-plugin repository. |
@machine424: This pull request references MON-4344 which is a valid jira 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 openshift-eng/jira-lifecycle-plugin repository. |
/retest-required |
@machine424: The following test 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-sigs/prow repository. I understand the commands that are listed here. |
/retest-required |
/skip |
Nice! I won't pretend to have reviewed the 380k lines :) But the integration part |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jan--f, machine424 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 |
To run using
make test-ginkgo
.openshift/release#69119 will be adding the CI job that will be running that.
This is the first step, the goal is to merge Ginkgo tests into the E2E suite to get a single, unified testing framework.