#370 Repair tests for previous commits
Merged 4 years ago by onosek. Opened 4 years ago by onosek.
onosek/fedpkg fork_tests  into  master

file modified
+3
@@ -21,3 +21,6 @@ 

  

  [fedpkg-stage.pdc]

  url = https://pdc.stg.example.com/

+ 

+ [fedpkg-stage.distgit]

+ apibaseurl = https://src.example.com

file modified
+3
@@ -22,3 +22,6 @@ 

  

  [fedpkg.pdc]

  url = https://pdc.example.com/

+ 

+ [fedpkg.distgit]

+ apibaseurl = https://src.example.com

file modified
+1
@@ -1452,6 +1452,7 @@ 

  

          expected_issue_content = {

              'action': 'new_repo',

+             'branch': 'master',

              'repo': 'foo',

              'namespace': 'tests',

              'description': 'Some description'

Jenkins somehow didn't execute tests at all. Problems were observed after the manual run.

Signed-off-by: Ondrej Nosek onosek@redhat.com

Pull-Request has been merged by onosek

4 years ago