Skip to content

Remove launched experiments#16528

Merged
dreamofabear merged 2 commits intoampproject:masterfrom
dreamofabear:remove-launched-experiments
Jul 6, 2018
Merged

Remove launched experiments#16528
dreamofabear merged 2 commits intoampproject:masterfrom
dreamofabear:remove-launched-experiments

Conversation

@dreamofabear
Copy link
Copy Markdown

Removing experiments that have been launched for ~30+ days and have no runtime checks i.e. isExperimentOn().

/to @lannka @aghassemi @newmuis

Copy link
Copy Markdown
Contributor

@newmuis newmuis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM for amp-story-v1

Copy link
Copy Markdown
Contributor

@aghassemi aghassemi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lGTM for apster, I'ma, animation and sidebar

@dreamofabear dreamofabear merged commit 3a3dbd9 into ampproject:master Jul 6, 2018
@dreamofabear dreamofabear deleted the remove-launched-experiments branch July 6, 2018 18:47
jridgewell added a commit to jridgewell/amphtml that referenced this pull request Jul 11, 2018
cvializ pushed a commit that referenced this pull request Jul 11, 2018
cvializ pushed a commit that referenced this pull request Jul 11, 2018
erwinmombay pushed a commit that referenced this pull request Jul 11, 2018
jridgewell added a commit to jridgewell/amphtml that referenced this pull request Jul 11, 2018
The root cause of ampproject#16671 (from ampproject#16528) is difficutly grepping for used experiment flags.

So, make them very grepable.

```js
// BAD
const EXP = 'experiment-name';
isExperimentOn(win, EXP);

// GOOD
isExperimentOn(win, 'experiment-name');
jridgewell added a commit to jridgewell/amphtml that referenced this pull request Jul 12, 2018
The root cause of ampproject#16671 (from ampproject#16528) is difficutly grepping for used experiment flags.

So, make them very grepable.

```js
// BAD
const EXP = 'experiment-name';
isExperimentOn(win, EXP);

// GOOD
isExperimentOn(win, 'experiment-name');
jridgewell added a commit that referenced this pull request Jul 12, 2018
The root cause of #16671 (from #16528) is difficutly grepping for used experiment flags.

So, make them very grepable.

