Closed 0xnm closed 6 months ago
Attention: Patch coverage is 45.45455%
with 6 lines
in your changes are missing coverage. Please review.
Project coverage is 80.75%. Comparing base (
c3626c4
) to head (c7360f4
). Report is 1 commits behind head on develop.
What does this PR do?
This PR will mark upload task as not compatible with configuration cache, meaning it won't be recorded for the configuration cache.
This fixes the issue #251.
Note, that we may come back to the configuration cache support for this task in the future, but for now the issue is that task input expects build ID file to be present, and it will be present only after build run, not at the configuration phase. Complete configuration cache support thus will require major logic changes, which may be not worth it, considering that configuration for this task is very fast.
Review checklist (to be filled by reviewers)