-
Notifications
You must be signed in to change notification settings - Fork 6.7k
bug(build): jenkins CI tests broken #595
Comments
@ajoslin I did a quick-fix in 7e178a3 to unblock the situation. Fortunately all the tests are passing on all browsers which is amazing given that we've been running tests on Chrome and FFox only for 2 months. The current fix changes the way things work as previously Karma config was passed in command-line options. Now it is hard-coded in the Gruntfile.js. On top of this it seems like I can't specify a reporter / no-color options for grunt-karma (or at least I don't know how to do it :-() Re-opening this one - even if the situation is un-blocked this issue requires more work. |
Hey, sorry was busy yesterday! So what's still wrong? |
@ajoslin no worries, I just got scared yesterday when I realized that we've been running 2 months with CI executing tests on Chrome only... Anyway, remaining issues:
|
@pkozlowski-opensource is this still not working? |
@ajoslin yesh, this one needs some love. Will take care of it. |
Currently Jenkins CI executes tests only on Chrome which is not very useful.... As part of migration to grunt-karma plugin we've lost ability to execute tests on Jenkins CI server....
@ajoslin would be totally awesome if you could have a look at this one as it renders us blind to tests broken on browsers other than Chrome...
@angular-ui/bootstrap I think we should stop merging anything till this one if fixed. It is getting late here so I won't be able to look into this one today but if anyone has free cycles we need to sort this one as priority.
The text was updated successfully, but these errors were encountered: