Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add spotVM and maxRunDuration feature to VM provisioning #492

Open
wants to merge 20 commits into
base: develop
Choose a base branch
from

update comments

d8e0bca
Select commit
Loading
Failed to load commit list.
Open

Add spotVM and maxRunDuration feature to VM provisioning #492

update comments
d8e0bca
Select commit
Loading
Failed to load commit list.
ci.jenkins.io / Code Coverage succeeded Dec 11, 2024 in 0s

Line Coverage: 22.41% (-21.48%), Branch Coverage: 15.00% (-10.60%)

Summary for modified lines

  • 268 lines have been modified
  • 45 lines are not covered
  • 6 lines are 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% (4/4) 70.59% (24/34) 63.16% (36/57) 44.44% (232/522) 30.89% (523/1693) 19.55% (114/583) 30.29% (2353/7768)
📈 Overall project (difference to reference job) +0.00% +0.00% +1.62% ⬆️ -3.51% ⬇️ -2.44% ⬇️ -0.95% ⬇️ -0.16% ⬇️ -0.73% ⬇️
🐾 Modified files 100.00% (1/1) 100.00% (2/2) 83.33% (5/6) 61.54% (8/13) 56.11% (124/221) 43.89% (255/581) 25.60% (43/168) 44.58% (1258/2822)
📈 Modified files (difference to reference job) n/a n/a n/a n/a n/a -3.82% ⬇️ -1.43% ⬇️ n/a
🐾 Modified code lines 100.00% (1/1) 100.00% (2/2) 83.33% (5/6) n/a n/a 22.41% (13/58) 15.00% (3/20) n/a
📈 Modified code lines (difference to modified files) n/a n/a n/a n/a n/a -21.48% ⬇️ -10.60% ⬇️ n/a
🐾 Indirect changes 0.00% (0/1) 0.00% (0/1) 0.00% (0/2) n/a n/a 0.00% (0/10) n/a n/a

Annotations

Check warning on line 141 in src/main/java/com/google/jenkins/plugins/computeengine/InstanceConfiguration.java

See this annotation in the file changed.

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

Not covered lines

Lines 139-141 are not covered by tests

Check warning on line 522 in src/main/java/com/google/jenkins/plugins/computeengine/InstanceConfiguration.java

See this annotation in the file changed.

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

Not covered lines

Lines 517-522 are not covered by tests

Check warning on line 1014 in src/main/java/com/google/jenkins/plugins/computeengine/InstanceConfiguration.java

See this annotation in the file changed.

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

Not covered lines

Lines 529-1014 are not covered by tests

Check warning on line 516 in src/main/java/com/google/jenkins/plugins/computeengine/InstanceConfiguration.java

See this annotation in the file changed.

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

Partially covered line

Line 516 is only partially covered, one branch is missing

Check warning on line 524 in src/main/java/com/google/jenkins/plugins/computeengine/InstanceConfiguration.java

See this annotation in the file changed.

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

Partially covered line

Line 524 is only partially covered, one branch is missing

Check warning on line 528 in src/main/java/com/google/jenkins/plugins/computeengine/InstanceConfiguration.java

See this annotation in the file changed.

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

Partially covered line

Line 528 is only partially covered, 3 branches are missing

Check warning on line 28 in src/main/java/com/google/jenkins/plugins/computeengine/ui/helpers/SpotVm.java

See this annotation in the file changed.

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

Not covered lines

Lines 27-28 are not covered by tests

Check warning on line 39 in src/main/java/com/google/jenkins/plugins/computeengine/ui/helpers/SpotVm.java

See this annotation in the file changed.

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

Not covered line

Line 39 is not covered by tests

Check warning on line 22 in src/main/java/com/google/jenkins/plugins/computeengine/ui/helpers/ProvisioningTypeValue.java

See this annotation in the file changed.

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

Not covered lines

Lines 19-22 are not covered by tests

Check warning on line 40 in src/main/java/com/google/jenkins/plugins/computeengine/ui/helpers/ProvisioningType.java

See this annotation in the file changed.

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

Not covered lines

Lines 29-40 are not covered by tests

Check warning on line 28 in src/main/java/com/google/jenkins/plugins/computeengine/ui/helpers/Standard.java

See this annotation in the file changed.

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

Not covered lines

Lines 27-28 are not covered by tests

Check warning on line 39 in src/main/java/com/google/jenkins/plugins/computeengine/ui/helpers/Standard.java

See this annotation in the file changed.

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

Not covered line

Line 39 is not covered by tests

Check warning on line 28 in src/main/java/com/google/jenkins/plugins/computeengine/ui/helpers/PreemptibleVm.java

See this annotation in the file changed.

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

Not covered lines

Lines 27-28 are not covered by tests

Check warning on line 39 in src/main/java/com/google/jenkins/plugins/computeengine/ui/helpers/PreemptibleVm.java

See this annotation in the file changed.

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

Not covered line

Line 39 is not covered by tests