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

Use caches or prebuilt docker images in Github actions #735

Open
hanefi opened this issue Aug 24, 2021 · 1 comment
Open

Use caches or prebuilt docker images in Github actions #735

hanefi opened this issue Aug 24, 2021 · 1 comment

Comments

@hanefi
Copy link
Member

hanefi commented Aug 24, 2021

We have redundant steps in our workflow definitions. Some of those steps include:

  • installing tools repo from a tag
  • installing apt packages
  • installing python dependencies
  • setting git credentials

Currently we have many workflow definitions in different branches in different repos. If we want to update a dependency, we need to touch many places.

I suggest we use a shared cache, or a unified docker image for our packaging automation that will deduplicate our efforts.

@hanefi
Copy link
Member Author

hanefi commented Aug 24, 2021

For example #734 needs to be fixed in many branches across several repos. This is not really easy to maintain as it is today.

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

No branches or pull requests

1 participant