avocado.job: Use sequential numbers for variant tags, do not encode names
Basically, trying to encode information of the variants themselves
in the tag name is a lost battle, since:
1) We need unique test ids, and sometimes only the last part of
the name of each variant combined is not going to cut it
2) Coding the entire path of each variant combined would create
in many cases enormous tags and the point would be lost
So go back and use sequential numbers that match the output
of the multiplex plugin. This way it'll be easy to correlate
variants and tag numbers.
Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
Showing
想要评论请 注册 或 登录