Hi,
I'm new to LAVA I'm trying to get LAVA v2 working and installed in order to boot/kernel test a beaglebone black for now. I installed the full LAVA set following the steps from the 2016.6 server documentation. It doesn't seem like I have YAML job support as it's asking for a JSON job definition in the scheduler as well as the lava-tool. How can I confirm that I have LAVA v2 installed and be able to submit jobs in YAML format to the localhost server of LAVA?
Thanks.
Josue
On Thu, 30 Jun 2016 21:41:15 +0000 "Albarran, Josue" j-albarran@ti.com wrote:
Hi,
I'm new to LAVA I'm trying to get LAVA v2 working and installed in order to boot/kernel test a beaglebone black for now. I installed the full LAVA set following the steps from the 2016.6 server documentation. It doesn't seem like I have YAML job support as it's asking for a JSON job definition in the scheduler as well as the lava-tool.
Currently, there is no V2 support for submitting jobs via the Submit Job menu UI. lava-tool or XML-RPC (for automated submissions) only for V2.
How can I confirm that I have LAVA v2 installed and be able to submit jobs in YAML format to the localhost server of LAVA?
The device detail page shows what jobs the device can support.
e.g. https://staging.validation.linaro.org/scheduler/device/staging-black01
Pipeline: staging-black01 accepts both pipeline and JSON jobs.
This is determined from the database and configured through the django administrative interface. For each pipeline device, the Pipeline device? checkbox must be set and a Device Dictionary imported.
The device should 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/12f0b078186b319db9df8...
linaro-validation@lists.linaro.org