common/rust/scuba: include BuildRule in common server data

Summary:
This is helpful while looking at a dataset in Scuba to know what a given sample
is coming from when it has no TW info (e.g. because it was running on someone's
devserver).

Reviewed By: HarveyHunt

Differential Revision: D19159170

fbshipit-source-id: 753e8043ef6cdac40cb368667df3e35914a65c2b
This commit is contained in:
Thomas Orozco 2019-12-18 08:03:14 -08:00 committed by Facebook Github Bot
parent 9e393883d3
commit dfd02ce955

View File

@ -60,6 +60,7 @@
},
"normal": {
"build_revision": *, (glob)
"build_rule": "*/mononoke/lfs_server:lfs_server", (glob)
"client_hostname": "localhost",
"client_ip": "$LOCALIP",
"http_host": "*", (glob)
@ -103,6 +104,7 @@
},
"normal": {
"build_revision": *, (glob)
"build_rule": "*/mononoke/lfs_server:lfs_server", (glob)
"client_hostname": "localhost",
"client_ip": "$LOCALIP",
"http_host": "*", (glob)
@ -151,6 +153,7 @@
"normal": {
"batch_order": "*", (glob)
"build_revision": *, (glob)
"build_rule": "*/mononoke/lfs_server:lfs_server", (glob)
"client_hostname": "localhost",
"client_ip": "$LOCALIP",
"http_host": "*", (glob)
@ -195,6 +198,7 @@
},
"normal": {
"build_revision": *, (glob)
"build_rule": "*/mononoke/lfs_server:lfs_server", (glob)
"client_hostname": "localhost",
"client_ip": "$LOCALIP",
"http_host": "*", (glob)
@ -236,6 +240,7 @@
},
"normal": {
"build_revision": *, (glob)
"build_rule": "*/mononoke/lfs_server:lfs_server", (glob)
"client_hostname": "localhost",
"client_ip": "$LOCALIP",
"http_host": *, (glob)