Created
October 6, 2014 16:35
-
-
Save deleteme/b5deccf2468301ebcac9 to your computer and use it in GitHub Desktop.
Parallel Tests
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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