Draft: Added phase_index property to experiment fragment. Updated related schemas
Test Kitchen API has included a new property called phase_index that indicates the phase in which the related experiment is running. That property will be included in any submitted event so related fragment and schemas need to be updated accordingly: web/base, web/base_with_ip and app/base. This MR does that
Merge request checklist
- Phabricator task(s) associated with this change added to commit message (use
Bug: TASK_NUMBERon line at end of commit message) - wikitech:Event Platform/Instrumentation How To#Writing MediaWiki instrumentation code was followed for the schema(s) in the merge request. This includes if this merge request entails a new MEDIUM or HIGH risk schema, or if this merge request entails a schema alteration that increases the risk level based on Data Collection Guidelines.
- N/A If this introduces a new or upgraded MEDIUM or HIGH risk level,
@sgueboadded as a reviewer (please check@sguebocalendar for availability and find an alternate if@sguebois out). - wikitech:Event Platform/Schemas/Guidelines was followed for the schema(s) in the merge request.
- N/A Links to any other data specifications, such as a measurement plan or instrumentation specification if pertinent. Links to related code / Gerrit/GitLab patch pertinent to this schema change if it exists yet; if it doesn't exist yet that is okay and the merge requester should be sure to ensure reachability for that code via the commit message's referenced Phabricator task(s) later on. Please add links for any data specifications and relevant patches below this checkbox line if you have them.
Bug: T429059