-
Notifications
You must be signed in to change notification settings - Fork 29
[CI] issue: HPCINFRA-4050 Replace webrepo address with geoDNS address #512
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
Conversation
Greptile Summary
Confidence Score: 1/5
Important Files Changed
Sequence DiagramsequenceDiagram
participant Docker as "Docker Build"
participant Dockerfile as "Dockerfile.ol9.4"
participant YumRepos as "/etc/yum.repos.d/*.repo"
participant YumCache as "Yum Cache"
Docker->>Dockerfile: "Build Oracle Linux 9.4 image"
Dockerfile->>Dockerfile: "Set WEBREPO_URL=webrepo.gtm.nvidia.com"
Dockerfile->>YumRepos: "sed replace $WEBREPO_URL in repo files"
YumRepos-->>Dockerfile: "URLs updated"
Dockerfile->>YumCache: "yum clean all"
Dockerfile->>YumCache: "yum makecache"
YumCache-->>Dockerfile: "Cache refreshed"
Dockerfile->>Dockerfile: "Install packages (without yara-devel)"
Dockerfile-->>Docker: "Image built"
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1 file reviewed, no comments
4bf4122 to
e41b027
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1 file reviewed, no comments
e41b027 to
5a7e597
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1 file reviewed, no comments
5a7e597 to
03b9443
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1 file reviewed, 2 comments
03b9443 to
0ed0864
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1 file reviewed, no comments
0ed0864 to
858477b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1 file reviewed, 1 comment
|
bot:retest |
858477b to
6801d46
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1 file reviewed, no comments
6801d46 to
9ed973f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1 file reviewed, no comments
9ed973f to
c9e8a70
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1 file reviewed, no comments
c9e8a70 to
b0adc61
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1 file reviewed, 1 comment
b0adc61 to
8487752
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1 file reviewed, 2 comments
8487752 to
1055ed8
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2 files reviewed, no comments
1055ed8 to
88b2b10
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2 files reviewed, 1 comment
Replace webrepo.mtr.labs.mlnx with a geoDNS webrepo.gtm.nvidia.com to fix repository timeout issues. Remove yara-devel package installation due to missing dependencies Signed-off-by: Noam Tsemah <[email protected]>
88b2b10 to
13f4af5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2 files reviewed, no comments
Edit Code Review Agent Settings | Greptile
React with 👍 or 👎 to share your feedback on this new summary format
Description
What
Replace webrepo.mtr.labs.mlnx with a geoDNS webrepo.gtm.nvidia.com to fix repository timeout issues.
Remove yara-devel package installation due to missing dependencies
Why ?
HPCINFRA-4050
How ?
It is optional but for complex PRs please provide information about the design,
architecture, approach, etc.
Change type
What kind of change does this PR introduce?
Check list