OTA-1813: Drop a local label on alert-risk e2e#1363
OTA-1813: Drop a local label on alert-risk e2e#1363hongkailiu wants to merge 3 commits intoopenshift:mainfrom
Conversation
|
@hongkailiu: This pull request references OTA-1813 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 story 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: hongkailiu 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 |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
✅ Files skipped from review due to trivial changes (1)
🚧 Files skipped from review as they are similar to previous changes (1)
WalkthroughUpdated a Ginkgo test to import and apply the Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
/testwith openshift/cluster-version-operator/main/e2e-agnostic-ovn-techpreview-serial openshift/origin#30929 |
|
The previous one failed on scheduling issue. Let us retry. /testwith openshift/cluster-version-operator/main/e2e-agnostic-ovn-techpreview-serial openshift/origin#30929 |
|
/retest |
|
/testwith openshift/cluster-version-operator/main/e2e-agnostic-ovn-techpreview-serial openshift/origin#30929 |
|
/retest |
|
/testwith openshift/cluster-version-operator/main/e2e-agnostic-ovn-techpreview-serial-1of3 openshift/origin#30929 |
|
@hongkailiu, |
|
/retest |
|
/testwith openshift/cluster-version-operator/main/e2e-agnostic-ovn-techpreview-serial openshift/origin#30929 |
This is to follow up [1]. We need to fire an alert to test the feature, but it would lead to a job failure unless we get an exception from TRT via [2]. The local label exclusion in test configuration [3] are left for the "local" cases in the future. [1]. https://github.com/openshift/cluster-version-operator/pull/1329/changes#r2977643526 [2]. openshift/origin#30929 [3]. https://github.com/openshift/cluster-version-operator/blob/bb70c3bf2e0fee968cf02bae00b97b7be837a8b0/cmd/cluster-version-operator-tests/main.go#L23-L38
This is to avoid blocking of OCP release from the new e2e test. We will remove the informing label when we feel confident about the collected stats from Sippy about the test.
|
@hongkailiu: This pull request references OTA-1813 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 story 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. |
|
Now that openshift/origin#30929 got in, let us see if the job is green. /test e2e-agnostic-ovn-techpreview-serial-1of3 |
|
@hongkailiu: The following tests 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. |
|
I cannot example why the exception did not work out. /test e2e-agnostic-ovn-techpreview-serial-1of3 |
This is to follow up [1].
We need to fire an alert to test the feature, but it would lead
to a job failure unless we get an exception from TRT via [2].
The local label exclusion in test configuration [3] are left
for the "local" cases in the future.
Then make test informing.
This is to avoid blocking of OCP release from the new e2e
test. We will remove the informing label when we feel
confident about the collected stats from Sippy about the test.
[1]. https://github.com/openshift/cluster-version-operator/pull/1329/changes#r2977643526
[2]. openshift/origin#30929
[3].
cluster-version-operator/cmd/cluster-version-operator-tests/main.go
Lines 23 to 38 in bb70c3b