This does not work.
According what I read from the /etc/lava-server/env.yaml, I did the following to the QEMU first job.
It again failed in the same place.
Could you, please, advise???
Thank you, Zoran _______
# Your first LAVA JOB definition for an x86_64 QEMU device_type: qemu job_name: QEMU pipeline, first job
timeouts: job: minutes: 15 action: minutes: 5 connection: minutes: 2 priority: medium visibility: public
# context allows specific values to be overridden or included context: # tell the qemu template which architecture is being tested # the template uses that to ensure that qemu-system-x86_64 is executed. arch: amd64 http_proxy: http://xxx.xxx.xxx.xxx:xxx https_proxy: https://xxx.xxx.xxx.xxx:xxx ftp_proxy: http://xxx.xxx.xxx.xxx:xxx
metadata: # please change these fields when modifying this job for your own tests. docs-source: first-job docs-filename: qemu-pipeline-first-job.yaml
# ACTION_BLOCK actions: - deploy: timeout: minutes: 5h to: tmpfs images: rootfs: image_arg: -drive format=raw,file={rootfs} url: https://images.validation.linaro.org/kvm/standard/stretch-2.img.gz compression: gz http_proxy: http://xxx.xxx.xxx.xxx:xxx https_proxy: https://xxx.xxx.xxx.xxx:xxx ftp_proxy: http://xxx.xxx.xxx.xxx:xxx os: debian
# BOOT_BLOCK - boot: timeout: minutes: 2 method: qemu media: tmpfs prompts: ["root@debian:"] auto_login: login_prompt: "login:" username: root
- test: timeout: minutes: 5 definitions: - repository: http://git.linaro.org/lava-team/lava-functional-tests.git from: git path: lava-test-shell/smoke-tests-basic.yaml name: smoke-tests - repository: https://git.linaro.org/lava-team/lava-functional-tests.git from: git path: lava-test-shell/single-node/singlenode03.yaml name: singlenode-advanced
On Wed, Feb 14, 2018 at 11:36 AM, Remi Duraffort remi.duraffort@linaro.org wrote:
In /etc/lava-server/env.yaml which describes the environment that the dispatcher will use to run the jobs.
2018-02-14 11:13 GMT+01:00 Zoran S zoran.stojsavljevic.de@gmail.com:
Hello Remi,
The proxy settings are the problem. Do you have anywhere in Lava server explicit place where you set the proxies?
Best Regards, Zoran _______
On Wed, Feb 14, 2018 at 10:14 AM, Remi Duraffort remi.duraffort@linaro.org wrote:
The job failed immediately. Since the following message poped up in my localhost browser:
https://images.validation.linaro.org/kvm/standard/stretch-2.img.gz -> Resources not available!
The dispatcher can connect to internet. because this resource is valid (you can check in your browser).
-- Rémi Duraffort LAVA Team
-- Rémi Duraffort LAVA Team