Created
February 23, 2021 12:35
-
-
Save bhcopeland/621cbdc651da4484dfec82d49aaacf76 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| timeouts: | |
| job: | |
| minutes: 200 | |
| connection: | |
| minutes: 2 | |
| actions: | |
| finalize: | |
| seconds: 60 | |
| context: | |
| guestfs_interface: virtio | |
| arch: arm64 | |
| netdevice: tap | |
| machine: virt-2.10,accel=kvm | |
| cpu: host | |
| device_type: qemu-arm | |
| job_name: test-variable-value-ltp-syscalls-kernel-branch-123 | |
| priority: 99 | |
| visibility: public | |
| metadata: | |
| ltp-syscalls-tests__url: unknown | |
| ltp-syscalls-tests__version: unknown | |
| ltp-syscalls-tests__revision: unknown | |
| actions: | |
| - deploy: | |
| timeout: | |
| minutes: 40 | |
| to: download | |
| images: | |
| boot-label-value: | |
| url: boot-url | |
| image_arg: -kernel {kernel} --append "console=ttyAMA0 root=/dev/vda rw" | |
| type: image | |
| kernel: | |
| url: variable-value | |
| dtb: | |
| url: variable-value | |
| modules: | |
| url: variable-value | |
| rootfs: | |
| url: variable-value | |
| format: ext4 | |
| compression: gz | |
| apply-overlay: true | |
| sparse: false | |
| os: variable-value | |
| - boot: | |
| auto_login: | |
| login_prompt: prompt-value | |
| username: username-value | |
| password: password-value | |
| login_commands: | |
| # Become super user to run tests | |
| - su | |
| prompts: | |
| - variable-value | |
| - root@(.*):[/~]# | |
| timeout: | |
| minutes: 10 | |
| method: qemu | |
| - test: | |
| timeout: | |
| minutes: 120 | |
| definitions: | |
| - repository: https://github.com/Linaro/test-definitions.git | |
| from: git | |
| path: automated/linux/ltp/ltp.yaml | |
| parameters: | |
| SKIP_INSTALL: 'true' | |
| TST_CMDFILES: syscalls | |
| SKIPFILE: skipfile-lkft.yaml | |
| BOARD: device-type | |
| BRANCH: skipgen-kernel-version | |
| ENVIRONMENT: production | |
| TIMEOUT_MULTIPLIER: '3' | |
| LTP_TMPDIR: /scratch | |
| name: ltp-syscalls-tests |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment