Re: [Linaro-validation] New publishing infra prototype report

2013-05-31 Thread Neil Williams
wondering how much overlap there could be between publishing for CI and publishing IP addresses between clients running a Multi-Node job. I've only done the briefest look at the Multi-Node aspects so far, there's a PDF I've shared with some rough flow ideas for Parent-Child-Communication. -- Neil

Re: [Linaro-validation] New publishing infra prototype report

2013-06-04 Thread Neil Williams
On 3 June 2013 19:18, Paul Sokolovsky paul.sokolov...@linaro.org wrote: On Mon, 3 Jun 2013 12:57:43 +0100 James Tunnicliffe james.tunnicli...@linaro.org wrote: I know some of our ARM slaves are a bit CPU light, but they also tend to have slow network connections. I am sure a bit of

[Linaro-validation] PEP8 checker variability

2013-07-15 Thread Neil Williams
a comment but that won't change how PyCharm shows the file, yet this error has nothing to do with PEP8 AFAICT. How intrusive do we want to go for PEP8? PyCharm isn't going to be the PEP8 checker used during packaging or deployment, so what checker are we going to use and how? -- Neil Williams

Re: [Linaro-validation] LAVA prompt and boot complete matches

2013-07-23 Thread Neil Williams
of the previous command in the prompt before, but don't know if I need to get images set up to do that or if I can script setting that up as part of a test or boot process. lava_test_shell will provide that scripting. (MultiNode extends that support to add more stuff). -- Neil Williams

Re: [Linaro-validation] testing dispatcher code changes

2013-07-24 Thread Neil Williams
. Configuration changes need to happen in etc/ (and the db). -- Neil Williams = http://www.linux.codehelp.co.uk/ signature.asc Description: PGP signature ___ linaro-validation mailing list linaro-validation@lists.linaro.org http

Re: [Linaro-validation] reboot after installing dependencies?

2013-08-27 Thread Neil Williams
is the right way to do it after all. Ideally we could also have a separate action to just install packages in the test image, but I think the overhead of using a separate lava-test-shell test definition is low enough. That can just as easily be a single YAML file. -- Neil Williams = http

Re: [Linaro-validation] reboot after installing dependencies?

2013-08-27 Thread Neil Williams
On Tue, 27 Aug 2013 14:34:09 +0300 Fathi Boudra fathi.bou...@linaro.org wrote: On 27 August 2013 14:17, Neil Williams codeh...@debian.org wrote: It is up to the test writer to put the reboots in the right places. What we do need to do is document that this is done by having more than one

Re: [Linaro-validation] reboot after installing dependencies?

2013-09-20 Thread Neil Williams
a reboot between each lava_test_shell operation. -- Neil Williams = http://www.linux.codehelp.co.uk/ signature.asc Description: PGP signature ___ linaro-validation mailing list linaro-validation@lists.linaro.org http://lists.linaro.org

Re: [Linaro-validation] errore in lava-dispacher

2013-10-05 Thread Neil Williams
of the KVM types to test your own installation. -- Neil Williams = http://www.linux.codehelp.co.uk/ signature.asc Description: PGP signature ___ linaro-validation mailing list linaro-validation@lists.linaro.org http://lists.linaro.org/mailman

Re: [Linaro-validation] More Remote Dispatcher Questions

2013-10-07 Thread Neil Williams
the connection between the two? As long as the scheduler daemon is running on the worker, the scheduler log on the worker should give some indication of whether it can connect. The log also shows how many configured devices the scheduler thinks it has. -- Neil Williams = http

Re: [Linaro-validation] More Remote Dispatcher Questions

2013-10-08 Thread Neil Williams
messed up the database configuration on the worker. It just looks like the worker cannot find the database. -- Neil Williams = http://www.linux.codehelp.co.uk/ signature.asc Description: PGP signature ___ linaro-validation mailing list

Re: [Linaro-validation] More Remote Dispatcher Questions - possible fix

2013-10-09 Thread Neil Williams
be with the configuration of the master, down to the missing environment variable. -- Neil Williams = http://www.linux.codehelp.co.uk/ signature.asc Description: PGP signature ___ linaro-validation mailing list linaro-validation@lists.linaro.org http

Re: [Linaro-validation] More Remote Dispatcher Questions - possible fix

2013-10-11 Thread Neil Williams
configuration still wasn't right. It needs to be possible to take a stand-alone master with it's own devices and add a remote worker using lava-deployment-tool upgrade just using the tool and without breakage. -- Neil Williams = http://www.linux.codehelp.co.uk/ signature.asc

Re: [Linaro-validation] LAVA Online boards How to?

