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

Revert #4072 - don't use earthly for running integration tests #5817

Merged
merged 5 commits into from
May 27, 2024

Conversation

SteffenDE
Copy link
Contributor

@SteffenDE SteffenDE commented May 19, 2024

I tried to look into fixing the integration tests and could not get earthly to run locally, while it was introduced in #4072 to make local testing easier. I also don't see a real advantage, because running the tests locally in docker is also quite easy without earthly, for example with the newly added ./docker.sh script in the integration_tests directory.

@SteffenDE SteffenDE changed the title Revert #4072 Revert #4072 - don't use earthly for running integration tests May 19, 2024
@SteffenDE SteffenDE force-pushed the sd-revert-4072 branch 2 times, most recently from 2133838 to 50d97b1 Compare May 20, 2024 19:33
@SteffenDE SteffenDE marked this pull request as ready for review May 20, 2024 19:35
Copy link
Member

@mcrumm mcrumm left a comment

Choose a reason for hiding this comment

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

Nice work! I added a few comments so hopefully we won't forget to update dependencies in both places whenever that occurs. Alternatively we could move the setup into a script?

.github/workflows/ci.yml Outdated Show resolved Hide resolved
.github/workflows/ci.yml Outdated Show resolved Hide resolved
integration_test/docker.sh Outdated Show resolved Hide resolved
integration_test/docker.sh Outdated Show resolved Hide resolved
@SteffenDE
Copy link
Contributor Author

@mcrumm I didn't like the duplicated code either. Now it's in a separate script used in both CI and the local docker wrapper.

@chrismccord chrismccord merged commit 69685f7 into main May 27, 2024
13 of 14 checks passed
@chrismccord
Copy link
Member

❤️❤️❤️🐥🔥

@chrismccord chrismccord deleted the sd-revert-4072 branch May 27, 2024 13:02
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

Successfully merging this pull request may close these issues.

None yet

4 participants