Rollup merge of #69705 - ehuss:toolstate-remove-redundant-beta, r=Mark-Simulacrum
Toolstate: remove redundant beta-week check. I made a bit of a mistake in #69624. The "beta regression" doesn't need to be checked twice. I also rolled up #69693 to avoid merge conflicts.
This commit is contained in:
commit
3d23de7baf
3 changed files with 29 additions and 39 deletions
|
|
@ -1,11 +1,10 @@
|
|||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
# This script publishes the new "current" toolstate in the toolstate repo (not to be
|
||||
# confused with publishing the test results, which happens in
|
||||
# `src/ci/docker/x86_64-gnu-tools/checktools.sh`).
|
||||
# It is set as callback for `src/ci/docker/x86_64-gnu-tools/repo.sh` by the CI scripts
|
||||
# when a new commit lands on `master` (i.e., after it passed all checks on `auto`).
|
||||
# This script computes the new "current" toolstate for the toolstate repo (not to be
|
||||
# confused with publishing the test results, which happens in `src/bootstrap/toolstate.rs`).
|
||||
# It gets called from `src/ci/publish_toolstate.sh` when a new commit lands on `master`
|
||||
# (i.e., after it passed all checks on `auto`).
|
||||
|
||||
from __future__ import print_function
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue