wp-calypso icon indicating copy to clipboard operation
wp-calypso copied to clipboard

KPI: add new build configuration for experimentation

Open worldomonation opened this issue 2 years ago • 2 comments

Proposed Changes

This PR adds a new build configuration to allow for experimentation without affecting the main E2E builds.

Testing Instructions

Ensure the following:

  • [x] Unit Tests
  • [x] Code Style

Pre-merge Checklist

  • [ ] Have you written new tests for your changes?
  • [ ] Have you tested the feature in Simple (P9HQHe-k8-p2), Atomic (P9HQHe-jW-p2), and self-hosted Jetpack sites (PCYsg-g6b-p2)?
  • [ ] Have you checked for TypeScript, React or other console errors?
  • [ ] Have you used memoizing on expensive computations? More info in Memoizing with create-selector and Using memoizing selectors and Our Approach to Data
  • [ ] Have we added the "[Status] String Freeze" label as soon as any new strings were ready for translation (p4TIVU-5Jq-p2)?

Related to https://github.com/Automattic/wp-calypso/issues/66469

worldomonation avatar Aug 10 '22 17:08 worldomonation

This PR does not affect the size of JS and CSS bundles shipped to the user's browser.

Generated by performance advisor bot at iscalypsofastyet.com.

matticbot avatar Aug 10 '22 18:08 matticbot

Cool! In practice, how would this get used?

This would be used to experiment with pushing test results data from TeamCity to an external data store (eg. Grafana/ElasticSearch or S3). Details are here: pciE2j-1mq-p2

worldomonation avatar Aug 11 '22 15:08 worldomonation