xref: /aosp_15_r20/external/autotest/server/cros/bluetooth/bluetooth_commits.yaml (revision 9c5db1993ded3edbeafc8092d69fe5de2ee02df7)
1# The chameleon bundle commits for Bluetooth tests in the test lab.
2
3# The current commit for all DUTs except those in lab_next_hosts.
4# Copy lab_next_commit to lab_curr_commit only when the latter proves
5# to be stable.
6# Note: d732343cf is the last python2 commit.
7# Do not modify this attribute anymore. Use the lab_commit_map if the host's
8# build version is after chromium: 3386750.
9lab_curr_commit: 881f0e0
10
11# the chameleon commit to update on the selected DUTs in lab_next_hosts
12# E.g.,
13#   lab_next_commit: 71be114
14# Leave it empty as below to always use lab_curr_commit.
15#   lab_next_commit:
16lab_next_commit: 87bed79
17
18# the lab_next_commit will be only used for this particular build number
19# Check http://go/cros-bt-stainless-result to find the next build number.
20# E.g.,
21#   lab_next_build: 13750.0.0
22# Leave it empty as below to always use lab_curr_commit.
23#   lab_next_build:
24lab_next_build: 14461.0.0
25
26lab_next_hosts:
27  - chromeos15-row8-metro4-host5    # lazor, Qualcomm WCN3990, kernel5.4
28  - chromeos15-row8-metro4-host6    # lazor, Qualcomm WCN3990, kernel5.4
29  - chromeos15-row5-rack7-host7     # kohaku, Intel AX201, kernel4.19
30  - chromeos15-row5-rack8-host7     # kohaku, Intel AX201, kernel4.19
31  - chromeos15-row5-rack1-host4     # blooglet, RTL8822, kernel4.14
32  - chromeos15-row5-rack2-host4     # blooglet, RTL8822, kernel4.14
33
34# The lab_commit_map has the format:
35# lab_commit_map:
36#   - build_version: 14461.0.0
37#     chameleon_commit: 87bed79
38#   - build_version: 00000.0.0
39#     chameleon_commit: 881f0e0
40# Each item in the lab_commit_map has the format:
41# {'build_version': build_version, 'chameleon_commit': chameleon_commit}.
42# Test server will choose the most recent build_version according to the DUT's
43# build version. The config should provide a default bundle (version 00000.0.0
44# as it is the smallest version). Note that this map is stored in reverse
45# chronological order, and each build_version or chameleon_commits should be
46# newer than the prior one.
47# We need to clean up the commit table once the corresponding build is older
48# than the current LTS version. Current LTS version is: 13816.103.0 (M90).
49lab_commit_map:
50  - build_version: 14461.0.0
51    chameleon_commit: 87bed79
52  - build_version: 00000.0.0
53    chameleon_commit: 881f0e0
54