Skip to content

Commit e96974f

Browse files
committed
label CI and nightly bisect entry points
1 parent e50052e commit e96974f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1252,6 +1252,7 @@ fn test_nightly_finder_iterator() {
12521252
assert_eq!(start_date - chrono::Duration::days(78), iter.next().unwrap());
12531253
}
12541254

1255+
// nightlies branch of bisect execution
12551256
fn bisect_nightlies(cfg: &Config, client: &Client) -> Result<BisectionResult, Error> {
12561257
if cfg.args.alt {
12571258
bail!("cannot bisect nightlies with --alt: not supported");
@@ -1404,6 +1405,7 @@ fn toolchains_between(cfg: &Config, a: ToolchainSpec, b: ToolchainSpec) -> Vec<T
14041405
}
14051406
}
14061407

1408+
// CI branch of bisect execution
14071409
fn bisect_ci(cfg: &Config, client: &Client) -> Result<BisectionResult, Error> {
14081410
eprintln!("bisecting ci builds");
14091411
let start = if let Some(Bound::Commit(ref sha)) = cfg.args.start {

0 commit comments

Comments
 (0)