Spaces Data
Minimal test - lines (72, 81)
path: .spaces[0].metrics.mi.mi_original
old: 116.61891546326652
new: 110.84078137145904
path: .spaces[0].metrics.mi.mi_visual_studio
old: 68.19819617734883
new: 64.81917039266611
path: .spaces[0].metrics.mi.mi_sei
old: 129.57998632163952
new: 128.86883554602218
path: .spaces[0].metrics.loc.cloc
old: 2.0
new: 5.0
path: .spaces[0].metrics.loc.sloc
old: 7.0
new: 10.0
Code
def context(params):
# available for any docker-worker tasks at levels 1, 2; and for
# test tasks on level 3 (level-3 builders are firewalled off)
if int(params["level"]) < 3:
return [{"worker-implementation": "docker-worker"}]
else:
return [{"worker-implementation": "docker-worker", "kind": "test"}]
# Windows is not supported by one-click loaners yet. See
# https://wiki.mozilla.org/ReleaseEngineering/How_To/Self_Provision_a_TaskCluster_Windows_Instance
# for instructions for using them.