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

[ci] Synchronize serverless tests between pipelines #167934

Merged
merged 2 commits into from
Oct 3, 2023

Commits on Oct 3, 2023

  1. [ci] Synchronize serverless tests between pipelines

    We're running serverless cypress tests in three locations
    
    1) on-merge
    2) pull requests
    3) verifying the latest elasticsearch snapshot
    
    These have diverged slightly, causing a small issue where we missed
    timeouts in pull requests due to a longer timeout in on-merge (which
    triggers our notifications).
    
    Timeouts are all set to 60 minutes.  Target time is 40 minutes, with a
    20 minute buffer that we can use to increase the parallelism as needed.
    jbudz committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    4e12315 View commit details
    Browse the repository at this point in the history
  2. also update comment

    jbudz committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    ff62cdb View commit details
    Browse the repository at this point in the history