diff --git a/jobs/repo-pwd.yaml b/jobs/repo-pwd.yaml new file mode 100644 index 0000000..c38f1de --- /dev/null +++ b/jobs/repo-pwd.yaml @@ -0,0 +1,45 @@ +device_type: qemu +job_name: inline test +priority: medium +visibility: public +timeouts: + job: + minutes: 15 + action: + minutes: 10 + connection: + minutes: 2 +context: + arch: amd64 + no_kvm: true +actions: +- deploy: + timeout: + minutes: 4 + to: tmpfs + images: + rootfs: + image_arg: -drive format=raw,file={rootfs} + url: http://images.validation.linaro.org/snapshots.linaro.org/components/lava/standard/debian/stretch/amd64/2/stretch.img.gz + sha256sum: b5cdb3b9e65fec2d3654a05dcdf507281f408b624535b33375170d1e852b982c + compression: gz + os: debian + root_partition: 1 +- boot: + method: qemu + media: tmpfs + timeout: + minutes: 2 + prompts: + - "root@debian:" + auto_login: + login_prompt: "login:" + username: root +- test: + timeout: + minutes: 15 + definitions: + - repository: http://git.k-space.ee/madislutter/lava-tests.git + from: git + name: smoke + path: test-definitions/qemu/smoke.yaml \ No newline at end of file