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

Build image streamline #825

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

salasberryfin
Copy link
Contributor

@salasberryfin salasberryfin commented Oct 30, 2024

What this PR does / why we need it:

Remove some unused variables from Makefile and etcdrestore image build process.

Which issue(s) this PR fixes:
Fixes #824

Special notes for your reviewer:

I simply moved docker-build up and docker-build-etcdrestore down, so Turtles appears before etcdrestore, and added a sub-section title, but Git got confused and reported all these changes. Essentially it should just be a switch in order.

Checklist:

  • squashed commits into logical changes
  • includes documentation
  • adds unit tests
  • adds or updates e2e tests

@salasberryfin salasberryfin added the kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. label Oct 30, 2024
@salasberryfin salasberryfin requested a review from a team as a code owner October 30, 2024 09:44
@furkatgofurov7
Copy link
Contributor

e2e/ci tests are not running automatically, perhaps it needs force-push? Otherwise LGTM

@furkatgofurov7 furkatgofurov7 added the area/build-and-release Indicates issue or PR related to build or release label Oct 30, 2024
@salasberryfin
Copy link
Contributor Author

salasberryfin commented Oct 31, 2024

Thanks @furkatgofurov7. Looks like it ran after you added an extra label. Something seems to be off with automatic workflow runs in PRs.

@furkatgofurov7
Copy link
Contributor

Thanks @furkatgofurov7. Looks like it ran after you added an extra label. Something seems to be off with automatic workflow runs in PRs.

yeah, I think it is after 5e40f98

@furkatgofurov7 furkatgofurov7 enabled auto-merge (squash) October 31, 2024 07:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/build-and-release Indicates issue or PR related to build or release kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt.
Projects
Development

Successfully merging this pull request may close these issues.

Cleanup Makefile and Dockerfile
2 participants