tree: d51225a0e7945431b73b35cfcf6f680769a45cf1 [path history] [tgz]
  1. app.yaml
  2. index.html
  3. main.css
  4. main.py
  5. 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