[roll] Roll cobalt [report_definition] Add cookie bucket fields to report definition

Added following fields:
* cookie_bucket_size: specifies the number of cookie buckets to compute
  confidence intervals. 20 is the only accepted amount of
  cookie buckets. 0 indicates that cookie bucket is disabled. cookie
  bucket should not be enabled if experiment_ids is empty.
* cookie_bucket_scope: specifies the scope of bucketing, for example
  an A/B testing ID. cookie_bucket_scope must be set if cookie bucket is
  enabled and it must be not set if cookie bucket is disabled.
* SystemProfileField.COOKIE_BUCKET_ID: can be set only if
  SystemProfileField.EXPERIMENT_IDS is set. Should be set with
  cookie_bucket_size together or not at all.

Added flag `allowCookieBucket` to specify whether cookie bucket is
allowed to be set in the registry, default to false.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/cobalt/+/1290824
Original-Revision: b6976c96abff1b6164f07bab414c058f4e633a58
GitOrigin-RevId: b646a4968d677d68318fe9b157063cc7bb12035b
Change-Id: Ibeae9fe5b413033cec162a7cb2b39a0e64b8c69f
1 file changed
tree: abb72625bdc472e30ca93ea66c65bf43c110373e
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance in one of the communication channels documented at get involved.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.