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

🏗 Execute integration tests on both prod and canary config, with experiments derandomized #32808

Merged
merged 6 commits into from Feb 25, 2021

Conversation

danielrozenberg
Copy link
Member

@danielrozenberg danielrozenberg commented Feb 22, 2021

Fixes #25720:

  • splits the integration/module and integration/nomodule tests on CircleCI to integration/module-prod, integration/module-canary, integration/nomodule-prod, integration/nomodule-canary
  • Runs Math.round() on all experiment percentage ratios to remove any randomness from the tests

See the CircleCI build for this PR to see the results

@amp-owners-bot
Copy link

amp-owners-bot bot commented Feb 22, 2021

Hey @rsimha! These files were changed:

.circleci/config.yml
build-system/pr-check/module-tests.js
build-system/pr-check/nomodule-tests.js

@danielrozenberg danielrozenberg force-pushed the e2e-configs branch 20 times, most recently from 8c5d9f8 to 9236aba Compare February 23, 2021 21:04
@danielrozenberg danielrozenberg changed the title [DO NOT MERGE] WIP execute e2e tests on both prod and canary configs 🏗 Execute integration tests on both prod and canary config, with experiments derandomized Feb 23, 2021
Copy link
Contributor

@rsimha rsimha left a comment

Choose a reason for hiding this comment

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

A few cosmetic changes. Looks great otherwise!

.circleci/config.yml Outdated Show resolved Hide resolved
.circleci/config.yml Show resolved Hide resolved
.circleci/config.yml Show resolved Hide resolved
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.

Override all experiment percentage to 100% for integration tests
4 participants