Lines Matching refs:buildername
88 buildername = api.properties['buildername']
94 if 'SkottieWASM' in buildername:
109 elif 'LottieWeb' in buildername:
112 if 'Canvas' in buildername:
129 raise Exception('Could not recognize the buildername %s' % buildername)
186 m = reg.match(api.properties['buildername'])
363 api.properties(buildername=skottie_cpu_buildername,
378 api.properties(buildername=skottie_cpu_buildername,
403 api.properties(buildername=skottie_gpu_buildername,
421 api.properties(buildername=lottieweb_cpu_buildername,
436 api.properties(buildername=lottieweb_cpu_buildername,
461 api.properties(buildername=lottieweb_canvas_cpu_buildername,
476 api.properties(buildername=lottieweb_canvas_cpu_buildername,
501 api.properties(buildername=unrecognized_buildername,