Skip to content

Commit 82d1841

Browse files
RalfJungmark-i-m
authored andcommitted
more comments
1 parent 92d432a commit 82d1841

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

src/ci/docker/x86_64-gnu-tools/checktools.sh

+1
Original file line numberDiff line numberDiff 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\\

src/tools/publish_toolstate.py

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
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

710
import sys

0 commit comments

Comments
 (0)