• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1context:
2  extra_kernel_args: console_msg_format=syslog earlycon
3device_type: {{ device_type }}
4job_name: Test cros-codecs on {{ arch }}
5
6priority: medium
7timeouts:
8  action:
9    minutes: 120
10  actions:
11    power-off:
12      seconds: 30
13  job:
14    minutes: 120
15  queue:
16    days: 2
17visibility: public
18
19actions:
20- deploy:
21    namespace: cros-codecs
22    kernel:
23      url: https://storage.chromeos.kernelci.org/images/kernel/cros---chromeos-6.1-x86_64-chromiumos-x86_64.flavour.config+x86-chromebook/clang-14/kernel/bzImage
24    modules:
25      compression: xz
26      url: https://storage.chromeos.kernelci.org/images/kernel/cros---chromeos-6.1-x86_64-chromiumos-x86_64.flavour.config+x86-chromebook/clang-14/modules.tar.xz
27    nfsrootfs:
28      compression: xz
29      url: https://storage.kernelci.org/images/rootfs/debian/bullseye-gst-fluster/20231117.0/amd64/full.rootfs.tar.xz
30    os: oe
31    ramdisk:
32      compression: gz
33      url: https://storage.kernelci.org/images/rootfs/debian/bullseye-gst-fluster/20231117.0/amd64/initrd.cpio.gz
34    timeout:
35      minutes: 15
36    to: tftp
37- boot:
38    commands: nfs
39    method: depthcharge
40    namespace: cros-codecs
41    prompts:
42    - '/ #'
43    timeout:
44      minutes: 5
45- test:
46    definitions:
47       - repository: {{ repo_url }}
48         branch: '{{ test_branch }}'
49         history: False
50         from: git
51         name: run_fluster
52         path: ci/test-cases/cros-codecs.yaml
53         params:
54           CCDEC_BUILD_ID: {{ ccdec_build_id }}
55           ARCH: {{ arch }}
56           GITHUB_TOKEN: {{ token }}
57           GITHUB_REPO: {{ repo }}
58       - repository: {{ repo_url }}
59         branch: '{{ test_branch }}'
60         history: False
61         from: git
62         name: run_fluster_single
63         path: ci/test-cases/cros-codecs-single.yaml
64         params:
65           CCDEC_BUILD_ID: {{ ccdec_build_id }}
66           ARCH: {{ arch }}
67           GITHUB_TOKEN: {{ token }}
68           GITHUB_REPO: {{ repo }}
69    namespace: cros-codecs
70    timeout:
71      minutes: 120
72
73