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

[GHA] Common apt configuration #24298

Closed

Conversation

mryzhov
Copy link
Contributor

@mryzhov mryzhov commented Apr 29, 2024

Details:

  • Set apt configuration globally for all runners
  • replaced apt with apt-get
  • disable pip cache printing

Tickets:

  • 137170

@mryzhov mryzhov requested a review from a team as a code owner April 29, 2024 09:36
@github-actions github-actions bot added category: CI OpenVINO public CI github_actions Pull requests that update GitHub Actions code labels Apr 29, 2024
@@ -0,0 +1,27 @@
name: 'Setup apt'
description: 'Setups apt manager with common options'
Copy link
Contributor

Choose a reason for hiding this comment

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

do we need it in context of dockerfiles being implemented in parallel?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yes, because it would be used in docker build action too and when we use GHA runners

Copy link
Contributor

Choose a reason for hiding this comment

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

why do we need to use GHA runners? :)

@mryzhov
Copy link
Contributor Author

mryzhov commented May 15, 2024

will be implemented by using docker images

@mryzhov mryzhov closed this May 15, 2024
@mryzhov mryzhov deleted the github_actions/apt_configuration branch June 10, 2024 09:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: CI OpenVINO public CI github_actions Pull requests that update GitHub Actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants