-
Notifications
You must be signed in to change notification settings - Fork 904
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
chore(docs): Updated FAQs #1695
Conversation
Chore to remove a sentence accidentally added twice. Signed-off-by: Piyush Baderia <[email protected]>
Codecov Report
@@ Coverage Diff @@
## master #1695 +/- ##
==========================================
- Coverage 82.07% 82.06% -0.01%
==========================================
Files 116 116
Lines 16064 16073 +9
==========================================
+ Hits 13184 13190 +6
- Misses 2208 2210 +2
- Partials 672 673 +1
Continue to review full report at Codecov.
|
Signed-off-by: Piyush Baderia <[email protected]>
Makefile
Outdated
@@ -244,7 +244,7 @@ start-e2e: | |||
|
|||
.PHONY: test-e2e | |||
test-e2e: | |||
go test -timeout 30m -v -count 1 --tags e2e -p ${E2E_PARALLEL} --short ./test/e2e ${E2E_TEST_OPTIONS} | |||
go test -timeout 60m -v -count 1 --tags e2e -p ${E2E_PARALLEL} --short ./test/e2e ${E2E_TEST_OPTIONS} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you revert this change? The e2e failure was not related to exceeding 30m timeout, but general flakiness, which we are working on.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @jessesuen! Sure! I saw a couple of actions that were timing around 30m so figured I'd try running the action with an increased timeout. Reverting the change immediately.
Signed-off-by: Piyush Baderia <[email protected]>
Kudos, SonarCloud Quality Gate passed! |
Chore to remove a sentence accidentally added twice.
Signed-off-by: Piyush Baderia [email protected]
Checklist:
"fix(controller): Updates such and such. Fixes #1234"
.