File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
ci/docker/x86_64-gnu-tools Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -112,6 +112,7 @@ change_toolstate() {
112112 echo ' Toolstate is not changed. Not updating.'
113113 else
114114 if [ $SIX_WEEK_CYCLE -ge 35 ]; then
115+ # Reject any regressions during the week before beta cutoff.
115116 python2.7 " $CHECK_NOT " " $OS " " $TOOLSTATE_FILE " " _data/latest.json" regressed
116117 fi
117118 sed -i " 1 a\\
Original file line number Diff line number Diff line change 11#!/usr/bin/env python
22# -*- coding: utf-8 -*-
33
4- ## This is set as callback for `src/ci/docker/x86_64-gnu-tools/repo.sh` by the CI scripts
4+ ## This script publishes the new "current" toolstate in the toolstate repo (not to be
5+ ## confused with publishing the test results, which happens in
6+ ## `src/ci/docker/x86_64-gnu-tools/checktools.sh`).
7+ ## It is set as callback for `src/ci/docker/x86_64-gnu-tools/repo.sh` by the CI scripts
58## when a new commit lands on `master` (i.e., after it passed all checks on `auto`).
69
710import sys
You can’t perform that action at this time.
0 commit comments