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

tests: reduce number of software containers #1718

Merged
merged 1 commit into from
Aug 19, 2022
Merged

tests: reduce number of software containers #1718

merged 1 commit into from
Aug 19, 2022

Conversation

mr-c
Copy link
Member

@mr-c mr-c commented Aug 19, 2022

@codecov
Copy link

codecov bot commented Aug 19, 2022

Codecov Report

Merging #1718 (cae13b0) into main (79fd363) will increase coverage by 0.04%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main    #1718      +/-   ##
==========================================
+ Coverage   66.45%   66.49%   +0.04%     
==========================================
  Files          89       89              
  Lines       15908    15908              
  Branches     4216     4216              
==========================================
+ Hits        10571    10578       +7     
+ Misses       4238     4229       -9     
- Partials     1099     1101       +2     
Impacted Files Coverage Δ
cwltool/singularity.py 64.06% <100.00%> (+2.16%) ⬆️
cwltool/job.py 79.88% <0.00%> (-0.40%) ⬇️
cwltool/cwltool/job.py 62.25% <0.00%> (+0.79%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@@ -184,7 +184,7 @@ def get_image(
candidates.append(dockerRequirement["dockerImageId"])
candidates.append(_normalize_image_id(dockerRequirement["dockerImageId"]))
if is_version_3_or_newer():
candidates.append(_normalize_sif_id(dockerRequirement["dockerPull"]))
candidates.append(_normalize_sif_id(dockerRequirement["dockerImageId"]))
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oops!

@mr-c mr-c merged commit 49fc1c3 into main Aug 19, 2022
@mr-c mr-c deleted the unify_containers branch August 19, 2022 14:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant