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

internal/ci: run dialect integration test only after general ci finished #2347

Merged
merged 1 commit into from
Dec 7, 2023

Conversation

ronenlu
Copy link
Member

@ronenlu ronenlu commented Dec 7, 2023

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}-dialect
Copy link
Member

Choose a reason for hiding this comment

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

This is not good. It means that if dialect is running and you push a new commit, the dialect tests will not be stopped until the new one starts.

Worst case, they run through if the unit tests fail. Correct?

Copy link
Member Author

Choose a reason for hiding this comment

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

just checked, actually when you push new commit after dialect started, it cancel them.
really smart Github!

@ronenlu ronenlu merged commit d37f8cb into master Dec 7, 2023
24 checks passed
@ronenlu ronenlu deleted the integration_tests_ci branch December 7, 2023 14:28
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

2 participants