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

Fix: Pipeline failing because of nvidia repo change #1211

Merged
merged 1 commit into from
Sep 13, 2023

Conversation

reglim
Copy link
Contributor

@reglim reglim commented Aug 18, 2023

Fixes #1210

Requirements

All new code should be covered with tests, documentation should be updated. CI should pass.

Description of the Change

Updated link for libnvidia-container repo.

Why this change is important?

Because the CI should pass

Checklist

  • unit-test added (if change is algorithm)
  • functional test added/updated (if change is functional)
  • man page updated (if applicable)
  • bash completion updated (if applicable)
  • documentation updated
  • author name in AUTHORS

@reglim reglim changed the title Fix: Pipeline failing because of nvidia repo change Draft: Fix: Pipeline failing because of nvidia repo change Aug 18, 2023
@reglim reglim force-pushed the fix/1210-pipeline-fail-nvidia-repo branch from 90bd86a to d4a1470 Compare August 18, 2023 07:07
@codecov
Copy link

codecov bot commented Aug 18, 2023

Codecov Report

Merging #1211 (d4a1470) into master (1df8cff) will decrease coverage by 0.02%.
Report is 4 commits behind head on master.
The diff coverage is 66.66%.

@@            Coverage Diff             @@
##           master    #1211      +/-   ##
==========================================
- Coverage   65.99%   65.97%   -0.02%     
==========================================
  Files         143      143              
  Lines       16196    16190       -6     
==========================================
- Hits        10688    10682       -6     
- Misses       4754     4756       +2     
+ Partials      754      752       -2     
Files Changed Coverage Δ
deb/graph.go 0.00% <0.00%> (ø)
api/task.go 42.15% <100.00%> (ø)
deb/import.go 76.50% <100.00%> (+0.92%) ⬆️

... and 1 file with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@reglim reglim changed the title Draft: Fix: Pipeline failing because of nvidia repo change Fix: Pipeline failing because of nvidia repo change Aug 18, 2023
@reglim reglim requested a review from randombenj August 18, 2023 07:26
@reglim reglim merged commit ee4c83e into master Sep 13, 2023
7 checks passed
@reglim reglim deleted the fix/1210-pipeline-fail-nvidia-repo branch September 13, 2023 07:04
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.

Fix Pipeline failing because of Nvidia Repo Change
2 participants