dmlc / gluon-nlp

NLP made easy
https://nlp.gluon.ai/
Apache License 2.0
2.55k stars 538 forks source link

expose batch job logs as build artifacts #1341

Closed szha closed 4 years ago

szha commented 4 years ago

Description

currently the batch job stdout/stderr outputs are dumped to the github actions worker. for easier debugging let's expose batch job logs as build artifacts

sxjscience commented 4 years ago

Also need to support codecov. After https://github.com/dmlc/gluon-nlp/pull/1337 is merged, we now support the "--runslow" option, which will only be turned on for the Batch instance. Thus, the codecov reduced significantly because there is no codecov uploaded.

barry-jin commented 4 years ago

closes via #1349