What is the bug or feature:
Given Chromium build directory, depot_tools' path, Google Cloud Platform(gcp) url, this Python script can dump deps & graph information into compressed file and save it in gcp.
Context or examples:
This script will run when compilation failure happens. It will upload .ninja_deps file and dump graph information about chrome executable into gcp
Expected:
The script should save two compressed files about deps & graph in gcp
What is the bug or feature:
Given Chromium build directory, depot_tools' path, Google Cloud Platform(gcp) url, this Python script can dump deps & graph information into compressed file and save it in gcp.
Context or examples:
This script will run right after compile step completes (no matter it succeeded or failed). It will capture the output of "ninja -t deps" & "ninja -t graph", write them into compressed files, and then upload them to a Google Storage bucket.
Expected:
The script should save two compressed files about deps & graph in GS bucket.
Comment 1 by st...@chromium.org
, Jun 1 2017