TooAngel / screeps

TooAngel NPC / bot / source code for screeps
https://screeps.com
GNU Affero General Public License v3.0
600 stars 154 forks source link

Decrease CI server test runtime #649

Closed TooAngel closed 2 years ago

TooAngel commented 2 years ago

External Pull Requests have a runtime of ~1 hour on circleCi, so the test runtime needs to be below this.

Moving to e.g. github actions could increase this again.

mschultheiss83 commented 2 years ago

is it possible to save state as artifact and re-run it to extend tests?

TooAngel commented 2 years ago

is it possible to save state as artifact and re-run it to extend tests?

puh, yeah, I think this could be somehow possible. I feel it is a bit hacky - for now I would just reduce the time so that we have at least some tests which are required. After that we could look into better solutions.

TooAngel commented 2 years ago

This pull request was merged by worlddriven.