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

2013-05-31 Thread Neil Williams
gt; > any way it wants, note that options above don't require much > > "configuration", for example --type= just maps to top-level download > > dir. Just wondering how much overlap there could be between publishing for CI and publishing IP addresses between clie

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

2013-06-04 Thread Neil Williams
On 3 June 2013 19:18, Paul Sokolovsky wrote: > On Mon, 3 Jun 2013 12:57:43 +0100 > James Tunnicliffe 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 experimentation >> will tell us if we we should always

[Linaro-validation] PEP8 checker variability

2013-07-15 Thread Neil Williams
the changes I have considered are quite intrusive for this part of the code. We could document these as "overrides" using 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 PE

Re: [Linaro-validation] PEP8 checker variability

2013-07-16 Thread Neil Williams
lava-dispatcher to a point where there are no problems reported by pep8 or flake8 (modulo the line length) *and* PyCharm is also happy to show all the files as without warnings. I'll push the changes selectively, there is a proposed merge for files which only need whitespa

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

2013-07-23 Thread Neil Williams
e return code 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

Re: [Linaro-validation] testing dispatcher code changes

2013-07-24 Thread Neil Williams
ith no other changes. 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

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

2013-08-27 Thread Neil Williams
tall, compile & run results. > > bootchart is just a use-case. it needs to set up the OS, reboot to > > collect data, finally test results are available. That is just what LAVA does with two lava_test_shell blocks. > Maybe my solution with two test definitions is the right

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

2013-08-27 Thread Neil Williams
On Tue, 27 Aug 2013 14:34:09 +0300 Fathi Boudra wrote: > On 27 August 2013 14:17, Neil Williams 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 lava_test_she

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

2013-09-20 Thread Neil Williams
value per testdef? In the > last example can 'installer.yaml' have a timeout of 60 and > 'parser.yaml' a timeout of 900? No. Only lava_test_shell parameters support the timeout, not the testdef_repos or testdef_url. To change the timeout, you need to have multiple command

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

2013-10-05 Thread Neil Williams
can see has worked in other tests or use one 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/listinfo/linaro-validation

Re: [Linaro-validation] More Remote Dispatcher Questions

2013-10-07 Thread Neil Williams
worker, or is there an easy way to test > > 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://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] More Remote Dispatcher Questions

2013-10-07 Thread Neil Williams
ll always be content in the scheduler log if the scheduler is running. If it's not running, try executing the command directly as root - at least that way you'll see any errors. The command on the worker will be similar to what clearly *is* running on the master, with the loglevel cha

Re: [Linaro-validation] More Remote Dispatcher Questions

2013-10-08 Thread Neil Williams
l use of setup instead of setupworker could have 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 __

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

2013-10-09 Thread Neil Williams
this, so this has been deployed from scratch using the updated > commands you gave me. > > Possibly the issue is with the configuration of the master. There > has already been one issue with the postgresql setup, so possibly > there are more. I will look into it. It may well be wi

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

2013-10-11 Thread Neil Williams
pgrades and add any comments you have regarding why your master postgresql 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

Re: [Linaro-validation] null value in column "admin_notifications" violates not-null constraint

2013-10-25 Thread Neil Williams
be in this column and I will add the data > manually to try and resolve the problem. The queries being sent need to handle the new field, it's not missing data because the field is typically empty. -- Neil Williams = http://www.linux.codehelp.co.uk/

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

2013-10-29 Thread Neil Williams
on which gives 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.a

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

2013-10-31 Thread Neil Williams
involve interim kernel builds - it is all too easy to make 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

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

2013-11-07 Thread Neil Williams
nces//etc/lava-dispatcher/device-types > 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 =

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

2013-11-13 Thread Neil Williams
l-d-t should not be doing. I've just upgraded playground using current l-d-t 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. -

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

2013-11-27 Thread Neil Williams
e. In > particular, steps 2. and 3. seem like something it would be reasonable > for LAVA to provide helpers to do. The LAVA support for this would be to use filters and Image Reports on the server, not during the test when repeating the analysis means repeating the entire te

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

2013-11-27 Thread Neil Williams
require particular services to be installed 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

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

