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

Configure operate correctly #84

Merged
merged 4 commits into from
Aug 24, 2023
Merged

Configure operate correctly #84

merged 4 commits into from
Aug 24, 2023

Conversation

Zelldon
Copy link
Member

@Zelldon Zelldon commented Aug 23, 2023

Adjust the config of operate such that it can be easily enabled for our benchmarks. Per default it is still disabled.

I used and tested this config recently see https://github.com/camunda/zeebe/tree/cqjawa-mixed-operate-benchmarks

Related initiative and project https://app.slack.com/client/T0PM0P1SA/C05GGP8C214

Adjust the config of operate such that it can be easily enabled for our benchmarks
@@ -318,11 +318,11 @@ camunda-platform:
# RetentionPolicy.zeebeIndexMaxSize can be set to configure the maximum allowed zeebe index size in gigabytes.
# After reaching that size, curator will delete that corresponding index on the next run.
# To benefit from that configuration the schedule needs to be configured small enough, like every 15 minutes.
zeebeIndexMaxSize: 1
zeebeIndexMaxSize: 30
Copy link
Member Author

Choose a reason for hiding this comment

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

ℹ️ This is to not delete data too early.

@@ -336,6 +336,25 @@ camunda-platform:

operate:
enabled: false
image:
tag: 8.2.8
Copy link
Contributor

Choose a reason for hiding this comment

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

💭 Do we really want to fix the Operate version? Shouldn't we use the same version as we use for the rest of camunda-platform?

Copy link
Member Author

Choose a reason for hiding this comment

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

Actually we don't want to fix it, but we might need to set it separately in the benchmark workflows. We also need to make sure they can create docker images on the fly. Which is an open TODO https://github.com/camunda/operate/issues/5178

In order to test operate templates probably we have to add some prefixes to the golden files.
Done this on all other tests as well to not conflict with other files
@Zelldon Zelldon merged commit db68ea9 into main Aug 24, 2023
2 checks passed
@Zelldon Zelldon deleted the ck-configure-operate branch August 24, 2023 13:53
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.

2 participants