jenkins_master_check-patch: Can't find push details for remote URL in the push map file

Description

check-patch is failing for the jenkins repo with a strange error:

17:55:49 + /home/jenkins/workspace/jenkins_master_check-patch-fc25-x86_64/jenkins/scripts/pusher.py --log=/home/jenkins/workspace/jenkins_master_check-patch-fc25-x86_64/exported-artifacts/pusher_logs/push_jenkins.log push --if-not-exists --unless-hash=jenkins-jenkins_master_check-patch-fc25-x86_64-3415 master
17:55:49 Can't find push details for remote URL: 'git://gerrit.ovirt.org/jenkins.git' in the push map file.
17:55:49 Build step 'Execute shell' marked build as failure

Example failed jobs:
http://jenkins.ovirt.org/job/jenkins_master_check-patch-fc25-x86_64/3415/
http://jenkins.ovirt.org/job/jenkins_master_check-patch-fcraw-x86_64/1072/
http://jenkins.ovirt.org/job/jenkins_master_check-patch-fc27-x86_64/1051/
http://jenkins.ovirt.org/job/jenkins_master_check-patch-el7-x86_64/3841/
http://jenkins.ovirt.org/job/jenkins_master_check-patch-el7-ppc64le/960/
http://jenkins.ovirt.org/job/jenkins_master_check-patch-fc24-x86_64/3572/
http://jenkins.ovirt.org/job/jenkins_master_check-patch-fc26-x86_64/2293/
http://jenkins.ovirt.org/job/jenkins_master_check-patch-el6-x86_64/3567/

Activity

Show:

Former user February 21, 2018 at 1:31 PM

rebasing the patch fixed the issue

Barak Korren February 21, 2018 at 11:10 AM

The issue is that your jobs are running with an older version of pusher.py that is included in your patch that does not know how to properly resolve annotated tags into commit checksums.

Please rebase your patch on the latest master.

Fixed

Details

Assignee

Reporter

Priority

Created February 21, 2018 at 10:44 AM
Updated February 28, 2018 at 3:33 PM
Resolved February 21, 2018 at 1:31 PM