@@ -120,10 +120,10 @@ jobs:
120
120
121
121
./gates_report_brillig.sh 9223372036854775807
122
122
jq '.programs |= map(.package_name |= (. + "_inliner_max"))' gates_report_brillig.json > ./reports/gates_report_brillig_inliner_max.json
123
-
123
+
124
124
./gates_report_brillig.sh 0
125
125
jq '.programs |= map(.package_name |= (. + "_inliner_zero"))' gates_report_brillig.json > ./reports/gates_report_brillig_inliner_zero.json
126
-
126
+
127
127
./gates_report_brillig.sh -9223372036854775808
128
128
jq '.programs |= map(.package_name |= (. + "_inliner_min"))' gates_report_brillig.json > ./reports/gates_report_brillig_inliner_min.json
129
129
@@ -176,14 +176,14 @@ jobs:
176
176
- name : Generate Brillig execution report
177
177
working-directory : ./test_programs
178
178
run : |
179
- mkdir ./reports
180
-
179
+ mkdir ./reports
180
+
181
181
./gates_report_brillig_execution.sh 9223372036854775807
182
182
jq '.programs |= map(.package_name |= (. + "_inliner_max"))' gates_report_brillig_execution.json > ./reports/gates_report_brillig_execution_inliner_max.json
183
183
184
184
./gates_report_brillig_execution.sh 0
185
185
jq '.programs |= map(.package_name |= (. + "_inliner_zero"))' gates_report_brillig_execution.json > ./reports/gates_report_brillig_execution_inliner_zero.json
186
-
186
+
187
187
./gates_report_brillig_execution.sh -9223372036854775808
188
188
jq '.programs |= map(.package_name |= (. + "_inliner_min"))' gates_report_brillig_execution.json > ./reports/gates_report_brillig_execution_inliner_min.json
189
189
@@ -296,15 +296,15 @@ jobs:
296
296
run : |
297
297
./execution_report.sh 0 1
298
298
mv execution_report.json ../execution_report.json
299
-
299
+
300
300
- name : Upload compilation report
301
301
uses : actions/upload-artifact@v4
302
302
with :
303
303
name : in_progress_compilation_report
304
304
path : compilation_report.json
305
305
retention-days : 3
306
306
overwrite : true
307
-
307
+
308
308
- name : Upload execution report
309
309
uses : actions/upload-artifact@v4
310
310
with :
@@ -404,7 +404,7 @@ jobs:
404
404
PACKAGE_NAME=$(basename $PACKAGE_NAME)
405
405
mv ./test-repo/${{ matrix.project.path }}/execution_report.json ./execution_report_$PACKAGE_NAME.json
406
406
echo "execution_report_name=$PACKAGE_NAME" >> $GITHUB_OUTPUT
407
-
407
+
408
408
- name : Upload compilation report
409
409
uses : actions/upload-artifact@v4
410
410
with :
@@ -422,10 +422,10 @@ jobs:
422
422
overwrite : true
423
423
424
424
upload_compilation_report :
425
- name : Upload compilation report
425
+ name : Upload compilation report
426
426
needs : [generate_compilation_and_execution_report, external_repo_compilation_and_execution_report]
427
427
# We want this job to run even if one variation of the matrix in `external_repo_compilation_and_execution_report` fails
428
- if : always()
428
+ if : always()
429
429
runs-on : ubuntu-22.04
430
430
permissions :
431
431
pull-requests : write
@@ -595,10 +595,10 @@ jobs:
595
595
overwrite : true
596
596
597
597
upload_compilation_memory_report :
598
- name : Upload compilation memory report
598
+ name : Upload compilation memory report
599
599
needs : [generate_memory_report, external_repo_memory_report]
600
600
# We want this job to run even if one variation of the matrix in `external_repo_memory_report` fails
601
- if : always()
601
+ if : always()
602
602
runs-on : ubuntu-22.04
603
603
permissions :
604
604
pull-requests : write
@@ -665,10 +665,10 @@ jobs:
665
665
max-items-in-chart : 50
666
666
667
667
upload_execution_memory_report :
668
- name : Upload execution memory report
668
+ name : Upload execution memory report
669
669
needs : [generate_memory_report, external_repo_memory_report]
670
670
# We want this job to run even if one variation of the matrix in `external_repo_memory_report` fails
671
- if : always()
671
+ if : always()
672
672
runs-on : ubuntu-22.04
673
673
permissions :
674
674
pull-requests : write
@@ -736,10 +736,10 @@ jobs:
736
736
737
737
738
738
upload_execution_report :
739
- name : Upload execution report
739
+ name : Upload execution report
740
740
needs : [generate_compilation_and_execution_report, external_repo_compilation_and_execution_report]
741
741
# We want this job to run even if one variation of the matrix in `external_repo_compilation_and_execution_report` fails
742
- if : always()
742
+ if : always()
743
743
runs-on : ubuntu-22.04
744
744
permissions :
745
745
pull-requests : write
0 commit comments