-
Notifications
You must be signed in to change notification settings - Fork 35
TRT-2068: add renames for tests coming from o/k based on the removal of annotations #282
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
TRT-2068: add renames for tests coming from o/k based on the removal of annotations #282
Conversation
@smg247: This pull request references TRT-2068 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 sub-task to target the "4.20.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. |
/hold |
It doesn't surprise me mapping.json didn't get updated if we haven't seen the new names in the wild yet. We need to keep So we could either add those back in, or wait until we get the suites card done |
It sounds like either way we do it we will have to keep the annotation logic in o/k until after suites are implemented and used in origin. Am I understanding that correctly? If that is the case, it makes more sense to do that first rather than remove parts of the annotation logic, but keep others. |
Not necessarily, you could remove all the annotation code except for this: And keep the simple logic for serial/parallel determination, and always append [Suite:k8s]. |
…emoval of annotations
7e8f9cd
to
c6d58a6
Compare
@stbenjam, I updated the mapping to take into account that the suite info will not be removed from the test names (for now). There are now a few changes when I am going to make a corresponding change to o/k after this to delete all annotation rules that don't pertain to suites, but I first have to wait for openshift/kubernetes#2296 to merge. This PR can/should merge prior to my forthcoming o/k change anyways. Edit: openshift/kubernetes#2299 will be ready to merge after this one goes in |
/hold cancel |
c6d58a6
to
10d5131
Compare
… will not be removed from the name yet make mapping update unit test
10d5131
to
35c8ea4
Compare
This looks good to me /lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: smg247, stbenjam 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 |
No description provided.