2013-10-29 Thread Neil Williams
you a starting point for a job of your own. panda03 has been fairly quiet recently, so a lot of the recent jobs are health checks - those cannot be directly submitted by users. -- Neil Williams = http://www.linux.codehelp.co.uk/ signature.asc Description: PGP signature

Re: [Linaro-validation] LAVA Online boards How to?

2013-10-31 Thread Neil Williams
a commit which gets turned into a LAVA job which leads to a kernel panic in the test. If that was the main kernel for the device, *someone* (i.e. the LAVA lab admins) would have to fix it. Restricting tests to submitted jobs is that fix. -- Neil Williams = http

Re: [Linaro-validation] Inheritting device-type configs

2013-11-07 Thread Neil Williams
on our control server, would all of the remote workers pull these settings in? No. What LAVA is currently doing is using salt to push the file from control to each remote worker. -- Neil Williams = http://www.linux.codehelp.co.uk/ signature.asc Description: PGP signature

Re: [Linaro-validation] lava-deployment-tool failing

2013-11-13 Thread Neil Williams
without errors. We've also seen no problems with staging or with local upgrades. (The documentation step is run on both upgrades and installs in the same manner.) The manpage change went in on the 8th. -- Neil Williams = http://www.linux.codehelp.co.uk/ signature.asc Description: PGP

Re: [Linaro-validation] multinode question: aggregating results

2013-11-27 Thread Neil Williams
and running on all nodes which lava-network does not enforce. -- Neil Williams = http://www.linux.codehelp.co.uk/ signature.asc Description: PGP signature ___ linaro-validation mailing list linaro-validation@lists.linaro.org http

Re: [Linaro-validation] multinode question: aggregating results

2013-11-27 Thread Neil Williams
On Wed, 27 Nov 2013 13:29:16 -0300 Antonio Terceiro antonio.terce...@linaro.org wrote: On Wed, Nov 27, 2013 at 04:13:14PM +, Neil Williams wrote: Data cannot go over the existing API connection, it has to be configured separately over something like TCP/IP and root on node01 does

Re: [Linaro-validation] multinode question: aggregating results

2013-11-28 Thread Neil Williams
On Thu, 28 Nov 2013 14:35:21 +1300 Michael Hudson-Doyle michael.hud...@linaro.org wrote: Neil Williams codeh...@debian.org writes: MultiNode result bundle aggregation combines completed results after all test cases have run (specifically, during the submit_results action), at which point

Re: [Linaro-validation] issue with setup lava-deployment-tool on local host

2014-01-14 Thread Neil Williams
switching to Precise. -- Neil Williams = http://www.linux.codehelp.co.uk/ signature.asc Description: PGP signature ___ linaro-validation mailing list linaro-validation@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro

Re: [Linaro-validation] issue with setup lava-deployment-tool on local host

2014-01-14 Thread Neil Williams
. The only thing I had to do was install software-properties-common to bring in the add-apt-repository support. I can only assume it is some problem on your own system? -- Neil Williams = http://www.linux.codehelp.co.uk/ signature.asc Description: PGP signature

Re: [Linaro-validation] how to submit results from local lava server to anonymous bundle streams on validation.linaro.org

2014-01-16 Thread Neil Williams
credentials for the initial submission, the rest is done by tokens within LAVA. -- Neil Williams = http://www.linux.codehelp.co.uk/ signature.asc Description: PGP signature ___ linaro-validation mailing list linaro-validation

Re: [Linaro-validation] Problem on test the lava-dispatcher on local host

2014-02-05 Thread Neil Williams
, /srv/lava/instances/INST/etc/lava-dispatcher/devices/kvm01.conf You may need to create the devices/ directory. -- Neil Williams = http://www.linux.codehelp.co.uk/ signature.asc Description: PGP signature ___ linaro-validation mailing list

Re: [Linaro-validation] Problem on test the lava-dispatcher on local host

2014-02-05 Thread Neil Williams
.conf device configuration file: Exception: no config files named u'devices/kvm01.conf' found Path device must be a relative path, so you need to find out where exactly it is. /srv/lava/instances/INSTANCE/etc/lava-dispatcher/devices/ -- Neil Williams = http

[Linaro-validation] device_tags bug fix now merged

2014-03-14 Thread Neil Williams
. -- Neil Williams = http://www.linux.codehelp.co.uk/ signature.asc Description: PGP signature ___ linaro-validation mailing list linaro-validation@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-validation

Re: [Linaro-validation] lava-send message format

2014-03-19 Thread Neil Williams
other job definitions, e.g. when used as part of lava-network. The messageid is used to do this. -- Neil Williams = http://www.linux.codehelp.co.uk/ signature.asc Description: PGP signature ___ linaro-validation mailing list linaro

