go.chromium.org/luci@v0.0.0-20240309015107-7cdc2e660f33/build/gae/milo.yaml (about)

     1  name: luci-go/milo
     2  extends: ../gae.yaml
     3  
     4  inputsdir: ../../milo
     5  
     6  build:
     7    # This builds the frontend code updating ${inputsdir}/ui/out.
     8    - run: ['make', 'release']
     9      cwd: ${inputsdir}/ui
    10  
    11    # This packages all Go code with its dependencies into _gopath/src/... It
    12    # follows the symlinks in luci-go to pick up the built frontend code from
    13    # resultui/out.
    14    - go_gae_bundle: ${inputsdir}/app.yaml
    15      go_gae_bundle_as_module: True
    16      dest: ${contextdir}/milo