Comment 2 for bug 1419679

Revision history for this message
Artem Panchenko (apanchenko-8) wrote :

In order to publish results to TestRail we need to add the following steps to the reporter job:

1) clone stackforge/fuel-qa repository from github;
2) export variables: export TESTRAIL_PASSWORD=**** <email address hidden> JENKINS_URL=http://jenkins-product.srt.mirantis.net:8080;
3) run reporter: /usr/bin/python fuelweb_test/testrail/report.py -v -j "6.1.swarm.runner"

Generated TestRail report is idempotent, so script could be ran few times per one job build (e.g. every hour).