Re: [Linaro-validation] unable to run lava milti job

2014-04-10 Thread Neil Williams
exist on the server to which you are submitting the job. -- Neil Williams = http://www.linux.codehelp.co.uk/ signature.asc Description: PGP signature ___ linaro-validation mailing list linaro-validation@lists.linaro.org http

[Linaro-validation] LAVA Packaging for Debian unstable

2014-04-25 Thread Neil Williams
the packages from the packaging branch. -- Neil Williams = http://www.linux.codehelp.co.uk/ signature.asc Description: PGP signature ___ linaro-validation mailing list linaro-validation@lists.linaro.org http://lists.linaro.org/mailman

[Linaro-validation] [Activity] Week #17

2014-04-28 Thread Neil Williams
# Progress # * LAVA-333 * cherry picking updates for packaging branch * packaging updates for dependencies * LAVA-856 * testing vm-groups on arndale playground. * Time * packaging : 20% * vm-groups: 80% # Plan # * vm-groups testing -- Neil Williams = http

[Linaro-validation] [Activity] Week #18

2014-05-05 Thread Neil Williams
# Progress # * LAVA-333 * cherry picking updates for packaging branch * packaging updates for dependencies * LAVA-856 * testing vm-groups on arndale using staging playground. * Time * packaging : 20% * vm-groups: 80% # Plan # * vm-groups testing packaging testing -- Neil

[Linaro-validation] Package updates

2014-05-06 Thread Neil Williams
will be available in the same way. -- Neil Williams = http://www.linux.codehelp.co.uk/ signature.asc Description: PGP signature ___ linaro-validation mailing list linaro-validation@lists.linaro.org http://lists.linaro.org/mailman/listinfo

[Linaro-validation] Package updates - expanded support

2014-05-08 Thread Neil Williams
remaining dependency which is due to be merged into lava-server - linaro-django-xmlrpc. Other changes in the packaging branch are mainly cherry-picked updates from master for lava-server and lava-dispatcher. -- Neil Williams = http://www.linux.codehelp.co.uk/ signature.asc Description

[Linaro-validation] Package update

2014-05-12 Thread Neil Williams
packages are purged. (Standard apt/dpkg behaviour: apt-get remove will leave the configuration files in place, apt-get --purge remove will remove those as well.) The update also includes a fix for lava-dispatcher LAVA_NETWORK_IFACE setup and the latest update of lava-tool. -- Neil Williams

[Linaro-validation] Package updates

2014-05-13 Thread Neil Williams
-modules.conf file. lava-server: the sshfs mountpoint only has sub-directories created on the master and does not try to change permissions on files across the sshfs from the worker side. -- Neil Williams = http://www.linux.codehelp.co.uk/ signature.asc Description: PGP signature

[Linaro-validation] [Activity] Week #20

2014-05-18 Thread Neil Williams
: 70$ # Plan # * complete migration of playground run test jobs * migrate staging and run the functional tests -- Neil Williams = http://www.linux.codehelp.co.uk/ signature.asc Description: PGP signature ___ linaro-validation mailing

Re: [Linaro-validation] Question on LAVA API dashboard.get_filter_results() method

2014-05-29 Thread Neil Williams
On Thu, 29 May 2014 14:30:26 +0100 Neil Williams codeh...@debian.org wrote: On Tue, 27 May 2014 15:44:10 -0700 get_filter_results(filter_name, count=10, offset=0) I get working results with: print filter results: %s\n % server.dashboard.get_filter_results(filter_name, 2) This does

[Linaro-validation] lava-deployment-tool end of life - remove local buildouts before upgrading

2014-06-06 Thread Neil Williams
on how to migrate are available in the migration documentation on staging. https://staging.validation.linaro.org/static/docs/migration.html -- Neil Williams = http://www.linux.codehelp.co.uk/ signature.asc Description: PGP signature

Re: [Linaro-validation] Lava server - external tests results imported into dashboard

2014-06-10 Thread Neil Williams
and you lose all the context of the results. There are times when developers will pull sets of bundles from a server or manipulate bundles directly but this is for testing. It makes no sense for a CI loop to have results without context. -- Neil Williams = http

Re: [Linaro-validation] Lava server - external tests results imported into dashboard

2014-06-10 Thread Neil Williams
it needs is a connection to that box. If you don't want a cleanly booted image, then use a connection to a dirty environment which is already running but a clean environment is preferable. LAVA can support multiple nodes per test job, so you could do all the tests at the same time. -- Neil Williams

Re: [Linaro-validation] Lava server - external tests results imported into dashboard