2013-11-27 Thread Neil Williams
On Wed, 27 Nov 2013 13:29:16 -0300 Antonio Terceiro wrote: > On Wed, Nov 27, 2013 at 04:13:14PM +0000, 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 wrote: > Neil Williams writes: > > MultiNode result bundle aggregation combines completed results > > after all test cases have run (specifically, during the > > submit_results action), at which point no fu

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

2014-01-14 Thread Neil Williams
;ll see if I can reproduce in a quantal VM. In the meantime, try switching to Precise. -- Neil Williams = http://www.linux.codehelp.co.uk/ signature.asc Description: PGP signature ___ linaro-validation mailing list linaro-validation@

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

2014-01-14 Thread Neil Williams
oordinator installed correctly. 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/

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
y provides 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-valida

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

2014-02-05 Thread Neil Williams
/srv/lava/instances//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 l

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

2014-02-05 Thread Neil Williams
t;device" relates to the kvm01.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//etc/lava-dispatc

[Linaro-validation] JSON changes required: device_tags bug fix

2014-02-23 Thread Neil Williams
pported tags when the TestJob does not require the services provided by devices with those tags will simply delay the running of that TestJob by limiting the number of devices suitable for the job. Please start changing any CI jobs *now* to prevent interruptions to submissions. Removing tags wi

[Linaro-validation] device_tags bug fix now merged

2014-03-14 Thread Neil Williams
bmission will fail. -- 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
shed from other key=value pairs from 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 ___ li

[Linaro-validation] Activity week #12

2014-03-22 Thread Neil Williams
A-849 - Support running virtual machines on devices under test - supporting Antonio & Senthil where requested. -- Neil Williams = neil.willi...@linaro.org http://www.linux.codehelp.co.uk/ ___ linaro-validation mailing list linaro-v

[Linaro-validation] Activity week #13

2014-03-31 Thread Neil Williams
- table position fix -- 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

[Linaro-validation] [Activity] Week #14

2014-04-07 Thread Neil Williams
om/a/linaro.org/document/d/1fYn6dj44_3jnQs7wfSkp2vxbWXKNdzaoezQA28Tbte4/edit#heading=h.u0tv2mccywk2 # Issues # * No longer re-basing lava-server packaging branch, too many conflicts for a public branch. Gerrit merges into lava-server tip are being cherry-picked into the packaging branch. -- Neil Will

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

2014-04-10 Thread Neil Williams
pe entries in your JSON - make sure these exact types 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

[Linaro-validation] [Activity] Week #15

2014-04-14 Thread Neil Williams
=h.u0tv2mccywk2 -- 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] LAVA Packaging for Debian unstable

2014-04-25 Thread Neil Williams
t tools are included to rebuild 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.

