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