blob: 25ab2017f88c5b9a883d895b3b3b1765de9190b3 [file] [log] [blame]
Chris Kay7e61b4d2022-01-10 11:48:02 +00001- job:
2 name: tf-a-test-category-visualization
3 description: >-
4 Generates a visualization of TFTF tests by their test group and category.
5 node: docker-amd64-tf-a-jammy
6 concurrent: true
7 properties:
Chris Kay7e61b4d2022-01-10 11:48:02 +00008 - build-discarder:
9 days-to-keep: 30
10 parameters:
11 - string:
12 name: CI_REFSPEC
13 default: +refs/heads/master:refs/remotes/origin/master
14 - string:
Saheer Babub495f032025-01-21 23:01:11 +000015 name: JOBS_REFSPEC
16 default: 'refs/heads/master'
17 description: |
18 tf-a-job-configs refspec to use. The master branch is used by default.
19 - string:
Chris Kay7e61b4d2022-01-10 11:48:02 +000020 name: FILTER
21 default:
22 description: Optional job/group filter string (e.g. <code>juno</code>).
23 builders:
24 - shell: !include-raw: scripts/clone.sh
25 - shell: |
26 mkdir -p output
27
28 cd tf-a-ci-scripts &&
29 bash script/graphs/categorize-tests.bash ${FILTER} \
30 > ../output.png 2> ../output.tsv
31 publishers:
32 - archive:
33 artifacts: output.*