Skip to content
  • Ben Gamari's avatar
    gitlab-ci: Always push perf notes · 8bba1c26
    Ben Gamari authored
    Previously we ci.sh would run with `set -e` implying that we wouldn't
    push perf notes if the testsuite were to fail, even if it *only* failed
    due to perf notes. This rendered the whole performance testing story
    quite fragile as a single regressing commit would cause every successive
    commit to fail since a new baseline would not be uploaded.
    
    Fix this by ensuring that we always push performance notes.
    8bba1c26