File tree 2 files changed +5
-1
lines changed
ci/docker/x86_64-gnu-tools
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -112,6 +112,7 @@ change_toolstate() {
112
112
echo ' Toolstate is not changed. Not updating.'
113
113
else
114
114
if [ $SIX_WEEK_CYCLE -ge 35 ]; then
115
+ # Reject any regressions during the week before beta cutoff.
115
116
python2.7 " $CHECK_NOT " " $OS " " $TOOLSTATE_FILE " " _data/latest.json" regressed
116
117
fi
117
118
sed -i " 1 a\\
Original file line number Diff line number Diff line change 1
1
#!/usr/bin/env python
2
2
# -*- coding: utf-8 -*-
3
3
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
5
8
## when a new commit lands on `master` (i.e., after it passed all checks on `auto`).
6
9
7
10
import sys
You can’t perform that action at this time.
0 commit comments