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(ci): fix BrowserStack timeouts #3484

Merged
merged 1 commit into from
Apr 21, 2020

Commits on Apr 21, 2020

  1. chore(ci): fix BrowserStack timeouts

    Assuming that the issue is concurrent jobs attempting to interact with BrowserStack using the same build ID, this solution attempts to solve it by only interacting with BrowserStack in one of the jobs.
    
    Updated build definition:
    
    - runs complete build on the latest Node
    - runs simplified build (without commit validation, lint, test:client and test:integration) on earlier versions on Node
    
    It is not very valuable to run omitted test suits multiple times as they supposed to catch issues, which are usually Node-independent: client code fails in some browsers and API breaking changes, which will affect popular Karma plugins.
    
    Fixes karma-runner#3468
    devoto13 committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    2e9dcaa View commit details
    Browse the repository at this point in the history