[JIRA] (OST-17) repoman should only sync el7 rpms

Nadav Goldin (oVirt JIRA) jira at ovirt-jira.atlassian.net
Mon Dec 26 15:22:02 UTC 2016


    [ https://ovirt-jira.atlassian.net/browse/OST-17?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=24948#comment-24948 ] 

Nadav Goldin commented on OST-17:
---------------------------------

I think it would be safe enough to just give the full /el7 path in the groovy code that generates 'extra_sources', so repoman would take el7 only.
i.e. change:
https://github.com/oVirt/jenkins/blob/master/jobs/confs/groovy-scripts/test-ovirt-repo.groovy#L100
{code}
sh "echo rec:$repo_url > extra_sources"
{code}

to
{code}
sh "echo rec:$repo_url/el7 > extra_sources"
{code}

As I don't think we have any short term plans to test it on anything else than el7.


> repoman should only sync el7 rpms 
> ----------------------------------
>
>                 Key: OST-17
>                 URL: https://ovirt-jira.atlassian.net/browse/OST-17
>             Project: oVirt system tests
>          Issue Type: Bug
>            Reporter: eyal edri [Administrator]
>            Assignee: infra
>            Priority: Highest
>
> on OST jobs repoman also syncs fc24 rpms without any reason, since we only test el7.
> we should include only el7 x86_64 for now to save time and avoid errors when network is unstable.



--
This message was sent by Atlassian JIRA
(v1000.621.5#100023)


More information about the Infra mailing list