2014-06-10 Thread Neil Williams
-- Neil Williams = http://www.linux.codehelp.co.uk/ signature.asc Description: PGP signature ___ linaro-validation mailing list linaro-validation@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-validation

[Linaro-validation] [Activity] week 24

2014-06-13 Thread Neil Williams
for community support * Time * cards: 20% * bugs: 30% * code reviews: 20% * bbb: 30% # Plan * LAVA sprint dispatcher refactoring. -- Neil Williams = http://www.linux.codehelp.co.uk/ signature.asc Description: PGP signature ___ linaro

Re: [Linaro-validation] Test couldn't get run on TI Panda board in LAVA.

2014-07-04 Thread Neil Williams
/78eda41094d97f424fe281d2c55436e4a896aeb3/ Similar jobs are: https://validation.linaro.org/scheduler/job/138636 https://validation.linaro.org/scheduler/job/138560 https://validation.linaro.org/scheduler/job/138559 Any idea? Thanks. Best Regards Botao Sun -- Neil Williams = neil.willi...@linaro.org

Re: [Linaro-validation] Where is LAVA job ID?

2014-07-09 Thread Neil Williams
and 139427 which was Incomplete: ErrorMessage: The test case(methanol) on device(10.254.30.148:) timed out. https://validation.linaro.org/scheduler/job/139427 Better identification of such failures is part of the dispatcher refactoring. -- Neil Williams = http

Re: [Linaro-validation] Ask for LAVA test case

2014-07-14 Thread Neil Williams
...@hisilicon.com Best Regards. Huangwenhui -- Neil Williams = neil.willi...@linaro.org http://www.linux.codehelp.co.uk/ ___ linaro-validation mailing list linaro-validation@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro

Re: [Linaro-validation] Make 139 error on Arndale

2014-07-15 Thread Neil Williams
the relevant parts of /sys/. P.S. I know the Arndale boards haven't been happy with pm-qa for a while. I think this is the wrong mailing list for problems related to bugs in the kernel or the test suite. -- Neil Williams = http://www.linux.codehelp.co.uk/ signature.asc

Re: [Linaro-validation] Ask for LAVA test case

2014-07-15 Thread Neil Williams
in the field of storage and computing. Follow-up to do a lot of functional tests on LAVA testing platform for computing and storage. So we want to know whether LAVA considered adding related-testcase. 发件人: Neil Williams [mailto:neil.willi...@linaro.org] 发送时间: 2014年7月14日 21:01 收件人

Re: [Linaro-validation] LAVA and s/w requirements

2014-07-31 Thread Neil Williams
to be designed and tested by whoever wants the test results. Everything else that may become necessary is down to what tests need to run on the board. -- Neil Williams = neil.willi...@linaro.org http://www.linux.codehelp.co.uk/ ___ linaro

Re: [Linaro-validation] Not enough permissions to check lava Dashboard

2014-08-04 Thread Neil Williams
Correct, you do not automatically have permissions to view all reports. Which parts of dashboard are you trying to view? A list is much more useful than a picture. Please ask your team lead about which reports you should be able to access for team requirements. On 4 Aug 2014 07:03, Chase Qi

Re: [Linaro-validation] lava-tool

2014-08-06 Thread Neil Williams
Wales, Company No: 2548782 -- Neil Williams = neil.willi...@linaro.org http://www.linux.codehelp.co.uk/ ___ linaro-validation mailing list linaro-validation@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-validation

Re: [Linaro-validation] Juno android builds fails to locate lava-test-runner...

2014-08-08 Thread Neil Williams
/deployment_data.py#L70 Sample LAVA test job: https://staging.validation.linaro.org/scheduler/job/50882.1 There could be changes needed in the test image as this was changing during the finalising of the change in LAVA. -- Neil Williams = http://www.linux.codehelp.co.uk

Re: [Linaro-validation] A parameter error in file target.py

2014-10-24 Thread Neil Williams
if default is None: boot_cmds = self.deployment_data['boot_cmds'] else: boot_cmds = default Please see the documentation on ways to contribute patches for LAVA: https://validation.linaro.org/static/docs/development.html#contributing-upstream -- Neil Williams

[Linaro-validation] Changes to lava-team hacking session code

2015-02-23 Thread Neil Williams
session: https://staging.validation.linaro.org/dashboard/streams/anonymous/codehelp/bundles/3e2a9c96c9704821cd93cd70f079568335f34cca/7acb16f6-dd47-4741-877e-a5d16bc2fdd4/ Thanks to Milosz for implementing the changes from the session. -- Neil Williams = neil.willi...@linaro.org http

Re: [Linaro-validation] image-prompt_jenkins-trigger

