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

[RHPAM-3528] Increase KieExecutorMDB threads in RHPAM image #750

Merged

Conversation

desmax74
Copy link
Member

@openshift-ci openshift-ci bot requested review from bmozaffa and ruromero March 14, 2022 09:52
@desmax74 desmax74 force-pushed the RHPAM-3528-7.12.x-cr1 branch 3 times, most recently from fa634e5 to 1b1cc18 Compare March 16, 2022 10:34
pkg/apis/app/v2/kieapp_types.go Outdated Show resolved Hide resolved
pkg/apis/app/v2/kieapp_types.go Outdated Show resolved Hide resolved
@desmax74 desmax74 force-pushed the RHPAM-3528-7.12.x-cr1 branch 3 times, most recently from fcedf64 to 234c7e2 Compare March 17, 2022 17:23
@spolti spolti added release-7.12.1 needs-cherry-pick 🍒 Pull request needs to be cherry picked for release branch labels Mar 17, 2022
@desmax74 desmax74 force-pushed the RHPAM-3528-7.12.x-cr1 branch 2 times, most recently from 3dad021 to 68d51c5 Compare March 17, 2022 17:46
mdbMaxSessionPassed := false
for _, env := range env.Servers[0].DeploymentConfigs[0].Spec.Template.Spec.Containers[0].Env {
if strings.HasPrefix(env.Name, "JBOSS_MDB") {
if env.Name != "JBOSS_MDB_MAX_SESSION" && env.Value == "40" {
if strings.HasPrefix(env.Name, "KIE_EXECUTOR_MDB") {
Copy link
Member

Choose a reason for hiding this comment

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

there is a better way to test env, e.g.:

assert.Equal(t, "auth", getEnvVariable(env.Console.DeploymentConfigs[0].Spec.Template.Spec.Containers[0], "APPFORMER_INFINISPAN_SASL_QOP"))

Copy link
Member Author

Choose a reason for hiding this comment

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

fixed

@desmax74 desmax74 force-pushed the RHPAM-3528-7.12.x-cr1 branch from 6e149e5 to 9c01d1e Compare March 17, 2022 17:58
pkg/apis/app/v2/kieapp_types.go Outdated Show resolved Hide resolved
pkg/apis/app/v2/kieapp_types.go Outdated Show resolved Hide resolved
@desmax74 desmax74 force-pushed the RHPAM-3528-7.12.x-cr1 branch from d462c81 to 20cb351 Compare March 17, 2022 18:10
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Mar 17, 2022

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: desmax74, spolti

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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

deploy/ui/form.json Outdated Show resolved Hide resolved
@desmax74 desmax74 force-pushed the RHPAM-3528-7.12.x-cr1 branch from 2837a7c to a0bd0e8 Compare March 17, 2022 18:28
@sonarcloud
Copy link

sonarcloud bot commented Mar 17, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@spolti
Copy link
Member

spolti commented Mar 17, 2022

/lgtm

@openshift-ci openshift-ci bot added the lgtm label Mar 17, 2022
@openshift-merge-robot openshift-merge-robot merged commit 7ce248c into kiegroup:release-v7.12.x Mar 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved lgtm needs-cherry-pick 🍒 Pull request needs to be cherry picked for release branch release-7.12.1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants