Skip to content

Instantly share code, notes, and snippets.

@deleteme
Created October 6, 2014 16:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save deleteme/b5deccf2468301ebcac9 to your computer and use it in GitHub Desktop.
Save deleteme/b5deccf2468301ebcac9 to your computer and use it in GitHub Desktop.
Parallel Tests
266s Total: 131s Deploying, 126s Building, 9s in Build Queue.
126s Building
Build 100s
------------------------------------------->
Python Unit Tests
--->
Python Feature Tests
-------->
JS Unit Tests
-->
Integration Tests 11s
----------->
Build 100s
------------------------------------------->
------------------------------------------->
------------------------------------------->
Python Unit Tests
--->
Python Feature Tests
-------->
JS Unit Tests
-->
Integration Tests 6s
-->
---->
->
----->
tests = [
"testem ci"
"./runtest.py"
]
build = ->
Q.denodify exec "docker voodoo"
running = for test in tests
build().then Q.denodify exec test
pass = ->
"tell jenkins it's ok"
fail = (err)->
"tell jenkins it's not ok"
Q.all(running).then pass, fail
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment