go.chromium.org/luci@v0.0.0-20240309015107-7cdc2e660f33/lucicfg/testdata/errors/builder_without_recipe.star (about) 1 luci.project( 2 name = "project", 3 buildbucket = "cr-buildbucket.appspot.com", 4 swarming = "chromium-swarm.appspot.com", 5 ) 6 7 luci.bucket(name = "ci") 8 9 luci.builder( 10 name = "b", 11 bucket = "ci", 12 service_account = "noop@example.com", 13 ) 14 15 # Expect errors like: 16 # 17 # Traceback (most recent call last): 18 # //testdata/errors/builder_without_recipe.star: in <toplevel> 19 # ... 20 # Error: missing required field "executable"