Skip to content

Commit ce74e90

Browse files
committed
Capture Graal diagnostic files in CI
1 parent e0ff03f commit ce74e90

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ci.jsonnet

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,10 @@ local part_definitions = {
6767
["ruby", "--version"],
6868
],
6969

70+
catch_files +: [
71+
"Graal diagnostic output saved in (?P<filename>.+\\.zip)",
72+
],
73+
7074
mx_build_options:: [],
7175
},
7276

0 commit comments

Comments
 (0)