-
Notifications
You must be signed in to change notification settings - Fork 13
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
ROX-11558: Run fleetshard-operator on dev/CI environments #1890
Conversation
d877291
to
b09f880
Compare
42fdfec
to
55c5ada
Compare
55c5ada
to
77153b0
Compare
77153b0
to
9248775
Compare
9248775
to
825730b
Compare
@@ -57,10 +57,6 @@ var _ = Describe("Central", Ordered, func() { | |||
var notes []string | |||
var ctx = context.Background() | |||
|
|||
BeforeEach(func() { |
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.
This negates the "should install ForceReconcile via gitops" step.
@@ -49,13 +49,6 @@ else | |||
log "Skipping installation of Vertical Pod Autoscaler" | |||
fi | |||
|
|||
if [[ "$INSTALL_VERTICAL_POD_AUTOSCALER_OLM" == "true" ]]; then |
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.
Superseded by the helm chart
@@ -365,7 +365,7 @@ var _ = Describe("Central", Ordered, func() { | |||
Should(BeEmpty(), "Started at %s", time.Now()) | |||
}) | |||
|
|||
It("should restore the default gitops config", func() { | |||
AfterAll(func() { |
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.
Execute even if tests failed
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: kovayur, kurlov The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
I didn't have an opportunity to run locally on my machine. But looks great |
Description
Run fleetshard-operator on dev/CI environments
Checklist (Definition of Done)
Test manual
ROX-12345: ...
Test manual
E2E tests