-
Notifications
You must be signed in to change notification settings - Fork 125
Optimized LLVMFailGitHubReporter and added LLVMFailGitHubLabeler #681
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
- Added LLVMLabelFormatter - Added LLVMFailBuildGenerator.is_message_needed_custom - Added the config for labeling `backend:nvptx` - Used GitHubStatusPush.debug flag for the debug purpose (simulate mode) - Moved the issue # checking to is_wrong_issue()
ac78e0e to
60e2217
Compare
|
Hi @slydiman , would you please put here a description how do we detect the cases? I.e. is_message_needed_nvptx_backend() there. As far as I understood the function checks only the result of the 6-th build step, which is |
|
Also, probably you already though about it, but what could be bad in idea with creating a new class based on |
Actually, I don't know the final list of conditions. I did not receive any feedback with details on the draft. So I created this PR. |
I don't like an idea to create a custom class for each specific case. I tried to create an universal class. The handler |
Is it possible to get a link to the draft? Or put here? |
but you like creating the custom functions :).
|
backend:nvptx