You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We had a regression in basic functionality in recent changes. #4666 We had an e2e written but not run. This PR enables more e2e tests in the npm 'test:e2e:ci' script which is run on each commit.
We will make sure that we only select new tests to keep the runtime to 5 minutes or less (or the pizza's free!)
Part of this PR will ensure that we only run 2 workers per Agent.
The text was updated successfully, but these errors were encountered:
Verify that at least 2 suites of tests are running as a part of each PR check.
Verify that CPU utilization doesn't peg at 100% during the course of execution on the circleci/resources tab
Summary
We had a regression in basic functionality in recent changes. #4666 We had an e2e written but not run. This PR enables more e2e tests in the npm 'test:e2e:ci' script which is run on each commit.
We will make sure that we only select new tests to keep the runtime to 5 minutes or less (or the pizza's free!)
Part of this PR will ensure that we only run 2 workers per Agent.
The text was updated successfully, but these errors were encountered: