Page MenuHomePhabricator

Deploy the fawiki test safety survey to beta cluster
Closed, ResolvedPublic3 Estimated Story Points

Description

User Story

Before deploying to production, we want to deploy the survey exactly as it will be in production to beta cluster.

Technical information

In the configuration, since the survey is the same but only the coverage value changes, it would be nice to have the survey configured with coverage 0 in default, and then override the coverage with +fawiki to the defined numbers in T296652: Define initial coverage % for the fawiki and cawiki test safety survey

Testing and QA steps

  • TBD e.g. beta cluster

Acceptance Criteria

Deploy/Undeploy Dates

Event Timeline

jsn.sherman renamed this task from Deploy the fawik test safety survey to beta cluster to Deploy the fawiki test safety survey to beta cluster.Dec 13 2021, 5:58 PM
//			'fawiki' => [
//				[
//					// T296655
//					'name' => 'internal-gdi-safety-survey',
//					'type' => 'internal',
//					'layout' => 'single-answer',
//					'question' => 'ext-quicksurveys-internal-gdi-safety-survey-question',
//					'privacyPolicy' => 'ext-quicksurveys-internal-gdi-safety-survey-privacy-policy',
//					'answers' => [
//						'ext-quicksurveys-internal-gdi-safety-survey-answer-positive',
//						'ext-quicksurveys-internal-gdi-safety-survey-answer-negative',
//						'ext-quicksurveys-internal-gdi-safety-survey-answer-neutral',
//					],
//					'enabled' => false,
//					'coverage' => 0.1, // T296652
//					'platforms' => [
//						'desktop' => [ 'stable' ],
//						'mobile' => [ 'stable', 'beta' ],
//					],
//				],
//			],

Change 755792 had a related patch set uploaded (by Eigyan; author: Eigyan):

[operations/mediawiki-config@master] [wmf-config]: Deploy fawiki test survey to beta

https://gerrit.wikimedia.org/r/755792

Change 755792 merged by jenkins-bot:

[operations/mediawiki-config@master] [wmf-config]: Deploy fawiki test survey to beta

https://gerrit.wikimedia.org/r/755792

Madalina claimed this task.