2015-04-28 Thread Neil Williams
these Jenkins jobs). -- Neil Williams = http://www.linux.codehelp.co.uk/ pgpMuiWCTuw4Z.pgp Description: OpenPGP digital signature ___ linaro-validation mailing list linaro-validation@lists.linaro.org https://lists.linaro.org/mailman

Re: [Linaro-validation] Install LAVA on Ubuntu 12.04

2015-04-27 Thread Neil Williams
been offered the related documentation. The guide is here: https://validation.linaro.org/static/docs/migration.html This is the recommended path: https://validation.linaro.org/static/docs/migration.html#debian-jessie -- Neil Williams = http://www.linux.codehelp.co.uk

[Linaro-validation] Skipping 2015.11 availability on Trusty

2015-11-02 Thread Neil Williams
is a better option, so make a backup and ensure that the backup works. -- Neil Williams = http://www.linux.codehelp.co.uk/ pgp7Gjav6v1wv.pgp Description: OpenPGP digital signature ___ linaro-validation mailing list linaro-validation

Re: [Linaro-validation] lava device-type overrides in device file

2015-09-16 Thread Neil Williams
matting) in > the device file would be useful: > > boot_cmds_ramdisk = > setenv usbethaddr , > %(boot_cmds_ramdisk)s > > Is there a good way of doing that? > > Kevin > -- Neil Williams = neil.willi...@linaro.org http://www.linux.codehelp.co.uk

Re: [Linaro-validation] New lists and upcoming changes

2015-09-30 Thread Neil Williams
On Mon, 28 Sep 2015 10:25:51 +0100 Neil Williams <codeh...@debian.org> wrote: > https://lists.linaro.org/pipermail/lava-announce/2015-September/00.html > > This list is to be renamed to lava-devel for discussions directly > relating to the refactoring, new support, use cas

[Linaro-validation] Issues with Django OpenID Authentication

2015-12-01 Thread Neil Williams
authentication modules, also let us know. -- Neil Williams = neil.willi...@linaro.org http://www.linux.codehelp.co.uk/ ___ linaro-validation mailing list linaro-validation@lists.linaro.org https://lists.linaro.org/mailman/listinfo/linaro-validation

Re: [Linaro-validation] Winter cleaning the Lava database/job history

2016-01-04 Thread Neil Williams
table. Long term, this means that refactoring will have an impact here - once the code support for Bundle et al is removed, there will be database migrations to drop those tables. Just dealing with those migrations is going to be an issue for large instances. -- Neil Williams

Re: [Linaro-validation] Winter cleaning the Lava database/job history

2016-01-05 Thread Neil Williams
On Mon, 4 Jan 2016 20:17:55 + Neil Williams <codeh...@debian.org> wrote: > On Mon, 04 Jan 2016 15:37:38 +0100 > Sjoerd Simons <sjoerd.sim...@collabora.co.uk> wrote: > > > Hey all, > > > > Our lava instance is currently well over 120.000 jobs ran, whic

[Linaro-validation] Freezing support for LAVA on Ubuntu Trusty 14.04LTS

2015-11-25 Thread Neil Williams
ich is due shortly. It will arrive in the trusty-repo on images.validation.linaro.org and that will be the last change. At this stage, there is *no* supportable way to incorporate any releases after 2015.9.post1 on Trusty, that is why we are freezing trusty support. -- Neil Williams ==

[Linaro-validation] Django1.8 requirement in master

2016-06-16 Thread Neil Williams
. https://www.djangoproject.com/download/ lava-dispatcher is unaffected. -- Neil Williams = neil.willi...@linaro.org http://www.linux.codehelp.co.uk/ ___ linaro-validation mailing list linaro-validation@lists.linaro.org https

Re: [Linaro-validation] setup lava with pipeline workers

2016-01-18 Thread Neil Williams
/log/lava-dispatcher/lava-slave.log on the master and slave respectively. ... and let us know if there are problems. -- Neil Williams = http://www.linux.codehelp.co.uk/ pgpy_Jzk1aeg0.pgp Description: OpenPGP digital signature ___ linaro-validation mailing list linaro-validation@lists.linaro.org https://lists.linaro.org/mailman/listinfo/linaro-validation

[Linaro-validation] Deprecating the old dispatcher

2016-02-04 Thread Neil Williams
- lava-announce is a read-only list. Posts to this list are only made by the LAVA software team. Replies need to be directed to linaro-validation@lists.linaro.org - your email client should do this for you, using the Reply-To header added by mailman. -- Neil Williams = neil.willi

Re: [Linaro-validation] Reproducing LAVA setup in Qualcomm lab - issues with Dragonboard410c device connection to LAVA

