blob: 05fe5b23d7b3c8bb6cf0a550d5e8db006c50d114 [file] [log] [blame]
Jimmy Brissoncb545bd2021-01-06 13:52:58 -06001#
2# Copyright (c) 2021 Arm Limited. All rights reserved.
3#
4# SPDX-License-Identifier: BSD-3-Clause
5#
6set terminal png enhanced font ",18" size 1920, 1080
7set style data histograms
8set style histogram rowstacked
9set boxwidth 0.5 relative
10set style fill solid 1.0 border -1
11set title "Incremental Tests Enabled at each CI level for ".subtitle
12plot 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.)"