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

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

Issue 2669473002: Milo: Remove swarming tags from build properties (Closed)
Patch Set: Fix gerrit checker 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 side-by-side diff with in-line comments
Download patch
Index: milo/appengine/swarming/expectations/build-running.json
diff --git a/milo/appengine/swarming/expectations/build-running.json b/milo/appengine/swarming/expectations/build-running.json
index 1c8914b542616c75f36ee81988b3560412e00097..b60f9dd68e5767a955584aafb23d388bdb0a6f90 100644
--- a/milo/appengine/swarming/expectations/build-running.json
+++ b/milo/appengine/swarming/expectations/build-running.json
@@ -1,10 +1,7 @@
{
"Summary": {
- "ParentLabel": null,
"Label": "2d8d62f6be545b10",
"Status": "Running",
- "Banner": null,
- "Bot": null,
"Source": {
"Label": "Task 2d8d62f6be545b10",
"URL": "https://example.com/user/task/2d8d62f6be545b10"
@@ -19,7 +16,6 @@
"URL": "foo/stdout"
}
],
- "Progress": null,
"Started": "2016-03-14T10:00:01.85071Z",
"Finished": "0001-01-01T00:00:00Z",
"Duration": 3598149290000,
@@ -33,18 +29,12 @@
"SourceStamp": null,
"Components": [
{
- "ParentLabel": null,
"Label": "recipe bootstrap",
"Status": "Success",
- "Banner": null,
- "Bot": null,
- "Source": null,
"MainLink": {
"Label": "stdout",
"URL": "foo/steps/recipe_bootstrap/0/stdout"
},
- "SubLink": null,
- "Progress": null,
"Started": "2016-03-14T10:00:02Z",
"Finished": "2016-03-14T10:00:03Z",
"Duration": 1000000000,
@@ -54,12 +44,8 @@
"Text": null
},
{
- "ParentLabel": null,
"Label": "setup_build",
"Status": "Success",
- "Banner": null,
- "Bot": null,
- "Source": null,
"MainLink": {
"Label": "stdout",
"URL": "foo/steps/setup_build/0/stdout"
@@ -70,7 +56,6 @@
"URL": "foo/steps/setup_build/0/logs/run_recipe/0"
}
],
- "Progress": null,
"Started": "2016-03-14T10:00:03Z",
"Finished": "2016-03-14T10:00:04Z",
"Duration": 1000000000,
@@ -82,18 +67,12 @@
]
},
{
- "ParentLabel": null,
"Label": "bot_update",
"Status": "Running",
- "Banner": null,
- "Bot": null,
- "Source": null,
"MainLink": {
"Label": "stdout",
"URL": "foo/steps/bot_update/0/stdout"
},
- "SubLink": null,
- "Progress": null,
"Started": "2016-03-14T10:00:05Z",
"Finished": "0001-01-01T00:00:00Z",
"Duration": 3595000000000,
@@ -136,15 +115,6 @@
{
"GroupName": "Main",
"Property": null
- },
- {
- "GroupName": "Swarming Tags",
- "Property": [
- {
- "Key": "allow_milo",
- "Value": "1"
- }
- ]
}
],
"Blame": null

Powered by Google App Engine
This is Rietveld 408576698