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

Side by Side Diff: milo/appengine/swarming/testdata/build-running-logdog.swarm

Issue 2701033003: milo: Add SwarmBucket templating. (Closed)
Patch Set: Apparently "/swarming" is gitignored! Added... Created 3 years, 10 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 unified diff | Download patch
OLDNEW
1 { 1 {
2 "state": "RUNNING", 2 "state": "RUNNING",
3 "started_ts": "2016-03-14T10:00:01.850710", 3 "started_ts": "2016-03-14T10:00:01.850710",
4 "tags": [ 4 "tags": [
5 "allow_milo:1", 5 "allow_milo:1",
6 » » "luci_project:testproject", 6 "luci_project:testproject",
7 » » "log_location:logdog://example.com/testproject/foo/bar/+/annotat ions" 7 "log_location:logdog://example.com/testproject/${swarming_run_id}/+/annotati ons"
8 ], 8 ],
9 "task_id": "2d8d62f6be545b10" 9 "task_id": "2d8d62f6be545b10"
10 } 10 }
OLDNEW
« no previous file with comments | « milo/appengine/swarming/expectations/build-running-logdog.json ('k') | swarming/tasktemplate/template.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698