of the 3 android trybots, this one had the smallest times when looking at their "started builds".
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Removed Commit-Queue+2 by Andrew Grieve <agr...@chromium.org>
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Hmm, the compilator gn args still show strip_debug_info=true...
https://ci.chromium.org/ui/p/chromium/builders/try/android-arm64-rel-compilator/1424004/overview
Should it not be reflected?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Oh
Hmm, the compilator gn args still show strip_debug_info=true...
https://ci.chromium.org/ui/p/chromium/builders/try/android-arm64-rel-compilator/1424004/overviewShould it not be reflected?
Oh... I only set symbol_level... not strip_debug_info...
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Commit-Queue | +2 |
Hmm, the compilator gn args still show strip_debug_info=true...
https://ci.chromium.org/ui/p/chromium/builders/try/android-arm64-rel-compilator/1424004/overview
Should it not be reflected?
Oh... I only set symbol_level... not strip_debug_info...
Ah, okay, my other CL should remove that: https://chromium-review.git.corp.google.com/c/chromium/src/+/7780134
This CL will still test compile times. The other CL will be needed to actually fix stacks. (symbol_level applies to compile step, strip_debug_info applies to link step)
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Removed Commit-Queue+2 by Andrew Grieve <agr...@chromium.org>
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
3 is the latest approved patch-set.
No files were changed between the latest approved patch-set and the submitted one.
Set symbol_level=1 on android-arm64-rel trybot
With it set to 0, we don't get line numbers for stacks.
Before: https://ci.chromium.org/ui/p/chromium/builders/try/android-x64-rel/892829/overview
After: https://ci.chromium.org/ui/p/chromium/builders/try/android-x64-rel/893135/overview
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |