Skip to content

Commit fc4d6e6

Browse files
committed
[GR-65967] Add comment about extra catch_files pattern in buildbot
PullRequest: graal/21110
2 parents e7523fc + 172bb4f commit fc4d6e6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ci/common.jsonnet

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,11 @@ local common_json = import "../common.json";
142142

143143
common_catch_files: {
144144
catch_files+: [
145+
# There are additional catch_files-like patterns in buildbot/graal/catcher.py for:
146+
# * hs_err_pid*.log files
147+
# * Dumping IGV graphs to (?P<filename>.+(\.gv\.xml|\.bgv))
148+
# * CFGPrinter: Output to file (?P<filename>.*compilations-.+\.cfg)
149+
# There are defined there for efficiency reasons.
145150
# Keep in sync with jdk.graal.compiler.debug.StandardPathUtilitiesProvider#DIAGNOSTIC_OUTPUT_DIRECTORY_MESSAGE_REGEXP
146151
"Graal diagnostic output saved in '(?P<filename>[^']+)'",
147152
# Keep in sync with jdk.graal.compiler.debug.DebugContext#DUMP_FILE_MESSAGE_REGEXP

0 commit comments

Comments
 (0)