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

UI tests failing for blog posts which are not release related #412

Open
bartoszmajsak opened this issue Dec 12, 2017 · 0 comments
Open

UI tests failing for blog posts which are not release related #412

bartoszmajsak opened this issue Dec 12, 2017 · 0 comments

Comments

@bartoszmajsak
Copy link
Member

We have blog posts which are not relese-related, eg #410. However our test suite verifies if each and every blog post has release notes, regardless of its type. This results in errors such as

Missing release notes for blog post titled: End-To-End Integration Testing For Kubernetes/OpenShift.

Proposed solution

Before doing a release notes verification check if the blog post is an actual release post. This can be done by checking if it was tagged with release, e.g.

image

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

No branches or pull requests

1 participant