2016-02-12 Thread Neil Williams
s in the log files) should look like? A working ssh-host job file for beaglebone-black is attached. > > > > Thank you, > >Alfred, Costi. > > > > > > > > -Original Message- > From: Fradkin, Alex > Sent: Thursday, February 04, 2016 12:38 AM &g

Re: [Linaro-validation] [RFC] testing coreboot

2016-02-01 Thread Neil Williams
ot: ssh" expects a fully booted device. Yes - you'd need something like the secondary media support or a second deploy to actually get a rootfs into which can be installed openssh-server (and doing the installation will require the 'os' field). You may simply need the ExpectShellSession and AutoLogi

Re: [Linaro-validation] Device connection to LAVA

2016-03-19 Thread Neil Williams
device-types/beaglebone-black.conf The device configuration for a device like this is: https://git.linaro.org/lava/lava-lab.git/blob/HEAD:/staging.validation.linaro.org/lava/devices/staging01.lavalab/staging-black01.conf -- Neil Williams = http://www.linux.codehelp.co.uk/ pg

Re: [Linaro-validation] git ssh access

2016-03-24 Thread Neil Williams
to guard against packet sniffing, https is what you want. -- Neil Williams = http://www.linux.codehelp.co.uk/ pgpItp0zNm_gD.pgp Description: OpenPGP digital signature ___ linaro-validation mailing list linaro-validation@lists.linaro.org h

Re: [Linaro-validation] SERVER_IP macro

2016-04-25 Thread Neil Williams
a > to use the other network interfaces? Use a second slave, instead of doing firewall / routing tasks on the slave. The only configuration that the pipeline V2 dispatcher will use is the configuration sent from the server and it seems unlikely that your LAN configuration needs

Re: [Linaro-validation] device tags and target device in V2 jobs

2016-07-25 Thread Neil Williams
On Mon, 25 Jul 2016 09:29:28 +0200 Sjoerd Simons <sjoerd.sim...@collabora.co.uk> wrote: > On Sun, 2016-07-24 at 14:29 +0100, Neil Williams wrote: > > On Sun, 24 Jul 2016 00:21:34 +0200 > > Sjoerd Simons <sjoerd.sim...@collabora.co.uk> wrote: > > > > >

Re: [Linaro-validation] device tags and target device in V2 jobs

2016-07-24 Thread Neil Williams
o support for submitting to specific target devices as this impedes both scheduling and lab management when needing to retire broken hardware. -- Neil Williams = http://www.linux.codehelp.co.uk/ pgpgQ4EdDvi3D.pgp Description: OpenPGP digital signature __

Re: [Linaro-validation] [Lava-users] Local lava-test-shell

2016-08-02 Thread Neil Williams
shell requires. > This makes the tests 'interactive' which isn't best for semi-automated > execution. This bit was removed and now we're able to use test shell > locally in non-interactive mode. This change is not compatible with LAVA V1. The ACK has been removed from V2 but it

Re: [Linaro-validation] [Lava-users] Local lava-test-shell

2016-08-02 Thread Neil Williams
On 2 August 2016 at 11:30, Milosz Wasilewski <milosz.wasilew...@linaro.org> wrote: > On 2 August 2016 at 10:56, Neil Williams <neil.willi...@linaro.org> wrote: >> On 2 August 2016 at 10:09, Milosz Wasilewski >> <milosz.wasilew...@linaro.org> wrote: >>&

Re: [Linaro-validation] LAVA TEE

2016-08-12 Thread Neil Williams
trying to achieve and at what points specific physical hardware is required to be able to run certain tests. -- Neil Williams = http://www.linux.codehelp.co.uk/ pgpcREIPT2BJv.pgp Description: OpenPGP digital signature ___ linaro-vali

Re: [Linaro-validation] lava-test-case

2016-07-18 Thread Neil Williams
Thanks, > > Josue > > -Original Message- > From: Neil Williams [mailto:codeh...@debian.org] > Sent: Monday, July 18, 2016 1:53 PM > To: Albarran, Josue > Cc: linaro-validation@lists.linaro.org > Subject: Re: [Linaro-validation] lava-test-case > >

Re: [Linaro-validation] lava-test-case

2016-07-18 Thread Neil Williams
com/19906153/ The quotes are unnecessary in the first line. -- Neil Williams = http://www.linux.codehelp.co.uk/ pgpOkcj2GqsHK.pgp Description: OpenPGP digital signature ___ linaro-validation mailing list linaro-validation@lists.

Re: [Linaro-validation] lava-test-case

2016-07-19 Thread Neil Williams
;. > > My boot log is as follows: http://pastebin.ubuntu.com/20079411/ > > -Original Message- > From: Neil Williams [mailto:codeh...@debian.org] > Sent: Tuesday, July 19, 2016 2:36 PM > To: Albarran, Josue > Cc: linaro-validation@lists.linaro.org > Subject: Re: [Li

