[ovirt-devel] test-repo_ovirt_experimental_4.0

Gil Shinar gshinar at redhat.com
Wed Dec 7 12:31:06 UTC 2016


Looks like it is from day 1
I'll try to see why its like that. Maybe someone has forgotten to copy the
artifacts into that folder

On Wed, Dec 7, 2016 at 2:09 PM, Eyal Edri <eedri at redhat.com> wrote:

>
>
> On Wed, Dec 7, 2016 at 1:51 PM, Gil Shinar <gshinar at redhat.com> wrote:
>
>> Sorry for opening a different mailing thread with Juan without CCIng you
>> as well.
>> I think we have an issue with the ovirt-engine-sdk job for 4.0. As you
>> can see in [1], the RPMs this job is generating has different names than
>> what master job [2] is generating.
>>
>> Having said the above, Now [3] I see that it has the right name.
>>
>
> Yes, I guess last time it run was before we split the jobs.
> What about the warn in deploy to experimental? is it harmless? since i now
> see job back to stable. (the test experimental)
>
>
>>
>> [1] http://jenkins.ovirt.org/job/ovirt-engine-sdk_4.0_build-
>> artifacts-el7-x86_64/72/
>> [2] http://jenkins.ovirt.org/job/ovirt-engine-sdk_master_bui
>> ld-artifacts-el7-x86_64/
>> [3] http://jenkins.ovirt.org/job/ovirt-engine-sdk_4.0_build-
>> artifacts-el7-x86_64/
>>
>> On Wed, Dec 7, 2016 at 1:03 PM, Eyal Edri <eedri at redhat.com> wrote:
>>
>>> There might be a bug in the sdk 4.0 job, the experimental flow didn't
>>> publish artifacts [1] since it couldn't find them in exported-artifacts:
>>>
>>>
>>> WARN: No artifacts found that match the file pattern
>>> "exported-artifacts/**". Configuration error?
>>> WARN: ?exported-artifacts/**? doesn?t match anything, but ?**? does.
>>> Perhaps that?s what you mean?
>>>
>>> [1] http://jenkins.ovirt.org/job/deploy-to-ovirt_experimental_4.
>>> 0/5281/console
>>>
>>> On Wed, Dec 7, 2016 at 12:56 PM, Eyal Edri <eedri at redhat.com> wrote:
>>>
>>>> I triggered the sdk job [1] so it should publish the rpms to 4.0 repo
>>>> soon,
>>>> Lets give it one hour and see if it fixed the issue.
>>>>
>>>> Regadless, please open a ticket in JIRA to investigate why the rpm was
>>>> deleted.
>>>>
>>>> [1] http://jenkins.ovirt.org/job/ovirt-engine-sdk_4.0_build-
>>>> artifacts-el7-x86_64/73/console
>>>>
>>>> On Wed, Dec 7, 2016 at 12:46 PM, Eyal Edri <eedri at redhat.com> wrote:
>>>>
>>>>> try triggering the ovirt sdk job build artifacts for 4.0.
>>>>> maybe for some reason it was removed from experimental,  we will need
>>>>> to check what caused it to be removed.
>>>>>
>>>>> On Dec 7, 2016 12:39, "Shlomo Ben David" <sbendavi at redhat.com> wrote:
>>>>>
>>>>>> Hi All,
>>>>>>
>>>>>> The [1] job is failing with the following error:
>>>>>>
>>>>>> *+ yum install --nogpgcheck -y --downloaddir=/dev/shm ovirt-engine ovirt-log-collector 'ovirt-engine-extension-aaa-ldap*'
>>>>>> Error: Package: ovirt-engine-cli-3.6.9.3-0.1.20161202.git61c5da9.el7.centos.noarch (alocalsync)
>>>>>>            Requires: ovirt-engine-sdk-python >= 3.6.0.0
>>>>>>  [0m
>>>>>>  [36m    * [Thread-4] Deploy VM lago-basic-suite-4-0-engine:  [31mERROR [0m (in 0:01:51) [0m
>>>>>>  [31mError while running thread
>>>>>> Traceback (most recent call last):
>>>>>>   File "/usr/lib/python2.7/site-packages/lago/utils.py", line 55, in _ret_via_queue
>>>>>>     queue.put({'return': func()})
>>>>>>   File "/usr/lib/python2.7/site-packages/lago/prefix.py", line 1242, in _deploy_host
>>>>>>     host.name <http://host.name>(),
>>>>>> RuntimeError: /home/jenkins/workspace/test-repo_ovirt_experimental_4.0/ovirt-system-tests/deployment-basic-suite-4.0/default/scripts/_home_jenkins_workspace_test-repo_ovirt_experimental_4.0_ovirt-system-tests_basic-suite-4.0_.._common_deploy-scripts_setup_engine.sh failed with status 1 on lago-basic-suite-4-0-engine [0m
>>>>>>  [36m  # Deploy environment:  [31mERROR [0m (in 0:01:51) [0m
>>>>>>  [36m@ Deploy oVirt environment:  [31mERROR [0m (in 0:01:51) [0m
>>>>>>  [31mError occured, aborting
>>>>>> Traceback (most recent call last):
>>>>>>   File "/usr/lib/python2.7/site-packages/ovirtlago/cmd.py", line 264, in do_run
>>>>>>     self.cli_plugins[args.ovirtverb].do_run(args)
>>>>>>   File "/usr/lib/python2.7/site-packages/lago/plugins/cli.py", line 184, in do_run
>>>>>>     self._do_run(**vars(args))
>>>>>>   File "/usr/lib/python2.7/site-packages/lago/utils.py", line 489, in wrapper
>>>>>>     return func(*args, **kwargs)
>>>>>>   File "/usr/lib/python2.7/site-packages/lago/utils.py", line 500, in wrapper
>>>>>>     return func(*args, prefix=prefix, **kwargs)
>>>>>>   File "/usr/lib/python2.7/site-packages/ovirtlago/cmd.py", line 187, in do_deploy
>>>>>>     prefix.deploy()
>>>>>>   File "/usr/lib/python2.7/site-packages/lago/log_utils.py", line 621, in wrapper
>>>>>>     return func(*args, **kwargs)
>>>>>>   File "/usr/lib/python2.7/site-packages/ovirtlago/reposetup.py", line 67, in wrapper
>>>>>>     return func(*args, **kwargs)
>>>>>>   File "/usr/lib/python2.7/site-packages/ovirtlago/__init__.py", line 198, in deploy
>>>>>>     return super(OvirtPrefix, self).deploy()
>>>>>>   File "/usr/lib/python2.7/site-packages/lago/log_utils.py", line 621, in wrapper
>>>>>>     return func(*args, **kwargs)
>>>>>>   File "/usr/lib/python2.7/site-packages/lago/prefix.py", line 1249, in deploy
>>>>>>     self._deploy_host, self.virt_env.get_vms().values()
>>>>>>   File "/usr/lib/python2.7/site-packages/lago/utils.py", line 97, in invoke_in_parallel
>>>>>>     vt.join_all()
>>>>>>   File "/usr/lib/python2.7/site-packages/lago/utils.py", line 55, in _ret_via_queue
>>>>>>     queue.put({'return': func()})
>>>>>>   File "/usr/lib/python2.7/site-packages/lago/prefix.py", line 1242, in _deploy_host
>>>>>>     host.name <http://host.name>(),
>>>>>> RuntimeError: /home/jenkins/workspace/test-repo_ovirt_experimental_4.0/ovirt-system-tests/deployment-basic-suite-4.0/default/scripts/_home_jenkins_workspace_test-repo_ovirt_experimental_4.0_ovirt-system-tests_basic-suite-4.0_.._common_deploy-scripts_setup_engine.sh failed with status 1 on lago-basic-suite-4-0-engine [0m
>>>>>> *
>>>>>>
>>>>>> [1] - http://jenkins.ovirt.org/job/test-repo_ovirt_experimental_
>>>>>> 4.0/3416/console
>>>>>>
>>>>>> Could you please check this issue?
>>>>>>
>>>>>>
>>>>>> Thanks in advanced,
>>>>>>
>>>>>> Shlomi Ben-David | DevOps Engineer | Red Hat ISRAEL
>>>>>> RHCSA | RHCE
>>>>>> IRC: shlomibendavid (on #rhev-integ, #rhev-dev, #rhev-ci)
>>>>>>
>>>>>> OPEN SOURCE - 1 4 011 && 011 4 1
>>>>>>
>>>>>> _______________________________________________
>>>>>> Devel mailing list
>>>>>> Devel at ovirt.org
>>>>>> http://lists.ovirt.org/mailman/listinfo/devel
>>>>>>
>>>>>
>>>>
>>>>
>>>> --
>>>> Eyal Edri
>>>> Associate Manager
>>>> RHV DevOps
>>>> EMEA ENG Virtualization R&D
>>>> Red Hat Israel
>>>>
>>>> phone: +972-9-7692018
>>>> irc: eedri (on #tlv #rhev-dev #rhev-integ)
>>>>
>>>
>>>
>>>
>>> --
>>> Eyal Edri
>>> Associate Manager
>>> RHV DevOps
>>> EMEA ENG Virtualization R&D
>>> Red Hat Israel
>>>
>>> phone: +972-9-7692018
>>> irc: eedri (on #tlv #rhev-dev #rhev-integ)
>>>
>>
>>
>
>
> --
> Eyal Edri
> Associate Manager
> RHV DevOps
> EMEA ENG Virtualization R&D
> Red Hat Israel
>
> phone: +972-9-7692018
> irc: eedri (on #tlv #rhev-dev #rhev-integ)
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ovirt.org/pipermail/devel/attachments/20161207/d2865551/attachment-0001.html>


More information about the Devel mailing list