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

Ginkgo: Simplify all --focus regexes #12089

Merged
merged 1 commit into from Jun 17, 2020
Merged

Conversation

jrajahalme
Copy link
Member

Ginkgo --focus option is a regular expression that matches a substring
without any trailing wildcarding. Simplify all --focus parameters
accordingly. The --focus parameter is also not repeatable, the last
one takes the effect if multiple ones are given. Fix the docs for
this.

Update the document to the current default K8S_VERSION (1.18).

Signed-off-by: Jarno Rajahalme jarno@covalent.io

@jrajahalme jrajahalme added area/documentation Impacts the documentation, including textual changes, sphinx, or other doc generation code. area/CI-improvement Topic or proposal to improve the Continuous Integration workflow release-note/misc This PR makes changes that have no direct user impact. needs-backport/1.8 labels Jun 16, 2020
@jrajahalme jrajahalme requested a review from nebril June 16, 2020 01:03
@jrajahalme jrajahalme requested review from a team as code owners June 16, 2020 01:03
@maintainer-s-little-helper maintainer-s-little-helper bot added this to In progress in 1.8.0 Jun 16, 2020
@maintainer-s-little-helper maintainer-s-little-helper bot added this to Needs backport from master in 1.8.0 Jun 16, 2020
@jrajahalme
Copy link
Member Author

test-me-please

@coveralls
Copy link

coveralls commented Jun 16, 2020

Coverage Status

Coverage decreased (-0.01%) to 37.058% when pulling e295283 on pr/jrajahalme/ginkgo-fix-focus into 331aab4 on master.

Copy link
Member

@pchaigno pchaigno left a comment

Choose a reason for hiding this comment

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

One nit below. LGTM otherwise!

Thanks for fixing this Jarno! 🎉 It was really confusing when I started.

Documentation/contributing/testing/e2e.rst Outdated Show resolved Hide resolved
Copy link
Member

@tklauser tklauser left a comment

Choose a reason for hiding this comment

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

Some small nits, otherwise LGTM.

Documentation/contributing/testing/e2e.rst Outdated Show resolved Hide resolved
Documentation/contributing/testing/e2e.rst Outdated Show resolved Hide resolved
Documentation/contributing/testing/e2e.rst Outdated Show resolved Hide resolved
@nebril
Copy link
Member

nebril commented Jun 16, 2020

Looks good, I would apply changes suggested by @tklauser though.

Ginkgo --focus option is a regular expression that matches a substring
without any trailing wildcarding. Simplify all --focus parameters
accordingly.  The --focus parameter is also not repeatable, the last
one takes the effect if multiple ones are given. Fix the docs for
this.

Update the document to the current default K8S_VERSION (1.18).

Signed-off-by: Jarno Rajahalme <jarno@covalent.io>
@jrajahalme jrajahalme force-pushed the pr/jrajahalme/ginkgo-fix-focus branch from 464905b to e295283 Compare June 16, 2020 18:14
@jrajahalme
Copy link
Member Author

test-me-please

@aanm aanm merged commit 0eab60d into master Jun 17, 2020
1.8.0 automation moved this from In progress to Merged Jun 17, 2020
@aanm aanm deleted the pr/jrajahalme/ginkgo-fix-focus branch June 17, 2020 09:17
@maintainer-s-little-helper maintainer-s-little-helper bot moved this from Needs backport from master to Backport pending to v1.8 in 1.8.0 Jun 18, 2020
@maintainer-s-little-helper maintainer-s-little-helper bot moved this from Backport pending to v1.8 to Backport done to v1.8 in 1.8.0 Jun 18, 2020
@maintainer-s-little-helper maintainer-s-little-helper bot moved this from Backport pending to v1.8 to Backport done to v1.8 in 1.8.0 Jun 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/CI-improvement Topic or proposal to improve the Continuous Integration workflow area/documentation Impacts the documentation, including textual changes, sphinx, or other doc generation code. release-note/misc This PR makes changes that have no direct user impact.
Projects
No open projects
1.8.0
  
Merged
1.8.0
Backport done to v1.8
Development

Successfully merging this pull request may close these issues.

None yet

8 participants