tree: 3fe3f5f3f5eec222db6bbba47698be8ac2697246 [path history] [tgz]
  1. app.yaml
  2. favicon.ico
  3. index.html
  4. main.css
  5. main.py
  6. README.md
fudash/README.md

Hacky interim dashboard

This is a hacky dashboard that serves the purpose of collecting all the LUCI build results into one location. It works by scraping the pages served on luci-scheduler.appspot.com. It does that because that's the only unauthenticated place where the build results are surfaced.

Making changes / testing / deploying

This is a normal App Engine app. As such, you should use typical App Engine workflow -- documentation here.

Testing local changes

dev_appserver.py ./app.yaml

Deploying new versions

gcloud config set project fuchsia-dashboard
gcloud app deploy app.yaml