[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 =

[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 --

[Linaro-validation] Package updates

2014-05-06 Thread Neil Williams
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
one 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 Descrip

[Linaro-validation] [Activity] Week #19

2014-05-11 Thread Neil Williams
umenting for packaging branch * migration planning for merging packaging branch -- Neil Williams = http://www.linux.codehelp.co.uk/ signature.asc Description: PGP signature ___ linaro-validation mailing list linaro-validation@lists.li

[Linaro-validation] Package update

2014-05-12 Thread Neil Williams
relevant 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

[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
: 30% * migration: 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-va

[Linaro-validation] Package updates

2014-05-21 Thread Neil Williams
Migration support for moving off lava-deployment-tool/Precise is currently under test and the documentation is being improved. http://localhost/static/docs/migration.html -- Neil Williams = http://www.linux.codehelp.co.uk/ signature.asc Description: PGP signature

[Linaro-validation] Package updates

2014-05-22 Thread Neil Williams
The Job Submission Wizard is now included and the tables have had numerous improvements. More documentation updates. -- Neil Williams = http://www.linux.codehelp.co.uk/ signature.asc Description: PGP signature ___ linaro-validation

[Linaro-validation] lava-server update - openid

2014-05-23 Thread Neil Williams
will be respected by future lava-server upgrades, so the choice of OpenID service is open to the local admin. (If there are other OpenID servers people want to use, this support should work but note that OAuth2 is the preferred option, so it may only be a temporary step.) -- Neil William

[Linaro-validation] [Activity] Week #21

2014-05-24 Thread Neil Williams
groups. * Time * packaging : 30% * migration: 70$ -- 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] using debian-installer and preseeds to deploy in lava

2014-05-27 Thread Neil Williams
onf for d-i and for other package installs, using parameters where required. It would be a different kind of deployment with custom deployment data based on the underlying OS. A separate action would be the best way to implement that. -- Neil Williams = h

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

2014-05-29 Thread Neil Williams
sults (currently > have 75 pm-qa test runs for beaglebone-black), or am I > misunderstanding the purpose of count? This might be a limitation in the linaro-django-xmlrpc support integrated into lava-server. The xmlrpclib docs do appear to hint that the usual python default argument syntax shou

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 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(filt

[Linaro-validation] Package update for 2014.05 tag

2014-06-02 Thread Neil Williams
includes all changes for the LAVA 2014.05 release. -- 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] LavaServer - adding Fedora as a new device

2014-06-04 Thread Neil Williams
http://playground.validation.linaro.org/static/docs/dummy-deploy.html#configuration-dummy-ssh A Fedora image running on a dedicated (Ubuntu/Debian) machine as a kvm device type would be the best option, if you can find / create a Fedora KVM image which works with qemu. -- Neil Wi

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

2014-06-06 Thread Neil Williams
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

[Linaro-validation] [Activity] Week #23

2014-06-06 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 server - external tests results imported into dashboard

2014-06-10 Thread Neil Williams
b - you lose the ability to re-test 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 ===

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

2014-06-10 Thread Neil Williams
s externally can be executed within LAVA - all 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 th

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

2014-06-10 Thread Neil Williams
ckages on the ssh host or if you're using Android. You should be able to use a "ubuntu" target_type even when connecting to Fedora if all the packages you need are already installed. We don't have Fedora users in the team, so various bits of Fedora deployment are untested and poss

[Linaro-validation] [Activity] week 24

2014-06-13 Thread Neil Williams
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 ___ li

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

2014-07-04 Thread Neil Williams
://validation.linaro.org/dashboard/streams/anonymous/botao-sun/bundles/78eda41094d97f424fe281d2c55436e4a896aeb3/ > > Similar jobs are: > > https://validation.linaro.org/scheduler/job/138636 > > https://validation.linaro.org/scheduler/job/138560 > > https://validation.linaro.org/scheduler/

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

2014-07-09 Thread Neil Williams
jobs with the build 718: 139428 which was Complete 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. --

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

2014-07-14 Thread Neil Williams
E-mail: huangwen...@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

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

2014-07-15 Thread Neil Williams
e pokes 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/

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

2014-07-15 Thread Neil Williams
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] &g

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

2014-07-31 Thread Neil Williams
need 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/ ___ l

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

2014-08-03 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" wro

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

2014-08-04 Thread Neil Williams
now] >linaro-android-member-ti_panda-linaro > > > Thanks, > Chase > > > > On 4 August 2014 16:16, Neil Williams wrote: >> >> Correct, you do not automatically have permissions to view all reports. >> Which parts of dashboard are you trying to view?

Re: [Linaro-validation] lava-tool

2014-08-06 Thread Neil Williams
; contents to any other person, use it for any purpose, or store or copy the > information in any medium. Thank you. > > ARM Limited, Registered office 110 Fulbourn Road, Cambridge CB1 9NJ, > Registered in England & Wales, Company No: 2557590 > ARM Holdings plc, Registered office 110 Fulbourn Road, Cambridge CB1 9NJ, > Registered in England & 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
ta.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/ signature.asc Descrip

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

2014-10-24 Thread Neil Williams
earlier in the function: # Set the default boot commands 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

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

2015-02-23 Thread Neil Williams
rom the hacking 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-validation] Debian Jessie has a target release date - April 25th

2015-04-01 Thread Neil Williams
quot;oldstable" into 2017. -- 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] Install LAVA on Ubuntu 12.04

2015-04-27 Thread Neil Williams
ou would have 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.codehe

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

2015-04-28 Thread Neil Williams
admin or whatever you call the user submitting these Jenkins jobs). -- Neil Williams = http://www.linux.codehelp.co.uk/ pgpMuiWCTuw4Z.pgp Description: OpenPGP digital signature ___ linaro-validation mailing list linaro-validation@lists.

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

2015-09-16 Thread Neil Williams
tyle formatting) 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.cod

[Linaro-validation] New lists and upcoming changes

