Skip to content

Fix node cleanup for MemSQL tests#11231

Merged
hashhar merged 1 commit intotrinodb:masterfrom
jirassimok:fix-memsql-ci
Feb 28, 2022
Merged

Fix node cleanup for MemSQL tests#11231
hashhar merged 1 commit intotrinodb:masterfrom
jirassimok:fix-memsql-ci

Conversation

@jirassimok
Copy link
Copy Markdown
Member

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

Copy link
Copy Markdown
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
- 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
Copy Markdown
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
Copy Markdown
Member

Choose a reason for hiding this comment

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

Yes

Copy link
Copy Markdown
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
Copy Markdown
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