Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(133)

Unified Diff: milo/appengine/swarming/expectations/build-internal.json

Issue 2818563002: Milo: ACLs for internal swarm jobs (Closed)
Patch Set: Review Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « milo/appengine/swarming/buildinfo.go ('k') | milo/appengine/swarming/html_data.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: milo/appengine/swarming/expectations/build-internal.json
diff --git a/milo/appengine/swarming/expectations/build-internal.json b/milo/appengine/swarming/expectations/build-internal.json
new file mode 100644
index 0000000000000000000000000000000000000000..5191346f74e48555f22f8f57563cccd526f3b319
--- /dev/null
+++ b/milo/appengine/swarming/expectations/build-internal.json
@@ -0,0 +1,72 @@
+{
+ "Summary": {
+ "Label": "2d8d62f6be545b10",
+ "Status": "Running",
+ "Source": {
+ "Label": "Task 2d8d62f6be545b10",
+ "URL": "https://example.com/user/task/2d8d62f6be545b10"
+ },
+ "MainLink": [
+ {
+ "Label": "Task 2d8d62f6be545b10",
+ "URL": "https://example.com/user/task/2d8d62f6be545b10"
+ }
+ ],
+ "SubLink": [
+ [
+ {
+ "Label": "stdout",
+ "URL": "foo/stdout"
+ }
+ ]
+ ],
+ "Started": "2016-03-14T10:00:01.85071Z",
+ "Finished": "0001-01-01T00:00:00Z",
+ "Duration": 3598149290000,
+ "Type": "Recipe",
+ "LevelsDeep": 0,
+ "Verbosity": 1,
+ "Text": [
+ "Running recipe bootstrap"
+ ]
+ },
+ "SourceStamp": null,
+ "Components": [
+ {
+ "Label": "recipe bootstrap",
+ "Status": "Running",
+ "MainLink": [
+ {
+ "Label": "stdout",
+ "URL": "foo/steps/recipe_bootstrap/0/stdout"
+ }
+ ],
+ "SubLink": [
+ [
+ {
+ "Label": "Confused? README here",
+ "URL": "https://chromium.googlesource.com/external/github.com/luci/recipes-py/+/master/doc/workflow.md"
+ }
+ ]
+ ],
+ "Started": "2016-03-14T10:00:02Z",
+ "Finished": "0001-01-01T00:00:00Z",
+ "Duration": 3598000000000,
+ "Type": "Step",
+ "LevelsDeep": 0,
+ "Verbosity": 0,
+ "Text": null
+ }
+ ],
+ "PropertyGroup": [
+ {
+ "GroupName": "recipe bootstrap",
+ "Property": null
+ },
+ {
+ "GroupName": "Main",
+ "Property": null
+ }
+ ],
+ "Blame": null
+}
« no previous file with comments | « milo/appengine/swarming/buildinfo.go ('k') | milo/appengine/swarming/html_data.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698