Skip to content
Started 2 yr 6 mo ago
Took 7 min 15 sec
Success

Build #324 (Oct 19, 2022, 3:36:06 AM)

Changes
  1. Adding space because commit ba3b1ef5ceaa07706f078cc61cfdac22d3c6a1c3 in the sys_admin repo fixed a bug causing tests to fail, this means we have RESOLVED:d8df4eea1e41bee8cbd3de374148241f040fc03c, which was only labelled as failing since we erroneously checked the commit range it was included in. (details / githubweb)
Changes
  1. In python range(1,1) will cause the loop not to run at all, so when we only had 1 commit to check (1 commit on the previous day) the baseline would never be updated. This is just a bug, so we want to start the range at 0 and subtract 1 everywhere we see i to compensate, ensuring that the loop runs but that the elements checked remain the same. (details / githubweb)

Started by an SCM change

Revision: 712c7fcb9fe3cd06406e1cff510e45070e950884
Repository: https://github.com/larson-group/clubb.git
  • refs/remotes/origin/master
Revision: ba3b1ef5ceaa07706f078cc61cfdac22d3c6a1c3
Repository: https://github.com/larson-group/sys_admin
  • refs/remotes/origin/master