```js
// BAD
const EXP = 'experiment-name';
isExperimentOn(win, EXP);

// GOOD
isExperimentOn(win, 'experiment-name');
```
alanorozco added a commit to alanorozco/amphtml that referenced this pull request Dec 5, 2020
prod-config.json history:

 - 366b9d5 - 2018-07-11T12:03:09-04:00
   Revert $1Remove launched experiments. (ampproject#16528)$1 (ampproject#16678)

 - 3a3dbd9 - 2018-07-06T14:47:49-04:00
   Remove launched experiments. (ampproject#16528)

 - 1194c16 - 2018-06-12T11:38:38-04:00
   Start canonical adsense fast fetch experiments at 1% (ampproject#15979)
alanorozco added a commit to alanorozco/amphtml that referenced this pull request Dec 5, 2020
prod-config.json history:

 - 366b9d5 - 2018-07-11T12:03:09-04:00
   Revert $1Remove launched experiments. (ampproject#16528)$1 (ampproject#16678)

 - 3a3dbd9 - 2018-07-06T14:47:49-04:00
   Remove launched experiments. (ampproject#16528)

 - 34ffcdb - 2017-02-17T13:10:59-08:00
   turn on chunked-amp (ampproject#7645)
alanorozco added a commit to alanorozco/amphtml that referenced this pull request Dec 5, 2020
prod-config.json history:

 - 366b9d5 - 2018-07-11T12:03:09-04:00
   Revert "Remove launched experiments. (ampproject#16528)" (ampproject#16678)

 - 3a3dbd9 - 2018-07-06T14:47:49-04:00
   Remove launched experiments. (ampproject#16528)

 - 1194c16 - 2018-06-12T11:38:38-04:00
   Start canonical adsense fast fetch experiments at 1% (ampproject#15979)
alanorozco added a commit to alanorozco/amphtml that referenced this pull request Dec 5, 2020
prod-config.json history:

 - 366b9d5 - 2018-07-11T12:03:09-04:00
   Revert "Remove launched experiments. (ampproject#16528)" (ampproject#16678)

 - 3a3dbd9 - 2018-07-06T14:47:49-04:00
   Remove launched experiments. (ampproject#16528)

 - 34ffcdb - 2017-02-17T13:10:59-08:00
   turn on chunked-amp (ampproject#7645)
alanorozco added a commit to alanorozco/amphtml that referenced this pull request Dec 5, 2020
prod-config.json history:

 - 366b9d5 - 2018-07-11T12:03:09-04:00
   Revert "Remove launched experiments. (ampproject#16528)" (ampproject#16678)

 - 3a3dbd9 - 2018-07-06T14:47:49-04:00
   Remove launched experiments. (ampproject#16528)

 - 1194c16 - 2018-06-12T11:38:38-04:00
   Start canonical adsense fast fetch experiments at 1% (ampproject#15979)
alanorozco added a commit to alanorozco/amphtml that referenced this pull request Dec 5, 2020
prod-config.json history:

 - 366b9d5 - 2018-07-11T12:03:09-04:00
   Revert "Remove launched experiments. (ampproject#16528)" (ampproject#16678)

 - 3a3dbd9 - 2018-07-06T14:47:49-04:00
   Remove launched experiments. (ampproject#16528)

 - 34ffcdb - 2017-02-17T13:10:59-08:00
   turn on chunked-amp (ampproject#7645)
alanorozco added a commit to alanorozco/amphtml that referenced this pull request Dec 5, 2020
prod-config.json history:

 - 366b9d5 - 2018-07-11T12:03:09-04:00
   Revert "Remove launched experiments. (ampproject#16528)" (ampproject#16678)

 - 3a3dbd9 - 2018-07-06T14:47:49-04:00
   Remove launched experiments. (ampproject#16528)

 - 1194c16 - 2018-06-12T11:38:38-04:00
   Start canonical adsense fast fetch experiments at 1% (ampproject#15979)
alanorozco added a commit to alanorozco/amphtml that referenced this pull request Dec 5, 2020
prod-config.json history:

 - 366b9d5 - 2018-07-11T12:03:09-04:00
   Revert "Remove launched experiments. (ampproject#16528)" (ampproject#16678)

 - 3a3dbd9 - 2018-07-06T14:47:49-04:00
   Remove launched experiments. (ampproject#16528)

 - 34ffcdb - 2017-02-17T13:10:59-08:00
   turn on chunked-amp (ampproject#7645)
alanorozco added a commit to alanorozco/amphtml that referenced this pull request Dec 5, 2020
prod-config.json history:

 - 366b9d5 - 2018-07-11T12:03:09-04:00
   Revert "Remove launched experiments. (ampproject#16528)" (ampproject#16678)

 - 3a3dbd9 - 2018-07-06T14:47:49-04:00
   Remove launched experiments. (ampproject#16528)

 - 1194c16 - 2018-06-12T11:38:38-04:00
   Start canonical adsense fast fetch experiments at 1% (ampproject#15979)
github-actions bot pushed a commit to alanorozco/amphtml that referenced this pull request Dec 5, 2020
prod-config.json history:

 - 366b9d5 - 2018-07-11T12:03:09-04:00
   Revert "Remove launched experiments. (ampproject#16528)" (ampproject#16678)

 - 3a3dbd9 - 2018-07-06T14:47:49-04:00
   Remove launched experiments. (ampproject#16528)

 - 1194c16 - 2018-06-12T11:38:38-04:00
   Start canonical adsense fast fetch experiments at 1% (ampproject#15979)
github-actions bot pushed a commit to alanorozco/amphtml that referenced this pull request Dec 5, 2020
prod-config.json history:

 - 366b9d5 - 2018-07-11T12:03:09-04:00
   Revert "Remove launched experiments. (ampproject#16528)" (ampproject#16678)

 - 3a3dbd9 - 2018-07-06T14:47:49-04:00
   Remove launched experiments. (ampproject#16528)

 - 34ffcdb - 2017-02-17T13:10:59-08:00
   turn on chunked-amp (ampproject#7645)
github-actions bot pushed a commit to alanorozco/amphtml that referenced this pull request Dec 6, 2020
Previous history on prod-config.json:

- 366b9d5 - 2018-07-11T12:03:09-04:00 - Revert,"Remove,launched,experiments.,(ampproject#16528)",(ampproject#16678)

- 3a3dbd9 - 2018-07-06T14:47:49-04:00 - Remove,launched,experiments.,(ampproject#16528)

- 1194c16 - 2018-06-12T11:38:38-04:00 - Start,canonical,adsense,fast,fetch,experiments,at,1%,(ampproject#15979)
github-actions bot pushed a commit to alanorozco/amphtml that referenced this pull request Dec 6, 2020
Previous history on prod-config.json:

- 366b9d5 - 2018-07-11T12:03:09-04:00 - Revert,"Remove,launched,experiments.,(ampproject#16528)",(ampproject#16678)

- 3a3dbd9 - 2018-07-06T14:47:49-04:00 - Remove,launched,experiments.,(ampproject#16528)

- 34ffcdb - 2017-02-17T13:10:59-08:00 - turn,on,chunked-amp,(ampproject#7645)
github-actions bot pushed a commit to alanorozco/amphtml that referenced this pull request Dec 6, 2020
Previous history on prod-config.json:

- 366b9d5 - 2018-07-11T12:03:09-04:00 - Revert,"Remove,launched,experiments.,(ampproject#16528)",(ampproject#16678)

- 3a3dbd9 - 2018-07-06T14:47:49-04:00 - Remove,launched,experiments.,(ampproject#16528)

- 1194c16 - 2018-06-12T11:38:38-04:00 - Start,canonical,adsense,fast,fetch,experiments,at,1%,(ampproject#15979)
github-actions bot pushed a commit to alanorozco/amphtml that referenced this pull request Dec 6, 2020
Previous history on prod-config.json:

- 366b9d5 - 2018-07-11T12:03:09-04:00 - Revert,"Remove,launched,experiments.,(ampproject#16528)",(ampproject#16678)

- 3a3dbd9 - 2018-07-06T14:47:49-04:00 - Remove,launched,experiments.,(ampproject#16528)

- 34ffcdb - 2017-02-17T13:10:59-08:00 - turn,on,chunked-amp,(ampproject#7645)
github-actions bot pushed a commit to alanorozco/amphtml that referenced this pull request Dec 7, 2020
Previous history on prod-config.json:

- 366b9d5 - 2018-07-11T12:03:09-04:00 - Revert,"Remove,launched,experiments.,(ampproject#16528)",(ampproject#16678)

- 3a3dbd9 - 2018-07-06T14:47:49-04:00 - Remove,launched,experiments.,(ampproject#16528)

- 1194c16 - 2018-06-12T11:38:38-04:00 - Start,canonical,adsense,fast,fetch,experiments,at,1%,(ampproject#15979)
github-actions bot pushed a commit to alanorozco/amphtml that referenced this pull request Dec 7, 2020
Previous history on prod-config.json:

- 366b9d5 - 2018-07-11T12:03:09-04:00 - Revert,"Remove,launched,experiments.,(ampproject#16528)",(ampproject#16678)

- 3a3dbd9 - 2018-07-06T14:47:49-04:00 - Remove,launched,experiments.,(ampproject#16528)

- 34ffcdb - 2017-02-17T13:10:59-08:00 - turn,on,chunked-amp,(ampproject#7645)
alanorozco added a commit to alanorozco/amphtml that referenced this pull request Dec 7, 2020
Previous history on prod-config.json:

- 366b9d5 - 2018-07-11T12:03:09-04:00 - Revert "Remove launched experiments. (ampproject#16528)" (ampproject#16678)
- 3a3dbd9 - 2018-07-06T14:47:49-04:00 - Remove launched experiments. (ampproject#16528)
- 1194c16 - 2018-06-12T11:38:38-04:00 - Start canonical adsense fast fetch experiments at 1% (ampproject#15979)
alanorozco added a commit to alanorozco/amphtml that referenced this pull request Dec 7, 2020
Previous history on prod-config.json:

- 366b9d5 - 2018-07-11T12:03:09-04:00 - Revert "Remove launched experiments. (ampproject#16528)" (ampproject#16678)
- 3a3dbd9 - 2018-07-06T14:47:49-04:00 - Remove launched experiments. (ampproject#16528)
- 34ffcdb - 2017-02-17T13:10:59-08:00 - turn on chunked-amp (ampproject#7645)
alanorozco added a commit to alanorozco/amphtml that referenced this pull request Dec 7, 2020
Previous history on prod-config.json:

- 366b9d5 - 2018-07-11T12:03:09-04:00 - Revert "Remove launched experiments. (ampproject#16528)"
- 3a3dbd9 - 2018-07-06T14:47:49-04:00 - Remove launched experiments.
- 1194c16 - 2018-06-12T11:38:38-04:00 - Start canonical adsense fast fetch experiments at 1%
alanorozco added a commit to alanorozco/amphtml that referenced this pull request Dec 7, 2020
Previous history on prod-config.json:

- 366b9d5 - 2018-07-11T12:03:09-04:00 - Revert "Remove launched experiments. (ampproject#16528)"
- 3a3dbd9 - 2018-07-06T14:47:49-04:00 - Remove launched experiments.
- 34ffcdb - 2017-02-17T13:10:59-08:00 - turn on chunked-amp
alanorozco added a commit to alanorozco/amphtml that referenced this pull request Dec 7, 2020
Previous history on prod-config.json:

- 366b9d5 - 2018-07-11T12:03:09-04:00 - Revert "Remove launched experiments. (ampproject#16528)"
- 3a3dbd9 - 2018-07-06T14:47:49-04:00 - Remove launched experiments.
- 1194c16 - 2018-06-12T11:38:38-04:00 - Start canonical adsense fast fetch experiments at 1%
alanorozco added a commit to alanorozco/amphtml that referenced this pull request Dec 7, 2020
Previous history on prod-config.json:

- 366b9d5 - 2018-07-11T12:03:09-04:00 - Revert "Remove launched experiments. (ampproject#16528)"
- 3a3dbd9 - 2018-07-06T14:47:49-04:00 - Remove launched experiments.
- 34ffcdb - 2017-02-17T13:10:59-08:00 - turn on chunked-amp
github-actions bot pushed a commit to alanorozco/amphtml that referenced this pull request Dec 7, 2020
Previous history on prod-config.json:

- 366b9d5 - 2018-07-11T12:03:09-04:00 - Revert "Remove launched experiments. (ampproject#16528)"
- 3a3dbd9 - 2018-07-06T14:47:49-04:00 - Remove launched experiments.
- 1194c16 - 2018-06-12T11:38:38-04:00 - Start canonical adsense fast fetch experiments at 1%
github-actions bot pushed a commit to alanorozco/amphtml that referenced this pull request Dec 7, 2020
Previous history on prod-config.json:

- 366b9d5 - 2018-07-11T12:03:09-04:00 - Revert "Remove launched experiments. (ampproject#16528)"
- 3a3dbd9 - 2018-07-06T14:47:49-04:00 - Remove launched experiments.
- 34ffcdb - 2017-02-17T13:10:59-08:00 - turn on chunked-amp
github-actions bot pushed a commit to alanorozco/amphtml that referenced this pull request Dec 7, 2020
Previous history on prod-config.json:

- 366b9d5 - 2018-07-11T12:03:09-04:00 - Revert "Remove launched experiments. (ampproject#16528)"
- 3a3dbd9 - 2018-07-06T14:47:49-04:00 - Remove launched experiments.
- 1194c16 - 2018-06-12T11:38:38-04:00 - Start canonical adsense fast fetch experiments at 1%
github-actions bot pushed a commit to alanorozco/amphtml that referenced this pull request Dec 7, 2020
Previous history on prod-config.json:

- 366b9d5 - 2018-07-11T12:03:09-04:00 - Revert "Remove launched experiments. (ampproject#16528)"
- 3a3dbd9 - 2018-07-06T14:47:49-04:00 - Remove launched experiments.
- 34ffcdb - 2017-02-17T13:10:59-08:00 - turn on chunked-amp
github-actions bot pushed a commit to alanorozco/amphtml that referenced this pull request Dec 7, 2020
Previous history on prod-config.json:

- 366b9d5 - 2018-07-11T12:03:09-04:00 - Revert "Remove launched experiments. (ampproject#16528)"
- 3a3dbd9 - 2018-07-06T14:47:49-04:00 - Remove launched experiments.
- 1194c16 - 2018-06-12T11:38:38-04:00 - Start canonical adsense fast fetch experiments at 1%
github-actions bot pushed a commit to alanorozco/amphtml that referenced this pull request Dec 7, 2020
Previous history on prod-config.json:

- 366b9d5 - 2018-07-11T12:03:09-04:00 - Revert "Remove launched experiments. (ampproject#16528)"
- 3a3dbd9 - 2018-07-06T14:47:49-04:00 - Remove launched experiments.
- 34ffcdb - 2017-02-17T13:10:59-08:00 - turn on chunked-amp
github-actions bot pushed a commit to alanorozco/amphtml that referenced this pull request Dec 7, 2020
Previous history on prod-config.json:

- 366b9d5 - 2018-07-11T12:03:09-04:00 - Revert "Remove launched experiments. (ampproject#16528)"
- 3a3dbd9 - 2018-07-06T14:47:49-04:00 - Remove launched experiments.
- 1194c16 - 2018-06-12T11:38:38-04:00 - Start canonical adsense fast fetch experiments at 1%
github-actions bot pushed a commit to alanorozco/amphtml that referenced this pull request Dec 7, 2020
Previous history on prod-config.json:

- 366b9d5 - 2018-07-11T12:03:09-04:00 - Revert "Remove launched experiments. (ampproject#16528)"
- 3a3dbd9 - 2018-07-06T14:47:49-04:00 - Remove launched experiments.
- 34ffcdb - 2017-02-17T13:10:59-08:00 - turn on chunked-amp
github-actions bot pushed a commit to alanorozco/amphtml that referenced this pull request Dec 7, 2020
Previous history on prod-config.json:

- 366b9d5 - 2018-07-11T12:03:09-04:00 - Revert "Remove launched experiments. (ampproject#16528)"
- 3a3dbd9 - 2018-07-06T14:47:49-04:00 - Remove launched experiments.
- 1194c16 - 2018-06-12T11:38:38-04:00 - Start canonical adsense fast fetch experiments at 1%
github-actions bot pushed a commit to alanorozco/amphtml that referenced this pull request Dec 7, 2020
Previous history on prod-config.json:

- 366b9d5 - 2018-07-11T12:03:09-04:00 - Revert "Remove launched experiments. (ampproject#16528)"
- 3a3dbd9 - 2018-07-06T14:47:49-04:00 - Remove launched experiments.
- 34ffcdb - 2017-02-17T13:10:59-08:00 - turn on chunked-amp
alanorozco added a commit to alanorozco/amphtml that referenced this pull request Dec 7, 2020
Previous history on prod-config.json:

- 366b9d5 - 2018-07-11T12:03:09-04:00 - Revert "Remove launched experiments. (ampproject#16528)"
- 3a3dbd9 - 2018-07-06T14:47:49-04:00 - Remove launched experiments.
- 1194c16 - 2018-06-12T11:38:38-04:00 - Start canonical adsense fast fetch experiments at 1%
alanorozco added a commit to alanorozco/amphtml that referenced this pull request Dec 7, 2020
Previous history on prod-config.json:

- 366b9d5 - 2018-07-11T12:03:09-04:00 - Revert "Remove launched experiments. (ampproject#16528)"
- 3a3dbd9 - 2018-07-06T14:47:49-04:00 - Remove launched experiments.
- 34ffcdb - 2017-02-17T13:10:59-08:00 - turn on chunked-amp
alanorozco added a commit to alanorozco/amphtml that referenced this pull request Dec 7, 2020
Previous history on prod-config.json:

- 366b9d5 - 2018-07-11T12:03:09-04:00 - Revert "Remove launched experiments. (ampproject#16528)"
- 3a3dbd9 - 2018-07-06T14:47:49-04:00 - Remove launched experiments.
- 1194c16 - 2018-06-12T11:38:38-04:00 - Start canonical adsense fast fetch experiments at 1%
alanorozco added a commit to alanorozco/amphtml that referenced this pull request Dec 7, 2020
Previous history on prod-config.json:

- 366b9d5 - 2018-07-11T12:03:09-04:00 - Revert "Remove launched experiments. (ampproject#16528)"
- 3a3dbd9 - 2018-07-06T14:47:49-04:00 - Remove launched experiments.
- 34ffcdb - 2017-02-17T13:10:59-08:00 - turn on chunked-amp
github-actions bot pushed a commit to alanorozco/amphtml that referenced this pull request Dec 8, 2020
Previous history on prod-config.json:

- 366b9d5 - 2018-07-11T12:03:09-04:00 - Revert "Remove launched experiments. (ampproject#16528)"
- 3a3dbd9 - 2018-07-06T14:47:49-04:00 - Remove launched experiments.
- 1194c16 - 2018-06-12T11:38:38-04:00 - Start canonical adsense fast fetch experiments at 1%
github-actions bot pushed a commit to alanorozco/amphtml that referenced this pull request Dec 8, 2020
Previous history on prod-config.json:

- 366b9d5 - 2018-07-11T12:03:09-04:00 - Revert "Remove launched experiments. (ampproject#16528)"
- 3a3dbd9 - 2018-07-06T14:47:49-04:00 - Remove launched experiments.
- 34ffcdb - 2017-02-17T13:10:59-08:00 - turn on chunked-amp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants