@@ -115,10 +115,10 @@ jobs:
115
115
116
116
./gates_report_brillig.sh 9223372036854775807
117
117
jq '.programs |= map(.package_name |= (. + "_inliner_max"))' gates_report_brillig.json > ./reports/gates_report_brillig_inliner_max.json
118
-
118
+
119
119
./gates_report_brillig.sh 0
120
120
jq '.programs |= map(.package_name |= (. + "_inliner_zero"))' gates_report_brillig.json > ./reports/gates_report_brillig_inliner_zero.json
121
-
121
+
122
122
./gates_report_brillig.sh -9223372036854775808
123
123
jq '.programs |= map(.package_name |= (. + "_inliner_min"))' gates_report_brillig.json > ./reports/gates_report_brillig_inliner_min.json
124
124
@@ -160,14 +160,14 @@ jobs:
160
160
- name : Generate Brillig execution report
161
161
working-directory : ./test_programs
162
162
run : |
163
- mkdir ./reports
164
-
163
+ mkdir ./reports
164
+
165
165
./gates_report_brillig_execution.sh 9223372036854775807
166
166
jq '.programs |= map(.package_name |= (. + "_inliner_max"))' gates_report_brillig_execution.json > ./reports/gates_report_brillig_execution_inliner_max.json
167
167
168
168
./gates_report_brillig_execution.sh 0
169
169
jq '.programs |= map(.package_name |= (. + "_inliner_zero"))' gates_report_brillig_execution.json > ./reports/gates_report_brillig_execution_inliner_zero.json
170
-
170
+
171
171
./gates_report_brillig_execution.sh -9223372036854775808
172
172
jq '.programs |= map(.package_name |= (. + "_inliner_min"))' gates_report_brillig_execution.json > ./reports/gates_report_brillig_execution_inliner_min.json
173
173
@@ -258,15 +258,15 @@ jobs:
258
258
run : |
259
259
./execution_report.sh 0 1
260
260
mv execution_report.json ../execution_report.json
261
-
261
+
262
262
- name : Upload compilation report
263
263
uses : actions/upload-artifact@v4
264
264
with :
265
265
name : in_progress_compilation_report
266
266
path : compilation_report.json
267
267
retention-days : 3
268
268
overwrite : true
269
-
269
+
270
270
- name : Upload execution report
271
271
uses : actions/upload-artifact@v4
272
272
with :
@@ -413,7 +413,7 @@ jobs:
413
413
test_programs/memory_report.sh
414
414
test_programs/parse_memory.sh
415
415
sparse-checkout-cone-mode : false
416
-
416
+
417
417
- name : Download nargo binary
418
418
uses : ./scripts/.github/actions/download-nargo
419
419
@@ -503,10 +503,10 @@ jobs:
503
503
fi
504
504
505
505
upload_compilation_report :
506
- name : Upload compilation report
506
+ name : Upload compilation report
507
507
needs : [generate_compilation_and_execution_report, external_repo_compilation_and_execution_report]
508
508
# We want this job to run even if one variation of the matrix in `external_repo_compilation_and_execution_report` fails
509
- if : always()
509
+ if : always()
510
510
runs-on : ubuntu-22.04
511
511
permissions :
512
512
pull-requests : write
@@ -554,10 +554,10 @@ jobs:
554
554
max-items-in-chart : 50
555
555
556
556
upload_compilation_memory_report :
557
- name : Upload compilation memory report
557
+ name : Upload compilation memory report
558
558
needs : [generate_memory_report, external_repo_memory_report]
559
559
# We want this job to run even if one variation of the matrix in `external_repo_memory_report` fails
560
- if : always()
560
+ if : always()
561
561
runs-on : ubuntu-22.04
562
562
permissions :
563
563
pull-requests : write
@@ -604,10 +604,10 @@ jobs:
604
604
max-items-in-chart : 50
605
605
606
606
upload_execution_memory_report :
607
- name : Upload execution memory report
607
+ name : Upload execution memory report
608
608
needs : [generate_memory_report, external_repo_memory_report]
609
609
# We want this job to run even if one variation of the matrix in `external_repo_memory_report` fails
610
- if : always()
610
+ if : always()
611
611
runs-on : ubuntu-22.04
612
612
permissions :
613
613
pull-requests : write
@@ -655,10 +655,10 @@ jobs:
655
655
656
656
657
657
upload_execution_report :
658
- name : Upload execution report
658
+ name : Upload execution report
659
659
needs : [generate_compilation_and_execution_report, external_repo_compilation_and_execution_report]
660
660
# We want this job to run even if one variation of the matrix in `external_repo_compilation_and_execution_report` fails
661
- if : always()
661
+ if : always()
662
662
runs-on : ubuntu-22.04
663
663
permissions :
664
664
pull-requests : write
0 commit comments