Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Send RTV version number along with CSI pings. #8111

Merged
merged 2 commits into from Mar 14, 2017

Conversation

lannka
Copy link
Contributor

@lannka lannka commented Mar 14, 2017

No description provided.

@ampprojectbot
Copy link
Member

ampprojectbot commented Mar 14, 2017

Hi, ampproject bot here! Here are a list of the owners that can approve your files.

You may leave an issue comment stating "@ampprojectbot retry!" to force me to re-evaluate this Pull Request's status

/to @dvoytenko @jridgewell

  • src/service/performance-impl.js

@lannka lannka merged commit 4143135 into ampproject:master Mar 14, 2017
@@ -302,6 +303,10 @@ export class Performance {
return this.enabledExperiments_;
}
const experiments = [];
// Add RTV version as experiment ID, so we can slice the data by version.
if (getMode(this.win).rtvVersion) {
experiments.push(getMode(this.win).rtvVersion);
Copy link
Contributor

Choose a reason for hiding this comment

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

Does this really belong in the ampexp field?

Copy link
Contributor

Choose a reason for hiding this comment

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

That's the field CSI already supports. We may separate it later.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

i think we probably stick with ampexp. we are not supposed to introduce arbitrary new param to CSI (which is shared by many other Google products).

@ampprojectbot
Copy link
Member

Hi, ampproject bot here! Here are a list of the owners that can approve your files.

You may leave an issue comment stating "@ampprojectbot retry!" to force me to re-evaluate this Pull Request's status

/to dvoytenko jridgewell

  • src/service/performance-impl.js

/to alanorozco aghassemi cvializ chenshay honeybadgerdontcare dvoytenko ericlindley-g erwinmombay gregable lannka mrjoro powdercloud newmuis jridgewell kmh287 cramforce mkhatib camelburrito choumx muxin zhouyx

  • test/functional/test-performance.js

For any issues please file a bug at https://github.com/google/github-owners-bot/issues

aghassemi pushed a commit that referenced this pull request Mar 14, 2017
* Send RTV version number along with CSI pings.

* fix tests
aghassemi pushed a commit that referenced this pull request Mar 15, 2017
* Send RTV version number along with CSI pings.

* fix tests
aghassemi pushed a commit that referenced this pull request Mar 15, 2017
* Send RTV version number along with CSI pings.

* fix tests
mrjoro pushed a commit to mrjoro/amphtml that referenced this pull request Apr 28, 2017
* Send RTV version number along with CSI pings.

* fix tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants