Re: [openstack-dev] [openstack-infra][openstack-zuul-jobs]Questions about playbook copy module

2018-04-06 Thread Clark Boylan
On Fri, Apr 6, 2018, at 2:32 AM, Andreas Jaeger wrote:
> On 2018-04-06 11:20, Xinni Ge wrote:
> > Sorry, forgot to reply to the mail list.
> > 
> > On Fri, Apr 6, 2018 at 6:18 PM, Xinni Ge  > > wrote:
> > 
> > Hi, Andreas.
> > 
> > Thanks for reply. This is the link of log I am seeing.
> > 
> > http://logs.openstack.org/39/39067dbc1dee99d227f8001595633b5cc98cfc53/release/xstatic-check-version/9172297/ara-report/
> > 
> > 
> > 
> 
> thanks, your analysis is correct, seem we seldom release xstatic packages ;(
> 
> fix is at https://review.openstack.org/559300
> 
> Once that is merged, an infra-root can rerun the release job - please
> ask on #openstack-infra IRC channel,

I've re-enqueued the tag ref and we now have a new failure: 
http://logs.openstack.org/39/39067dbc1dee99d227f8001595633b5cc98cfc53/release/xstatic-check-version/c5baf7e/ara-report/result/09433617-44dd-4ffd-9c57-d62e04dfd75e/.

Reading into that we appear to be running the script from the wrong local 
directory so relative paths don't work as expected. I have proposed 
https://review.openstack.org/559373 to fix this.

Clark

__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [openstack-infra][openstack-zuul-jobs]Questions about playbook copy module

2018-04-06 Thread Xinni Ge
Thank you very much! I will follow up via irc.

2018年4月6日(金) 18:34 Andreas Jaeger :

> On 2018-04-06 11:20, Xinni Ge wrote:
> > Sorry, forgot to reply to the mail list.
> >
> > On Fri, Apr 6, 2018 at 6:18 PM, Xinni Ge  > > wrote:
> >
> > Hi, Andreas.
> >
> > Thanks for reply. This is the link of log I am seeing.
> >
> http://logs.openstack.org/39/39067dbc1dee99d227f8001595633b5cc98cfc53/release/xstatic-check-version/9172297/ara-report/
> > <
> http://logs.openstack.org/39/39067dbc1dee99d227f8001595633b5cc98cfc53/release/xstatic-check-version/9172297/ara-report/
> >
> >
>
> thanks, your analysis is correct, seem we seldom release xstatic packages
> ;(
>
> fix is at https://review.openstack.org/559300
>
> Once that is merged, an infra-root can rerun the release job - please
> ask on #openstack-infra IRC channel,
>
> Andreas
> --
>  Andreas Jaeger aj@{suse.com,opensuse.org} Twitter: jaegerandi
>   SUSE LINUX GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
>GF: Felix Imendörffer, Jane Smithard, Graham Norton,
>HRB 21284 (AG Nürnberg)
> GPG fingerprint = 93A3 365E CE47 B889 DF7F  FED1 389A 563C C272 A126
>
> --
Best Regards,
Xinni Ge
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [openstack-infra][openstack-zuul-jobs]Questions about playbook copy module

2018-04-06 Thread Andreas Jaeger
On 2018-04-06 11:20, Xinni Ge wrote:
> Sorry, forgot to reply to the mail list.
> 
> On Fri, Apr 6, 2018 at 6:18 PM, Xinni Ge  > wrote:
> 
> Hi, Andreas.
> 
> Thanks for reply. This is the link of log I am seeing.
> 
> http://logs.openstack.org/39/39067dbc1dee99d227f8001595633b5cc98cfc53/release/xstatic-check-version/9172297/ara-report/
> 
> 
> 

thanks, your analysis is correct, seem we seldom release xstatic packages ;(

fix is at https://review.openstack.org/559300

Once that is merged, an infra-root can rerun the release job - please
ask on #openstack-infra IRC channel,

Andreas
-- 
 Andreas Jaeger aj@{suse.com,opensuse.org} Twitter: jaegerandi
  SUSE LINUX GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
   GF: Felix Imendörffer, Jane Smithard, Graham Norton,
   HRB 21284 (AG Nürnberg)
GPG fingerprint = 93A3 365E CE47 B889 DF7F  FED1 389A 563C C272 A126


__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [openstack-infra][openstack-zuul-jobs]Questions about playbook copy module

2018-04-06 Thread Xinni Ge
Sorry, forgot to reply to the mail list.

On Fri, Apr 6, 2018 at 6:18 PM, Xinni Ge  wrote:

> Hi, Andreas.
>
> Thanks for reply. This is the link of log I am seeing.
> http://logs.openstack.org/39/39067dbc1dee99d227f8001595633b
> 5cc98cfc53/release/xstatic-check-version/9172297/ara-report/
>
>
> On Fri, Apr 6, 2018 at 5:59 PM, Andreas Jaeger  wrote:
>
>> On 2018-04-06 10:53, Xinni Ge wrote:
>> > Hello there,
>> >
>> > I have some questions about the value of parameter `dest` of copy module
>> > in this file.
>> >
>> > openstack-zuul-jobs/playbooks/xstatic/check-version.yaml
>> > Line:6dest: xstatic_check_version.py
>> >
>> > Ansible documents describe `dest` as  "Remote absolute path where the
>> > file should be copied to".
>> > (http://docs.ansible.com/ansible/devel/modules/copy_module.html#id2)
>> >
>> > I am not quite familiar with ansible but maybe it could be `{{
>> > zuul.executor.log_root
>> > }}/openstack-zuul-jobs/playbooks/xstatic/check-version.yaml` or
>> > something similar ?
>> >
>> > Actually I ran into the problem trying to release a new xstatic package.
>> > The release patch was merged but fail to execute the release job. Just
>> > wondering whether or not it could be the reason of the failure.
>>
>> Could you share a link to the logs for the job that failed, please?
>>
>> > I am not sure about how to debug this, or how to re-launch the release
>> job.
>> > I am very appreciate of it if anybody could kindly help me.
>>
>> Andreas
>> --
>>  Andreas Jaeger aj@{suse.com,opensuse.org} Twitter: jaegerandi
>>   SUSE LINUX GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
>>GF: Felix Imendörffer, Jane Smithard, Graham Norton,
>>HRB 21284 (AG Nürnberg)
>> GPG fingerprint = 93A3 365E CE47 B889 DF7F  FED1 389A 563C C272 A126
>>
>>
>
>
> --
> 葛馨霓 Xinni Ge
>



-- 
葛馨霓 Xinni Ge
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [openstack-infra][openstack-zuul-jobs]Questions about playbook copy module

2018-04-06 Thread Andreas Jaeger
On 2018-04-06 10:53, Xinni Ge wrote:
> Hello there,
> 
> I have some questions about the value of parameter `dest` of copy module
> in this file.
> 
> openstack-zuul-jobs/playbooks/xstatic/check-version.yaml
> Line:6        dest: xstatic_check_version.py
> 
> Ansible documents describe `dest` as  "Remote absolute path where the
> file should be copied to".
> (http://docs.ansible.com/ansible/devel/modules/copy_module.html#id2)
>  
> I am not quite familiar with ansible but maybe it could be `{{
> zuul.executor.log_root
> }}/openstack-zuul-jobs/playbooks/xstatic/check-version.yaml` or
> something similar ?
> 
> Actually I ran into the problem trying to release a new xstatic package.
> The release patch was merged but fail to execute the release job. Just
> wondering whether or not it could be the reason of the failure.

Could you share a link to the logs for the job that failed, please?

> I am not sure about how to debug this, or how to re-launch the release job.
> I am very appreciate of it if anybody could kindly help me.

Andreas
-- 
 Andreas Jaeger aj@{suse.com,opensuse.org} Twitter: jaegerandi
  SUSE LINUX GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
   GF: Felix Imendörffer, Jane Smithard, Graham Norton,
   HRB 21284 (AG Nürnberg)
GPG fingerprint = 93A3 365E CE47 B889 DF7F  FED1 389A 563C C272 A126


__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev