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

chore: Reduce E2E test jobs run on PRs #28525

Merged
merged 1 commit into from
Nov 20, 2024
Merged

Commits on Nov 19, 2024

  1. chore: Reduce E2E test jobs run on PRs

    The number of E2E test jobs run on PRs has been reduced to save on
    CircleCI credits. We still run the "chrome MV3" test job, but the
    Firefox and "chrome MV2/webpack build" E2E test jobs are now only run
    on `develop`, `master`, and RC branches. This should result in huge
    CircleCI credit savings.
    
    These jobs were chosen because it's uncommon for test failures or
    flakiness to manifest in these jobs without also appearing in the
    Chrome MV3 E2E test job, and this job represents the mmajority of our
    userbase (the Chrome MV2/webpack build is only used for development).
    Gudahtt committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    85eb67f View commit details
    Browse the repository at this point in the history