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

[QG Part 2] RANCHER-1001 Integrate Karate Tests Flow with folioCiQualityGates Jenkins Pipeline #442

Open
wants to merge 1 commit into
base: RANCHER-1002
Choose a base branch
from

Conversation

OHaimanov
Copy link
Collaborator

limits:
memory: 10240Mi
Copy link
Contributor

Choose a reason for hiding this comment

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

in one of our commits, there was a variable implementation for specifying desired amount of RAM for PSQL STS, why do we skip it?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

If I am not mistake, implemented ROM variable for storage, not for RAM

@@ -128,17 +150,32 @@ ansiColor('xterm') {
]
folioCypressFlow(cypressParams)
}
branches['Karate'] = { ->
Copy link
Contributor

Choose a reason for hiding this comment

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

this requires okapi to be in cluster mode, I guess...

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

It's separate thing, not included in this scope

parallel(branches)

// Map branches = [failFast: false]
// namespacesMap.each { id, namespace ->
Copy link
Contributor

Choose a reason for hiding this comment

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

Why do we keep this huge commented block?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

It will be removed in next PR's

//@Library('pipelines-shared-library@RANCHER-741-Jenkins-Enhancements') _
@Library('pipelines-shared-library@RANCHER-1002') _
@Library('pipelines-shared-library@RANCHER-1001') _
Copy link
Contributor

Choose a reason for hiding this comment

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

???

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Just for current testing, will be changed during final merge

end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.{java,scala,gradle,proto,groovy}]
indent_style = space
indent_size = 2
Copy link
Contributor

Choose a reason for hiding this comment

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

this config file changing too often :)

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

)

parallel(branches)
}
} catch (e) {
logger.error "Caught exception: ${e}"
error(e.getMessage())
} finally {
input 'Paused'
Copy link
Contributor

Choose a reason for hiding this comment

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

???

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Will be removed in final merge

@@ -27,7 +27,7 @@ resource "rancher2_app_v2" "kafka" {
enabled: true
resources:
limits:
memory: 512Mi
memory: 1280Mi
Copy link
Contributor

Choose a reason for hiding this comment

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

the same as PSQL var implementation, just skipped :(

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Not sure

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants