Skip to content

Commit 01ff0b3

Browse files
author
Brian Daniels
committed
Removed comments
1 parent a574e1f commit 01ff0b3

File tree

1 file changed

+0
-49
lines changed

1 file changed

+0
-49
lines changed

workspace_tools/build_api.py

Lines changed: 0 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -542,55 +542,6 @@ def write_build_report(build_report, template_filename, filename):
542542
else:
543543
build_report_passing.append(report)
544544

545-
'''build_report_failing = [{
546-
"target": "K64F",
547-
"passing": [
548-
{
549-
"toolchain": "GCC_ARM"
550-
},
551-
{
552-
"toolchain": "ARM"
553-
}
554-
],
555-
"failing": [
556-
{
557-
"toolchain": "GCC_CS"
558-
},
559-
{
560-
"toolchain": "IAR"
561-
}
562-
]
563-
},
564-
{
565-
"target": "KL46Z",
566-
"passing": [
567-
{
568-
"toolchain": "GCC_ARM"
569-
}
570-
],
571-
"failing": [
572-
{
573-
"toolchain": "ARM"
574-
},
575-
{
576-
"toolchain": "IAR"
577-
}
578-
]
579-
}]
580-
581-
build_report_passing = [{
582-
"target": "LPC1768",
583-
"passing": [
584-
{
585-
"toolchain": "GCC_ARM"
586-
},
587-
{
588-
"toolchain": "ARM"
589-
}
590-
],
591-
"failing": []
592-
}]'''
593-
594545
env = Environment(extensions=['jinja2.ext.with_'])
595546
env.loader = FileSystemLoader('ci_templates')
596547
template = env.get_template(template_filename)

0 commit comments

Comments
 (0)