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: cnf_installation tag was not being discovered after name change #2204

Merged
merged 1 commit into from
Jan 17, 2025

Conversation

svteb
Copy link
Collaborator

@svteb svteb commented Jan 9, 2025

Description

GH actions tag discovery command (grep -roP --no-filename 'tags: \K(\[|")(.*)(\]|")' spec/ | tr -d '[],' | tr -s '\n' ' ' | xargs -n1 | sort -u | xargs | sed s/:/_/g) requires that there is a space between colon and the left bracket. This has gone unnoticed in the #2184 pull request and it is the only pull request that went unchecked (other existing pull requests will likely need to be rebased), since it did not change any functionality but merely renamed some tasks, this should not be a problem.

Types of changes:

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update

Copy link
Collaborator

@martin-mat martin-mat left a comment

Choose a reason for hiding this comment

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

good catch, thanks.
Poor design of github actions, something to improve for future.

lgtm.

Copy link
Collaborator

@Smitholi67 Smitholi67 left a comment

Choose a reason for hiding this comment

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

LGTM

- GH actions tag discovery command requires that there is a space between
  colon and the left bracket, this wasn't discovered and the skip started
  occuring in #2184.
- Additionally there was an undiscovered error due to this test being
  skipped, which is now resolved (a message that is to be checked was
  changed).

Signed-off-by: svteb <[email protected]>
@martin-mat martin-mat merged commit e36860e into main Jan 17, 2025
81 checks passed
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.

4 participants