Skip to content

feat: short-circuit ContinuedTask.Scheduler.canTake when no continued tasks are buildable - #564

Open
eleanorgoh wants to merge 1 commit into
jenkinsci:masterfrom
eleanorgoh:feature/continued-task-fast-path
Open

feat: short-circuit ContinuedTask.Scheduler.canTake when no continued tasks are buildable#564
eleanorgoh wants to merge 1 commit into
jenkinsci:masterfrom
eleanorgoh:feature/continued-task-fast-path

Short-circuit ContinuedTask.Scheduler.canTake when no continued tasks…

3862490
Select commit
Loading
Failed to load commit list.
ci.jenkins.io / Code Coverage succeeded Jul 8, 2026

Line Coverage: 92.31% (+2.06%), Branch Coverage: 90.00% (+10.59%)

Summary for modified lines

  • 37 lines have been modified
  • 1 line is not covered
  • 1 line is covered only partially

Overview by baseline

Quality Gates Summary

No active quality gates.

Details

Project coverage details

Module Coverage Package Coverage File Coverage Class Coverage Method Coverage Line Coverage Branch Coverage Instruction Coverage
🐾 Overall project 100.00% (1/1) 100.00% (2/2) 100.00% (11/11) 86.67% (26/30) 69.46% (116/167) 66.29% (535/807) 48.82% (166/340) 62.45% (2390/3827)
📈 Overall project (difference to reference job) ±0% ±0% ±0% +0.46% ⬆️ +1.14% ⬆️ +0.43% ⬆️ +1.25% ⬆️ +0.45% ⬆️
🐾 Modified files 100.00% (1/1) 100.00% (1/1) 100.00% (1/1) 100.00% (3/3) 91.67% (11/12) 90.24% (37/41) 79.41% (27/34) 88.89% (160/180)
📈 Modified files (difference to reference job) N/A N/A N/A N/A N/A +0.96% ⬆️ +4.41% ⬆️ N/A
🐾 Modified code lines 100.00% (1/1) 100.00% (1/1) 100.00% (1/1) N/A N/A 92.31% (12/13) 90.00% (9/10) N/A
📈 Modified code lines (difference to modified files) N/A N/A N/A N/A N/A +2.06% ⬆️ +10.59% ⬆️ N/A

Annotations

Check warning on line 82 in src/main/java/org/jenkinsci/plugins/durabletask/executors/ContinuedTask.java

See this annotation in the file changed.

@ci-jenkins-io ci-jenkins-io / Code Coverage

Not covered line

Line 82 is not covered by tests

Check warning on line 81 in src/main/java/org/jenkinsci/plugins/durabletask/executors/ContinuedTask.java

See this annotation in the file changed.

@ci-jenkins-io ci-jenkins-io / Code Coverage

Partially covered line

Line 81 is only partially covered, one branch is missing