#412 Create file indicating that results were reported
Merged 5 years ago by lbrabec. Opened 5 years ago by lbrabec.

@@ -319,6 +319,11 @@ 

          rdb = resultsdb_directive.ResultsdbDirective()

          rdb.process(params={"file": results_file}, arg_data=self.arg_data)

  

+         # create file indicating that results were reported to resultsdb

+         reported_file = os.path.join(self.arg_data['artifactsdir'],

+             test_playbook, 'taskotron', 'results.yml.reported_ok')

+         open(reported_file, 'a').close()

+ 

      def execute(self):

          '''Execute all the tasks in the taskdir

  

no initial comment

rebased onto 7b884f4

5 years ago

Pull-Request has been merged by lbrabec

5 years ago
Metadata