[JIRA] (OVIRT-2690) v2v_conversion_host jenkins job bugged

[ https://ovirt-jira.atlassian.net/browse/OVIRT-2690?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=39098#comment-39098 ] Barak Korren commented on OVIRT-2690: ------------------------------------- It looks like the RPMs end up aving the job name and build number embedded in the package version string. This can happen if the build provcess is using git tags with a command like {{git describe}} to calculate its version number, without first filtering for the right kind of tags. It ends up picking up the tag jenkins sets internally for itself to travk which commit was checked out. If {{git describe}} is used the {{--match}} option needs to be passe to it to whitelist the tags used for version calculation.
v2v_conversion_host jenkins job bugged --------------------------------------
Key: OVIRT-2690 URL: https://ovirt-jira.atlassian.net/browse/OVIRT-2690 Project: oVirt - virtualization made easy Issue Type: By-EMAIL Reporter: sbonazzo Assignee: infra
Hi, just noticed today we have a jenkins job: https://jenkins.ovirt.org/job/oVirt_v2v-conversion-host_standard-on-ghpush/1... which generates packages named like: v2v-conversion-host-1.11.0-0.oVirt_v2v_conversion_host_standard_on.githpush_13.20190301133957.fc27.src.rpm v2v-conversion-host-1.11.0.tar.gz v2v-conversion-host-ansible-1.11.0-0.oVirt_v2v_conversion_host_standard_on.githpush_13.20190301133957.fc27.noarch.rpm v2v-conversion-host-debugsource-1.11.0-0.oVirt_v2v_conversion_host_standard_on.githpush_13.20190301133957.fc27.x86_64.rpm v2v-conversion-host-provider-1.11.0-0.oVirt_v2v_conversion_host_standard_on.githpush_13.20190301133957.fc27.x86_64.rpm v2v-conversion-host-provider-debuginfo-1.11.0-0.oVirt_v2v_conversion_host_standard_on.githpush_13.20190301133957.fc27.x86_64.rpm v2v-conversion-host-wrapper-1.11.0-0.oVirt_v2v_conversion_host_standard_on.githpush_13.20190301133957.fc27.noarch.rpm which are breaking NVR naming conventions for RPMs and are probably the result of a bug within jenkins job. Please fix the job as soon as possible and clean up - https://resources.ovirt.org/repos/ovirt/tested/master - https://resources.ovirt.org/repos/ovirt/tested/4.2 - https://resources.ovirt.org/pub/ovirt-4.2-snapshot - https://resources.ovirt.org/pub/ovirt-master-snapshot Thanks, -- SANDRO BONAZZOLA MANAGER, SOFTWARE ENGINEERING, EMEA R&D RHV Red Hat EMEA <https://www.redhat.com/> sbonazzo@redhat.com <https://red.ht/sig>
-- This message was sent by Atlassian Jira (v1001.0.0-SNAPSHOT#100098)
participants (1)
-
Barak Korren (oVirt JIRA)