StackStorm / chef-stackstorm

DEPRECATED! Community-maintained Chef Cookbook to deploy StackStorm, IFTTT for Ops
https://supermarket.chef.io/cookbooks/stackstorm
Apache License 2.0
16 stars 10 forks source link

Lint Checks vs Integration Tests in 2 CIs #38

Closed arm4b closed 7 years ago

arm4b commented 7 years ago

As the codebase and number of different Checks & Tests grows, add another CI to unload Travis from doing Lint Checks & Unit tests (build time in Travis is already 10mins+).

Some different CI (CircleCI, etc)

Travis:

Not a priority though

arm4b commented 7 years ago

In a long term we might still need this when having 5 parallel Test-Kitchen builds in Travis:

(As I remember Travis has limited number of parallel builds).

Anyways, not a problem for now with https://github.com/StackStorm/chef-stackstorm/pull/39, thanks @shortdudey123 for keeping momentum.

shortdudey123 commented 7 years ago

There is no limit on concurrent builds on open-source. They set aside a specific % of infra to do open source vs paid. If you do a build in the middle of the night US time, you could build 100 builds at the same time but during the day you might wait a couple min for even 1 to start.

See https://travis-ci.com/plans and https://www.traviscistatus.com/ (graphs)

arm4b commented 7 years ago

@shortdudey123 You're right, thanks!

shortdudey123 commented 7 years ago

no problem 😄