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: remove cron_ci.yml and .ci #243

Merged
merged 1 commit into from
Jul 22, 2022
Merged

Conversation

wingyplus
Copy link
Contributor

Remove cron_ci.yml since we already run interop_tests every commit that
merge to master branch. And remove .ci since it's no uses. In Makefile,
remove cron-ci task since it's no use also.

Remove cron_ci.yml since we already run interop_tests every commit that
merge to master branch. And remove .ci since it's no uses. In Makefile,
remove cron-ci task since it's no use also.
# This is heavy
ci-cron:
cd interop && mix deps.get && mix run script/run.exs --rounds 1000 --concurrency 30 && cd -
mix deps.get && bash .ci/build-plt-cache.sh && mix dialyzer
Copy link
Contributor Author

@wingyplus wingyplus Jul 22, 2022

Choose a reason for hiding this comment

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

I didn't see dialyzer task running in CI. I think we can add it to the CI every commit that merge to master branch.

Copy link
Contributor

Choose a reason for hiding this comment

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

Yeah, we can add a cached dialyzer step :)

@polvalente polvalente merged commit d6c765b into elixir-grpc:master Jul 22, 2022
@wingyplus wingyplus deleted the cleanup-ci branch July 22, 2022 14:05
@wingyplus
Copy link
Contributor Author

@polvalente So fast. 😂

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.

2 participants