aboutsummaryrefslogtreecommitdiff
path: root/lkft/lava-job-definitions/common/template-cts-excluded-v8a.yaml
blob: 6292dd7c2a7ba220310a3fd826e02cf9d82bbd10 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{% extends device_type %}

{% block job_name %}lkft-android-{{KERNEL_BRANCH}}-{{BUILD_NUMBER}}-cts-excluded-v8a{% endblock job_name %}

{% block job_gobal_timeout %}
timeouts:
  job:
    minutes: 630
  action:
    minutes: 15
  connection:
    minutes: 2
{% endblock job_gobal_timeout %}

{% block job_specific_metadata %}
  cts-url: "{{TEST_CTS_URL}}/android-cts.zip"
  cts-manifest: "{{TEST_CTS_URL}}/pinned-manifest.xml"
  cts-version: "{{TEST_CTS_VERSION}}"
  cts-plan: "cts-lkft"
{% endblock job_specific_metadata %}

{% block test_target %}
- test:
    namespace: tlxc
    timeout:
      minutes: 600
    definitions:
    - repository: https://git.linaro.org/qa/test-definitions.git
      from: git
      path: automated/android/noninteractive-tradefed/tradefed.yaml
      params:
        TEST_PARAMS: cts --abi arm64-v8a
            --include-filter CtsKeystoreTestCases
            --include-filter CtsWindowManagerDeviceTestCases
            --include-filter CtsDevicePolicyManagerTestCases
            --include-filter CtsIdentityTestCases
            --include-filter CtsJobSchedulerTestCases
            --include-filter CtsIncidentHostTestCases
            --include-filter CtsIncidentHostTestCases[instant]
            --include-filter CtsStatsdHostTestCases[instant]
            --include-filter CtsStatsdHostTestCases
            --include-filter CtsPrintTestCases
            --include-filter CtsPrintTestCases[instant]
            --include-filter CtsFileSystemTestCases
            --include-filter CtsFileSystemTestCases[instant]
            --include-filter CtsUsageStatsTestCases
            --include-filter CtsTrustedVoiceHostTestCases
            --include-filter CtsPerfettoTestCases
            --include-filter CtsShortcutHostTestCases
            --include-filter CtsNativeHardwareTestCases
            --include-filter CtsNativeMidiTestCases
            --include-filter CtsAutoFillServiceTestCases[instant]
            --include-filter CtsAutoFillServiceTestCases
            --include-filter CtsBackupHostTestCases
            --include-filter CtsBackupTestCases
            --include-filter CtsSecurityBulletinHostTestCases
            --disable-reboot
        TEST_URL: "{{TEST_CTS_URL}}/android-cts.zip"
        TEST_PATH: "android-cts"
        RESULTS_FORMAT: "aggregated"
        ANDROID_VERSION: "{{ANDROID_VERSION}}"
      name: "cts-lkft"
{% endblock test_target %}