Print metrics postprocessing to stdout
This allows the code to be simplified a little bit.
This commit is contained in:
parent
301c384262
commit
09d44a48b2
3 changed files with 13 additions and 29 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -253,7 +253,7 @@ jobs:
|
|||
fi
|
||||
|
||||
./build/citool/debug/citool postprocess-metrics \
|
||||
${METRICS} ${GITHUB_STEP_SUMMARY}
|
||||
${METRICS} >> ${GITHUB_STEP_SUMMARY}
|
||||
|
||||
- name: upload job metrics to DataDog
|
||||
# This step is not critical, and if some I/O problem happens, we don't want
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue