tfjs-converter/scripts/cloud_funcs/README.md
This directory contains the following Google Cloud Function.
trigger_nightlyProgramatically triggers a Cloud Build on master. This function is called by the Cloud Scheduler at 3am EST every day (configurable via the Cloud Scheduler UI). You can also trigger the function manually via the Cloud UI.
Command to re-deploy:
gcloud functions deploy converter_python_nightly \
--runtime nodejs8 \
--trigger-topic converter_python_nightly
The pipeline looks like this:
nightly topicnightly function, which starts a build programaticallycloud-builds topicsend_email function, which sends email and chat with the build status.