Re: [Linaro-validation] lava-test-case

2016-07-19 Thread Neil Williams
is local, it's just between the board and the dispatcher. There should not be any firewalls involved there. You need to work out what is happening with tftpd-hpa here, there is little that LAVA can do from this point (at least for jobs which rely on tftp). > Thanks, > > Josue &

Re: [Linaro-validation] lava-test-case

2016-07-19 Thread Neil Williams
gt; > Thanks, > > Josue > > -Original Message- > From: Neil Williams [mailto:codeh...@debian.org] > Sent: Tuesday, July 19, 2016 1:26 PM > To: Albarran, Josue > Cc: linaro-validation@lists.linaro.org > Subject: Re: [Linaro-validation] lava-test-case > > On

Re: [Linaro-validation] Pipeline Job Submission

2016-07-15 Thread Neil Williams
mands using pipes and redirects need to be done using scripts which you create alongside the Lava Test Shell Definition in the git repo specified in the test job. > Thanks, > > Josue > > -Original Message- > From: Neil Williams [mailto:codeh...@debian.org] > Sen

Re: [Linaro-validation] Pipeline Job Submission

2016-07-12 Thread Neil Williams
_ > > linaro-validation mailing list > > linaro-validation@lists.linaro.org > > https://lists.linaro.org/mailman/listinfo/linaro-validation > > > ___ > linaro-validation mailing list >

Re: [Linaro-validation] Pipeline Job Submission

2016-07-13 Thread Neil Williams
ere already are LTP definitions running for certain devices in LAVA. https://git.linaro.org/qa/test-definitions.git/blob/HEAD:/ubuntu/ltp.yaml That uses a git repo to provide a file in ./common/scripts/ which does most of the work but does rely on a parsing pattern. -- Neil Williams =

Re: [Linaro-validation] Lava v2 and YAML job support

2016-07-05 Thread Neil Williams
It's not available in 2014.9 - you need the upgrade available from jessie-backports. > Thanks, > Josue Albarran > > -Original Message- > From: linaro-validation > [mailto:linaro-validation-boun...@lists.linaro.org] On Behalf Of Neil > Williams Sent: Saturday, July 02,

Re: [Linaro-validation] Parse output

2016-07-28 Thread Neil Williams
parsing in the test definition as follows > http://pastebin.ubuntu.com/21280894/. > > I will appreciate any help, thanks. > > Josue -- Neil Williams = http://www.linux.codehelp.co.uk/ pgpPsQcl_Eae6.pgp Description: OpenPGP digital signature _

Re: [Linaro-validation] Parse output

2016-07-29 Thread Neil Williams
gt; Thanks, > > Josue > > -Original Message- > From: linaro-validation > [mailto:linaro-validation-boun...@lists.linaro.org] On Behalf Of Neil > Williams Sent: Thursday, July 28, 2016 11:08 AM To: > linaro-validation@lists.linaro.org Subject: Re: [Linaro-validation] >

Re: [Linaro-validation] Lava v2 and YAML job support

2016-07-01 Thread Neil Williams
p on the list of pipeline devices: e.g. https://staging.validation.linaro.org/scheduler/alldevices/pipeline We're expanding the documentation in this area. You may find this proposed page useful: https://git.linaro.org/lava/lava-server.git/commitdiff/12f0b078186b319db9df841088b02b8666d

Re: [Linaro-validation] Lava v2 and YAML job support

2016-07-01 Thread Neil Williams
using V2. > > Thanks, > > Josue Albarran > > -Original Message- > From: linaro-validation > [mailto:linaro-validation-boun...@lists.linaro.org] On Behalf Of Neil > Williams Sent: Friday, July 01, 2016 3:56 AM To: > linaro-validation@lists.linaro.org Subject: R

Re: [Linaro-validation] Lava v2 and YAML job support

2016-07-02 Thread Neil Williams
aemons are restarted - this is not one of those features either. > Thanks, > Josue Albarran > > -Original Message- > From: Neil Williams [mailto:codeh...@debian.org] > Sent: Friday, July 01, 2016 11:12 AM > To: Albarran, Josue > Cc: linaro-validation@lists.lin

Re: [Linaro-validation] Lava v2 and YAML job support

2016-07-02 Thread Neil Williams
On Sat, 2 Jul 2016 13:09:30 +0200 Neil Williams <codeh...@debian.org> wrote: > On Fri, 1 Jul 2016 19:03:37 + > "Albarran, Josue" <j-albar...@ti.com> wrote: > > > Alright. > > > > When I try to create a device for the device type "b

Re: [Linaro-validation] [Lava-announce] Migration to V2

2016-12-19 Thread Neil Williams
s vital during this process that only one element is changed at a time, so stick to the one build (I've been using 238) and re-test all V2 definitions when changing either the build or the LXC support or the scripts which are common to multiple test jobs. > On 15 December 2016 at 12:35, Neil Willi

Re: [Linaro-validation] [Lava-announce] Migration to V2

2016-12-19 Thread Neil Williams
On Mon, 19 Dec 2016 11:12:13 + Neil Williams <codeh...@debian.org> wrote: > On Mon, 19 Dec 2016 10:35:58 +0100 > Jakub Pavelek <jakub.pave...@linaro.org> wrote: > > > Hi, > > > > Since HiKey is the only board (that we care about) supported in V2 >

Re: [Linaro-validation] How to deploy the LAVA system

2017-03-20 Thread Neil Williams
, in daemonise child = Popen(args) File > "/usr/local/lib/python2.7/subprocess.py", line 711, in __init__ > errread, errwrite) File "/usr/local/lib/python2.7/subprocess.py", > line 1343, in _execute_child raise child_exception OSError: [Errno 2] >

Re: [Linaro-validation] Help for the DUT communication with the Worker

2017-03-17 Thread Neil Williams
; From the web pages knows the serial port and TCP port, if in DUT > there is no software for the test result back to Worker, then how it > works? The dispatcher handles conveying data back from the worker to the master. -- Neil Williams = http://www.linux.codehelp.co.

Re: [Linaro-validation] Cannot detect arm probe in LXC

2017-04-20 Thread Neil Williams
.linaro.org/scheduler/job/1335#L1051 > > > > Thank You. > > -- > > Senthil Kumaran > > http://www.stylesen.org/ > > http://www.sasenthilkumaran.com/ > > > > ___ > > linaro-validation mailing list > > linaro-

Re: [Linaro-validation] Help for the V2 lava-master and lava-slave usage

2017-03-13 Thread Neil Williams
quot;/usr/local/bin/lava-slave", line 4, in > __import__('pkg_resources').run_script('lava-dispatcher==0.0.0', > 'lava-slave') .. lava-slave is only usable by root and has no --help output. See man 1 lava-slave and follow the documentation on how to setup LAVA properly. -- Neil Will

Re: [Linaro-validation] deployment_data == None?

2017-08-15 Thread Neil Williams
ters) File > "/usr/lib/python2.7/dist-packages/lava_dispatcher/pipeline/actions/deploy/ssh.py", > line 95, in populate tar_flags = > parameters['deployment_data']['tar_flags'] if 'tar_flags' in > parameters['deployment_data'].keys() else '' KeyError: > 'deploy

Re: [Linaro-validation] Further steps with Zephyr tests

2017-07-04 Thread Neil Williams
hich can then be linked to the LITE story and from which a LAVA story can also be linked. Sadly, any story in the LITE project would go completely unnoticed by the LAVA software team until it is linked to CTT so that the work can be prioritised and the relevant LAVA story created. That's just how JIRA works. > > > > > milosz > > Thanks! > > -- > Best Regards, > Paul > > Linaro.org | Open source software for ARM SoCs > Follow Linaro: http://www.facebook.com/pages/Linaro > http://twitter.com/#!/linaroorg - http://www.linaro.org/linaro-blog > ___ > linaro-validation mailing list > linaro-validation@lists.linaro.org > https://lists.linaro.org/mailman/listinfo/linaro-validation -- Neil Williams = http://www.linux.codehelp.co.uk/ pgpk5RyjgM387.pgp Description: OpenPGP digital signature ___ linaro-validation mailing list linaro-validation@lists.linaro.org https://lists.linaro.org/mailman/listinfo/linaro-validation

Re: [Linaro-validation] Cannot detect arm probe in LXC

2017-05-17 Thread Neil Williams
On Thu, 27 Apr 2017 08:19:19 +0100 Neil Williams <codeh...@debian.org> wrote: CC:'ing Andy to see if there is extra config required to get this to work. Andy: can you look at https://staging.validation.linaro.org/scheduler/job/174524 and see why the code does not start reading from the

Re: [Linaro-validation] Using 17.04 images to run V2 jobs on db410c

2017-06-20 Thread Neil Williams
rds on this. Try searching the 96boards forums to find out what that file is meant to do. http://www.96boards.org/find/#gsc.tab=0=sbl_1%20410c -- Neil Williams = http://www.linux.codehelp.co.uk/ pgpJUccNpcnCG.pgp Description: OpenPGP digital signature __

  1   2   >