Set the 'testing' status in releaser

This commit is contained in:
Stephan Kulow 2019-04-04 15:16:42 +02:00
parent 0ba07f3a12
commit 39b9653091
2 changed files with 1 additions and 2 deletions

View File

@ -181,8 +181,6 @@ class ToTestPublisher(ToTestManager):
self.update_pinned_descr = False
current_result = self.overall_result(current_snapshot)
current_qa_version = self.current_qa_version()
# releaser should have set this, but to make sure
self.update_status('testing', current_qa_version)
self.logger.info('current_snapshot %s: %s' %
(current_snapshot, self._result2str(current_result)))

View File

@ -57,6 +57,7 @@ class ToTestReleaser(ToTestManager):
return
self.update_totest(new_snapshot)
self.update_status('testing', new_snapshot)
self.write_version_to_dashboard('totest', new_snapshot)
return 1