On 5 June 2012 21:08, YongQin Liu wrote:
> Hi, all
>
> Some information:
>
> 1. the boot time is about 2 minutes.
> tested with panda stable build.
>
> 2. the specification of timeout for each test is doing via this bp:
>
> https://blueprints.launchpad.net/lava-dispatcher/+spec/timeout-for-a
One action from Connect was to write up what cbuild is and how it
works. I tidied up the old writeup at:
https://wiki.linaro.org/MichaelHope/Sandbox/cbuild
-- Michael
___
linaro-validation mailing list
[email protected]
http://lists.l
On 6 June 2012 10:11, Zach Pfeffer wrote:
> On 5 June 2012 21:08, YongQin Liu wrote:
> > Hi, all
> >
> > Some information:
> >
> > 1. the boot time is about 2 minutes.
> > tested with panda stable build.
> >
> > 2. the specification of timeout for each test is doing via this bp:
> >
> >
> ht
Hi, all
Some information:
1. the boot time is about 2 minutes.
tested with panda stable build.
2. the specification of timeout for each test is doing via this bp:
https://blueprints.launchpad.net/lava-dispatcher/+spec/timeout-for-android-test-actions
when this BP is completed, the timeo
On Tue, Jun 5, 2012 at 5:57 PM, Zach Pfeffer wrote:
> On 5 June 2012 23:34, Alexander Sack wrote:
>> On Tue, Jun 5, 2012 at 5:26 PM, Zach Pfeffer wrote:
>>> On 5 June 2012 18:23, Alexander Sack wrote:
I feel stopping and rebooting and continuing with the next test is
what we want to a
On Tue, Jun 5, 2012 at 10:57 AM, Zach Pfeffer wrote:
> On 5 June 2012 23:34, Alexander Sack wrote:
> > On Tue, Jun 5, 2012 at 5:26 PM, Zach Pfeffer
> wrote:
> >> On 5 June 2012 18:23, Alexander Sack wrote:
> >>> I feel stopping and rebooting and continuing with the next test is
> >>> what we wa
On 5 June 2012 23:34, Alexander Sack wrote:
> On Tue, Jun 5, 2012 at 5:26 PM, Zach Pfeffer wrote:
>> On 5 June 2012 18:23, Alexander Sack wrote:
>>> I feel stopping and rebooting and continuing with the next test is
>>> what we want to aim for.
>>>
>>> On this front I wonder if we should directl
On 28 May 2012 15:29, YongQin Liu wrote:
> Hi, Zach
>
> I am now working on a bp that adding the timeout process for android test
> action in lava.
> I am not sure if we should reboot the android image when the test run for a
> time longer than expected.
> so I'd like to know your opinion which yo
On 5 June 2012 18:23, Alexander Sack wrote:
> I feel stopping and rebooting and continuing with the next test is
> what we want to aim for.
>
> On this front I wonder if we should directly go for rebooting for
> _all_ tests to ensure that every test gets executed the same runtime
> environment.
>
On Tue, Jun 5, 2012 at 5:26 PM, Zach Pfeffer wrote:
> On 5 June 2012 18:23, Alexander Sack wrote:
>> I feel stopping and rebooting and continuing with the next test is
>> what we want to aim for.
>>
>> On this front I wonder if we should directly go for rebooting for
>> _all_ tests to ensure that
W dniu 05.06.2012 12:48, novello pisze:
> I’m using lava-deployment-tools on ubuntu-12.04-LTS
>
> 1../lava-deployment-tool setup
>
> 2 ./lava-deployment-tool bundle requirement/requirements-latest.txt
>
> 3 ./lava-deployment-tool install testinstance lava.pybundle
>
> etc
>
> the server ht
I'm using lava-deployment-tools on ubuntu-12.04-LTS
1../lava-deployment-tool setup
2 ./lava-deployment-tool bundle requirement/requirements-latest.txt
3 ./lava-deployment-tool install testinstance lava.pybundle
etc
the server http work but i have sum problem due to keyring?
how can i inst
I’m not understand:
LAVA_INSTANCE=ex1 ---> your instance name
. /srv/lava/instances/$LAVA_INSTANCE/instance.conf
Should be:
LAVA_INSTANCE=ex1 testinstance . /srv/lava/instances/testinstance/instance.conf
From: Spring Zhang [mailto:[email protected]]
Sent:
I find a work around, but it not work:
chown -R www-data:www-data foo
foo/bin/uwsgi --ini=foo/etc/lava-server/uwsgi.ini
permission denied in open lava-uwsgi.log
From: Song, Elen
Sent: 2012年6月5日 16:14
To: 'Spring Zhang'
Cc: [email protected]
Subj
I feel stopping and rebooting and continuing with the next test is
what we want to aim for.
On this front I wonder if we should directly go for rebooting for
_all_ tests to ensure that every test gets executed the same runtime
environment.
Big benefit is obviously that tests can then stop service
On 5 June 2012 17:36, Song, Elen wrote:
> I’m not understand:
>
> LAVA_INSTANCE=ex1 ---> your instance name
> . /srv/lava/instances/$LAVA_INSTANCE/instance.conf
>
> ** **
>
> Should be:
>
> ** **
>
> LAVA_INSTANCE=ex1 testinstance .
> /srv/lava/instances/testinstance/instance.conf
>
On 5 June 2012 16:13, Song, Elen wrote:
> Hi Spring:
>
> ** **
>
> http://10.217.2.155/lava-server
>
> is my server ip,
>
> ** **
>
> a2dissite default does not work for me,
>
> ** **
>
> but I do found a err message in /var/log/apache2
>
> ** **
>
> [Tue Jun 05 09:27:46 201
Hi, All
Thanks for all your support.
The verification is completed.
Now you can use staging and panda24 as your will.
And about the result:
All the 20 times boot_linaro_android_image actions in each job are passed.
That's to say totally about 120 times boot_linaro_android_image actions are
passed
Hi Spring:
http://10.217.2.155/lava-server
is my server ip,
a2dissite default does not work for me,
but I do found a err message in /var/log/apache2
[Tue Jun 05 09:27:46 2012] [error] [client 10.217.2.155] uwsgi: unable to
connect to uWSGI server: No such file or directory
Seems uwsgi have so
On 5 June 2012 11:44, Song, Elen wrote:
> Hi Spring and All:
>
> ** **
>
> I’m using lava-deployment-tool-0.3-2012-03.tar.gz to install lava-server
> on ubuntu-12.04-LTS
>
> 1../lava-deployment-tool setup
>
> 2 ./lava-deployment-tool bundle requirement/requirements-latest.txt
>
20 matches
Mail list logo