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
all in series. A failing smoke test would prevent integration tests from running.
I would like to make it do smoke tests and integration tests in separate jobs. This would let us:
run in parallel
put one on a schedule and the other on pull request. Possibly only smoke tests for each PR & run integration tests on a schedule to conserve CI time (without caching, it takes around 10 minutes to run the integration tests)
The text was updated successfully, but these errors were encountered:
Right now, we do:
all in series. A failing smoke test would prevent integration tests from running.
I would like to make it do smoke tests and integration tests in separate jobs. This would let us:
The text was updated successfully, but these errors were encountered: