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

Move no-signing to RTV exp #30201

Merged
merged 4 commits into from Sep 12, 2020
Merged

Move no-signing to RTV exp #30201

merged 4 commits into from Sep 12, 2020

Conversation

calebcordry
Copy link
Member

@calebcordry calebcordry commented Sep 11, 2020

Move branch level No Signing experiment to ExperimentA slot to stop polluting canary logs.

link without whitespace in diff :) https://github.com/ampproject/amphtml/pull/30201/files?w=1

@google-cla google-cla bot added the cla: yes label Sep 11, 2020
@amp-owners-bot
Copy link

amp-owners-bot bot commented Sep 11, 2020

Hey @danielrozenberg! These files were changed:

build-system/global-configs/experiments-config.json

Hey @estherkim! These files were changed:

build-system/tasks/e2e/amp-driver.js
build-system/tasks/e2e/describes-e2e.js

Hey @Jiaming-X! These files were changed:

extensions/amp-ad-network-adsense-impl/0.1/amp-ad-network-adsense-impl.js

Hey @jeffkaufman! These files were changed:

extensions/amp-ad-network-adsense-impl/0.1/amp-ad-network-adsense-impl.js
extensions/amp-ad-network-doubleclick-impl/0.1/amp-ad-network-doubleclick-impl.js

@calebcordry calebcordry changed the title [DO NOT MERGE] Move no-signing to RTV exp Move no-signing to RTV exp Sep 11, 2020
Copy link
Collaborator

@estherkim estherkim left a comment

Choose a reason for hiding this comment

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

Experiments config & e2e changes LGTM

NO_SIGNING_EXP.experiment
);
// eslint-disable-next-line no-undef
return NO_SIGNING_RTV;
Copy link
Contributor

Choose a reason for hiding this comment

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

Do we need to cast it to boolean? (if undefined)

Copy link
Member Author

Choose a reason for hiding this comment

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

Done.

*/
export const NO_SIGNING_EXP = {
id: 'a4a-no-signing',
control: '21066324',
Copy link
Contributor

Choose a reason for hiding this comment

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

If we remove this, where do we track the exp id?

Copy link
Member Author

Choose a reason for hiding this comment

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

This is an RTV experiment so we just compare version numbers.

@calebcordry calebcordry merged commit 973cb29 into ampproject:master Sep 12, 2020
@calebcordry calebcordry deleted the no-sign-rtv branch September 12, 2020 00:13
ed-bird pushed a commit to ed-bird/amphtml that referenced this pull request Dec 10, 2020
* move to rtv

* add exp config

* missed e2e test

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

Successfully merging this pull request may close these issues.

None yet

4 participants