2015-09-28 Thread Neil Williams
in due course. The slides are already available. [0] https://sfo15.pathable.com/meetings/302656 [1] https://sfo15.pathable.com/meetings/303074 -- Neil Williams = Tech Lead LAVA Software http://www.linux.codehelp.co.uk/ pgpDTUjW7MTbE.pgp Description: OpenPGP digital signature

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 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 cases and discussions > a

[Linaro-validation] FYI LAVA in stretch or unstable & unit tests

2015-10-22 Thread Neil Williams
s (use the version in Jessie as outlined in the bug report above). When this bug report is closed, the package can be upgraded again. -- Neil Williams = http://www.linux.codehelp.co.uk/ pgp53_rT78UB4.pgp Description: OpenPGP digital

[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

[Linaro-validation] Calling all Trusty users of LAVA

2015-11-18 Thread Neil Williams
e original. Please talk to us and test out what you are going to do. https://validation.linaro.org/static/docs/support.html -- Neil Williams = neil.willi...@linaro.org http://www.linux.codehelp.co.uk/ ___ linaro-validation mailing l

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

2015-11-25 Thread Neil Williams
interested in or using LAVA is encouraged to subscribe to the lava-announce mailing list which is low volume and only used for substantial changes like this. https://lists.linaro.org/mailman/listinfo/lava-announce See also https://validation.linaro.org/static/docs/support.html -- Neil Williams

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

2015-11-25 Thread Neil Williams
n 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 = neil.willi...@lin

[Linaro-validation] Issues with Django OpenID Authentication

2015-12-01 Thread Neil Williams
jango 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
, 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 Wi

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 wrote: > On Mon, 04 Jan 2016 15:37:38 +0100 > Sjoerd Simons wrote: > > > Hey all, > > > > Our lava instance is currently well over 120.000 jobs ran, which is > > great.  > > > > Unfortunately this m

Re: [Linaro-validation] testing coreboot

2016-01-09 Thread Neil Williams
on with scheduling priorities of it's own like lavapdu. vland is not merged into master yet, the pipeline protocol code is here: https://review.linaro.org/#/c/7719/ The actual vland daemon code is here: http://git.linaro.org/lava/vland.git Hope this helps. -- Neil Williams = ht

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

2016-01-18 Thread Neil Williams
7; traffic between the two hosts. > Should I see the slave somewhere in django application? > On the Admin/worker view I only see the master. > > master: lava-server 2015.12-3~bpo8+1 > slave: lava-dispatcher@c391b53231fba978532327d2bdff5173fcb55db4 Check the /var/log/lava-scheduler/lava-ma

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

2016-01-19 Thread Neil Williams
On Mon, 18 Jan 2016 23:57:09 +0100 Alexander Couzens wrote: > On Mon, 18 Jan 2016 18:38:29 + > Neil Williams wrote: > > > You're a bit ahead of the docs at this point. > > ;-) > ;) > > > Pipeline-only workers would need to be added on the command li

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

2016-02-01 Thread Neil Williams
t: 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 t

[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
://yaml-online-parser.appspot.com/?yaml=&type=json and make sure it parses as valid YAML. > b. how our test-job YAML (a simple pass/fail test, just to demonstrate > it runs in the log files) should look like? A working ssh-host job file for beaglebone-black is attached. > &g

Re: [Linaro-validation] Device connection to LAVA

2016-03-08 Thread Neil Williams
s not need to be configured - the tftpd-hpa package is installed by lava-dispatcher dependencies and can be used as-installed. > 3. How the LAVA dispatcher use the connection commands The command is executed as-is when the connection needs to be made. -- Neil Williams

Re: [Linaro-validation] Device connection to LAVA

2016-03-19 Thread Neil Williams
AD:/staging.validation.linaro.org/lava/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.l

Re: [Linaro-validation] git ssh access

2016-03-24 Thread Neil Williams
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 https://lists.linaro.org/mailman/listinfo/linaro-validation

Re: [Linaro-validation] SERVER_IP macro

2016-04-25 Thread Neil Williams
ll lava > 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

[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] Lava v2 and YAML job support

2016-07-01 Thread Neil Williams
ld also show up 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/12f0b078186b319db9df841088b02b8666dae3b3

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

2016-07-01 Thread Neil Williams
nks, > > 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: Re: [Linaro-validation] >

  1   2   >