BlackToppStudios / Mezz_Foundation

Foundational Data types that enforce no opinions on how to build games and provide many facilities that complex games need. This largely avoids graphics and physics, but provides tools like the SortedVector, CountedPtr and HashedString classes.
GNU General Public License v3.0
3 stars 0 forks source link

Fix Scheduling issues in Jenkinsfile #37

Closed Sqeaky closed 6 years ago

Sqeaky commented 6 years ago

When we push to github it launches two builds in our CI. One at the HEAD of the PR branch and one at a new commit with master merged. The Jenkins system is interleaving these builds causing one of the commits to be code used in both builds.

Sqeaky commented 6 years ago

This is fixed in branch #38, which fixes build consistency, but leaves scheduling and performance issues open.