Improve CI log cleanup further

This commit is contained in:
Tobias Koppers 2018-06-04 07:24:12 +02:00
parent 2ca1161ad5
commit 53f7debdc9
1 changed files with 6 additions and 6 deletions

View File

@ -77,7 +77,7 @@ rules:
id: logResult id: logResult
value: "{{{fetch}}}" value: "{{{fetch}}}"
remove: remove:
- "\\m\\[2K\\m\\[1G|\\m\\[999D\\m\\[K" - ".\\[2K.\\[1G|.\\[999D.\\[K"
- "^[\\s\\S]+?\\$ yarn travis:\\$JOB_PART.*\n" - "^[\\s\\S]+?\\$ yarn travis:\\$JOB_PART.*\n"
- "\\$ node --max-old-space-size=4096.*\n" - "\\$ node --max-old-space-size=4096.*\n"
- ".+rimraf coverage" - ".+rimraf coverage"
@ -90,7 +90,7 @@ rules:
- "Force exiting Jest\n\nHave you considered.+" - "Force exiting Jest\n\nHave you considered.+"
- "=============================== Coverage summary ===============================[\\s\\S]+?================================================================================" - "=============================== Coverage summary ===============================[\\s\\S]+?================================================================================"
- " *PASS *test/.*\n" - " *PASS *test/.*\n"
- "^\\s+|\\s+$" - "^\\s+\n|\\s+$"
string_cleanup_1: string_cleanup_1:
id: firstError id: firstError
value: "{{{logResult}}}" value: "{{{logResult}}}"
@ -162,7 +162,7 @@ rules:
id: logResult id: logResult
value: "{{{fetch}}}" value: "{{{fetch}}}"
remove: remove:
- "\\m\\[2K\\m\\[1G|\\m\\[999D\\m\\[K" - ".\\[2K.\\[1G|.\\[999D.\\[K"
- "^[\\s\\S]+?\\$ yarn travis:\\$JOB_PART.*\n" - "^[\\s\\S]+?\\$ yarn travis:\\$JOB_PART.*\n"
- "\\$ node --max-old-space-size=4096.*\n" - "\\$ node --max-old-space-size=4096.*\n"
- ".+rimraf coverage" - ".+rimraf coverage"
@ -176,7 +176,7 @@ rules:
- "Force exiting Jest\n\nHave you considered.+" - "Force exiting Jest\n\nHave you considered.+"
- "=============================== Coverage summary ===============================[\\s\\S]+?================================================================================" - "=============================== Coverage summary ===============================[\\s\\S]+?================================================================================"
- " *PASS *test/.*\n" - " *PASS *test/.*\n"
- "^\\s+|\\s+$" - "^\\s+\n|\\s+$"
string_cleanup_1: string_cleanup_1:
id: firstError id: firstError
value: "{{{logResult}}}" value: "{{{logResult}}}"
@ -248,7 +248,7 @@ rules:
id: logResult id: logResult
value: "{{{fetch}}}" value: "{{{fetch}}}"
remove: remove:
- "\\m\\[2K\\m\\[1G|\\m\\[999D\\m\\[K" - ".\\[2K.\\[1G|.\\[999D.\\[K"
- "^[\\s\\S]+?\\$ yarn travis:\\$JOB_PART.*\n" - "^[\\s\\S]+?\\$ yarn travis:\\$JOB_PART.*\n"
- "\\$ node --max-old-space-size=4096.*\n" - "\\$ node --max-old-space-size=4096.*\n"
- ".+rimraf coverage" - ".+rimraf coverage"
@ -262,7 +262,7 @@ rules:
- "Force exiting Jest\n\nHave you considered.+" - "Force exiting Jest\n\nHave you considered.+"
- "=============================== Coverage summary ===============================[\\s\\S]+?================================================================================" - "=============================== Coverage summary ===============================[\\s\\S]+?================================================================================"
- " *PASS *test/.*\n" - " *PASS *test/.*\n"
- "^\\s+|\\s+$" - "^\\s+\n|\\s+$"
actions: actions:
comment: comment:
identifier: "ci-result" identifier: "ci-result"