-
Notifications
You must be signed in to change notification settings - Fork 50
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
Open issue when ADMX/L builds fail #754
Conversation
Codecov Report
@@ Coverage Diff @@
## main #754 +/- ##
==========================================
- Coverage 86.20% 86.05% -0.15%
==========================================
Files 75 77 +2
Lines 8196 8543 +347
==========================================
+ Hits 7065 7352 +287
- Misses 814 868 +54
- Partials 317 323 +6
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
3a39bdc
to
cd8c544
Compare
cd8c544
to
10e8733
Compare
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.
Nice work, everything looks good to me!
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.
I need some investigation before giving my definitive +1:
Would that spam bugs if the job is restarted and fail again? Is it possible to create an unique issue ? We can imagine checking if one is opened first with a particular label (I would say, let’s create a label for it) and then only open if none found?
@didrocks It won't, no. By default, the action already searches the |
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.
Maybe updating the bug description will be interesting? I can see the logs becoming deprecated and so, using a new fresh run URL could be more useful?
Whatever you decide, we can iterate, but I would give this a short.
ADMX/L build failures sometimes are hard to spot, so opening an issue and syncing it to Jira will help us check for those failures.
This defines a custom template that will be used to create the issue when the build fails.
10e8733
to
c4e1de3
Compare
Updated the job to update the existing issue and to be explicit that it should only search for open issues (in case the default changes someday) |
ADMX/L build failures are sometimes hard to spot and this isn't great. Opening an issue and syncing it to Jira will help us to notice those failures and to start handling them.
Example of issue opened by the action: #756. (It was opened before fixing the job order and without the Jira tag to avoid cluttering Jira with test issues)
UDENG-990