The bug is trivial to fix, but the task that triggered the exception is unsupported.
A log line now mentions it in the bot execution with this patch:
2024-11-13 09:38:44.000441 [WARNING ] [warning ] Missing firefox-source-docs-url.txt
2024-11-13 09:38:44.000442 [WARNING ] [warning ] An erroneous task processed some artifacts and found no issues or patches id=BHDyOiRpTeCWly7D90XTNw task=source-test-doc-upload
As mentionned, this is due to public/firefox-source-docs-url.txt artifact missing. We cannot do much more on the bot side
Closes #2508
The bug is trivial to fix, but the task that triggered the exception is unsupported.
A log line now mentions it in the bot execution with this patch:
As mentionned, this is due to
public/firefox-source-docs-url.txt
artifact missing. We cannot do much more on the bot side