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

Fix node cleanup for MemSQL tests #11231

Merged
merged 1 commit into from
Feb 28, 2022
Merged

Conversation

jirassimok
Copy link
Member

This fixes a missed instance of :trino-memsql to plugin/trino-memsql when checking whether to run the CI cleanup step.

Copy link
Member

@hashhar hashhar left a comment

Choose a reason for hiding this comment

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

Thanks for noticing.

@hashhar hashhar merged commit 7ccc6ff into trinodb:master Feb 28, 2022
@github-actions github-actions bot added this to the 372 milestone Mar 1, 2022
@@ -428,7 +428,7 @@ jobs:
run: echo "::add-matcher::.github/problem-matcher.json"
- name: Cleanup node
# This is required as a virtual environment update 20210219.1 left too little space for MemSQL to work
if: matrix.modules == ':trino-memsql'
if: matrix.modules == 'plugin/trino-memsql'
Copy link
Member

Choose a reason for hiding this comment

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

could this use pattern matching or substring searching?

Copy link
Member

Choose a reason for hiding this comment

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

Yes

Copy link
Member Author

Choose a reason for hiding this comment

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

Both contains and endsWith are available in GHA expressions.

Copy link
Member

Choose a reason for hiding this comment

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

awesome, let's do contains trino-mysql, thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

4 participants