Comment 2 for bug 1540365

Revision history for this message
Vasily Gorin (vgorin) wrote : Re: [infra][ci] 8.0 swarm threads for testing plugins are using 'master' branch instead of 'stable/8.0'

I have just found some reasons Why it doesn't work correct.
1. We specify git repository directly in plugin-template.yaml. In other cases repository is specified directly in jobs and after that it is used in template by them name.
2. plugin-template uses openstack macros as scm while system_tests template uses maingit.
3. For main git we should specify repobranch as 'stable/mitaka'(prefix 'origin' is specified inside macros) while for maingit we specify as 'origin/stable/mitaka'

first point is that we should take reponame and repobranch for plugins-template from the job specification.
Second point is that we should have the same format of naming for different scm macros.

Connect with me for questions.