azukiapp / azk

azk is a lightweight open source development environment orchestration tool. Instantly & safely run any environment on your local machine.
http://azk.io
Apache License 2.0
899 stars 63 forks source link

Move CI test script to inside `azk` source files #577

Closed fearenales closed 8 years ago

fearenales commented 8 years ago

The test script run in the CI environment is defined in Jenkins. Hence, all the PRs are tested under the very same circunstances.

That's not a good practice, since a chage that requires updating that script would interfere in the tests of every other PR. Either that PR or any other PR would be broken.

Adding this script into azk source code would keep things apart and would solve this issue. Plus, Jenkins have to be updated as well, in order to call this new script from azk source code.