-
Notifications
You must be signed in to change notification settings - Fork 71
OCPBUGS-38119: Update junit report file name to show spec results on Test Grid #832
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
OCPBUGS-38119: Update junit report file name to show spec results on Test Grid #832
Conversation
Signed-off-by: Per Goncalves da Silva <[email protected]>
@perdasilva: This pull request explicitly references no 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. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: perdasilva 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 |
@perdasilva: all tests passed! 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. |
/lgtm |
@perdasilva: Jira Issue OCPBUGS-38119: All pull requests linked via external trackers have merged: Jira Issue OCPBUGS-38119 has been moved to the MODIFIED state. 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. |
I reached out to @stevekuznetsov before and he reckoned TG 👀 at the junit report. I was guessing it could be related to the file name. Maybe it looks for junit-*.xml ? |
/cherry-pick release-4.16,release-4.15 |
@perdasilva: cannot checkout 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-sigs/prow repository. |
Are there multiple cherry-pick commands ('cherry-pick', 'cherrypick')? This doc suggests there are, so I'm confused. |
trying /jira backport to see if that works better =D |
/jira backport release-4.16, release-4.15 |
(doc shows no spaces between releases in |
I can't remember for the life of me how TestGrid determines the corpus of results to ingest. Naively I was assuming if the Prow/Deck overview for a single job shows individual tests, then TestGrid would know how to find them. Make sure your TestGrid configuration knows about all of your branches and jobs, though. /cherry-pick release-4.16 release-4.15 |
@stevekuznetsov: only openshift org members may request cherry picks. If you are already part of the org, make sure to change your membership to public. Otherwise you can still do the cherry-pick manually. 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-sigs/prow repository. |
🙃 The robots don't like me any more, but that's the command you want to use. |
/cherry-pick release-4.16 release-4.15 |
@perdasilva: #832 failed to apply on top of branch "release-4.16":
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-sigs/prow repository. |
NO-ISSUE: Update junit report file name to show spec results on Test Grid
[ART PR BUILD NOTIFIER] Distgit: operator-registry |
[ART PR BUILD NOTIFIER] Distgit: operator-lifecycle-manager |
[ART PR BUILD NOTIFIER] Distgit: ose-operator-framework-tools |
/lgtm |
@perdasilva: Jira Issue OCPBUGS-38119 is in an unrecognized state (Verified) and will not be moved to the MODIFIED state. 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. |
NO-ISSUE: Update junit report file name to show spec results on Test Grid
I've noticed that the 4.14 test grid shows the individual spec results for the e2e tests. Looking at the diff between what we do in 4.17 and what we do in 4.14, it seems that the only difference is the filename. Updating the junit report filename back to
junit_e2e.xml
.4.14
master (4.17)