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

[CI] [GHA] Add retries and timeout for Fedora, use dnf #27882

Merged
merged 4 commits into from
Dec 19, 2024

Conversation

akashchi
Copy link
Contributor

@akashchi akashchi commented Dec 3, 2024

Details:

Tickets:

  • 158474

@akashchi akashchi added the bug Something isn't working label Dec 3, 2024
@akashchi akashchi added this to the 2025.0 milestone Dec 3, 2024
@akashchi akashchi requested a review from a team as a code owner December 3, 2024 15:44
@github-actions github-actions bot added category: CI OpenVINO public CI github_actions Pull requests that update GitHub Actions code category: dockerfiles labels Dec 3, 2024
RUN echo "timeout=60" >> /etc/dnf/dnf.conf && \
echo "retries=10" >> /etc/dnf/dnf.conf

RUN dnf update -y && dnf install -y \
Copy link
Contributor Author

@akashchi akashchi Dec 3, 2024

Choose a reason for hiding this comment

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

since /bin/yum is just a link to /bin/dnf, there is no need to use it.

@dorloff dorloff added this pull request to the merge queue Dec 19, 2024
Merged via the queue into openvinotoolkit:master with commit dac42a9 Dec 19, 2024
151 checks passed
11happy pushed a commit to 11happy/openvino that referenced this pull request Dec 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working category: CI OpenVINO public CI category: dockerfiles github_actions Pull requests that update GitHub Actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants