go.chromium.org/luci@v0.0.0-20240309015107-7cdc2e660f33/build/gae/change-verifier.yaml (about) 1 name: luci-go/change-verifier 2 extends: ../gae.yaml 3 4 inputsdir: ../../cv 5 6 build: 7 - go_gae_bundle: ${inputsdir}/appengine/app.yaml 8 go_gae_bundle_as_module: True 9 dest: ${contextdir}/default 10 - go_gae_bundle: ${inputsdir}/appengine/monitor/service-monitor.yaml 11 go_gae_bundle_as_module: True 12 dest: ${contextdir}/monitor 13 - go_gae_bundle: ${inputsdir}/appengine/listener/service-listener.yaml 14 go_gae_bundle_as_module: True 15 dest: ${contextdir}/listener