]> git.apps.os.sepia.ceph.com Git - teuthology.git/commit
suite/build_matrix: get rid of '.yaml' in descriptions 1482/head
authorKyr Shatskyy <kyrylo.shatskyy@suse.com>
Fri, 15 May 2020 20:48:47 +0000 (22:48 +0200)
committerKyr Shatskyy <kyrylo.shatskyy@suse.com>
Fri, 15 May 2020 22:14:14 +0000 (00:14 +0200)
commitd9f15d07ebee703c095b73c894c864cc86043e0f
treea610dcc7c9190097ba50614c0508b834a3f2c339
parent2a412c2ce676a7196f8b13bc69af8daacc633948
suite/build_matrix: get rid of '.yaml' in descriptions

Test descriptions have structured representation
fragments the test config is composed from.
It's worth noticing that no other files except yaml
are used for description composition.
Although having the .yaml extentions in the description
looks redundant and has no use in the code.

This change removes many '.yaml' sufixes from
descriptions which make it more compact and easy
to read.

Signed-off-by: Kyr Shatskyy <kyrylo.shatskyy@suse.com>
teuthology/suite/build_matrix.py
teuthology/suite/test/test_build_matrix.py