Jimmy Brisson | cb545bd | 2021-01-06 13:52:58 -0600 | [diff] [blame^] | 1 | # |
| 2 | # Copyright (c) 2021 Arm Limited. All rights reserved. |
| 3 | # |
| 4 | # SPDX-License-Identifier: BSD-3-Clause |
| 5 | # |
| 6 | set terminal png enhanced font ",18" size 1920, 1080 |
| 7 | set style data histograms |
| 8 | set style histogram rowstacked |
| 9 | set boxwidth 0.5 relative |
| 10 | set style fill solid 1.0 border -1 |
| 11 | set title "Incremental Tests Enabled at each CI level for ".subtitle |
| 12 | plot ARG1 using 2:xtic(1) title "Build-only",\ |
| 13 | '' using 3 title "Static (MISRA, etc.)",\ |
| 14 | '' using 4 title "Component",\ |
| 15 | '' using 5 title "Integration (boot Linux, etc.)" |