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

[Merged by Bors] - feat: Set explicit resources on all containers #371

Closed
wants to merge 16 commits into from

Conversation

razvan
Copy link
Member

@razvan razvan commented Jun 6, 2023

Part of: stackabletech/issues#394

Description

Please add a description here. This will become the commit message of the merge request later.

Definition of Done Checklist

  • Not all of these items are applicable to all PRs, the author should update this template to only leave the boxes in that are relevant
  • Please make sure all these things are done and tick the boxes

Author

Preview Give feedback

Reviewer

Preview Give feedback

Acceptance

Preview Give feedback

Once the review is done, comment bors r+ (or bors merge) to merge. Further information

Raise postgres chart version.
@razvan razvan requested a review from a team June 12, 2023 12:32
@razvan
Copy link
Member Author

razvan commented Jun 12, 2023

tests successful on AKS 1.26:

--- PASS: kuttl (2081.38s)
    --- PASS: kuttl/harness (0.00s)
        --- PASS: kuttl/harness/logging_superset-2.1.0-stackable0.0.0-dev_openshift-false (133.47s)
        --- PASS: kuttl/harness/ldap_superset-1.3.2-stackable0.0.0-dev_ldap-authentication-insecure-tls_openshift-false (141.89s)
        --- PASS: kuttl/harness/druid-connection_superset-1.5.3-stackable0.0.0-dev_openshift-false (124.13s)
        --- PASS: kuttl/harness/druid-connection_superset-2.0.1-stackable0.0.0-dev_openshift-false (182.65s)
        --- PASS: kuttl/harness/cluster-operation_superset-latest-2.1.0-stackable0.0.0-dev_openshift-false (152.84s)
        --- PASS: kuttl/harness/druid-connection_superset-1.4.2-stackable0.0.0-dev_openshift-false (121.96s)
        --- PASS: kuttl/harness/druid-connection_superset-2.1.0-stackable0.0.0-dev_openshift-false (87.09s)
        --- PASS: kuttl/harness/druid-connection_superset-1.3.2-stackable0.0.0-dev_openshift-false (87.55s)
        --- PASS: kuttl/harness/ldap_superset-2.1.0-stackable0.0.0-dev_ldap-authentication-no-tls_openshift-false (124.79s)
        --- PASS: kuttl/harness/logging_superset-2.0.1-stackable0.0.0-dev_openshift-false (137.06s)
        --- PASS: kuttl/harness/logging_superset-1.5.3-stackable0.0.0-dev_openshift-false (95.39s)
        --- PASS: kuttl/harness/logging_superset-1.4.2-stackable0.0.0-dev_openshift-false (119.44s)
        --- PASS: kuttl/harness/logging_superset-1.3.2-stackable0.0.0-dev_openshift-false (111.30s)
        --- PASS: kuttl/harness/resources_superset-latest-2.1.0-stackable0.0.0-dev_openshift-false (153.16s)
        --- PASS: kuttl/harness/smoke_superset-2.1.0-stackable0.0.0-dev_openshift-false (189.20s)
        --- PASS: kuttl/harness/smoke_superset-2.0.1-stackable0.0.0-dev_openshift-false (131.71s)
        --- PASS: kuttl/harness/ldap_superset-1.5.3-stackable0.0.0-dev_ldap-authentication-no-tls_openshift-false (103.40s)
        --- PASS: kuttl/harness/smoke_superset-1.5.3-stackable0.0.0-dev_openshift-false (144.34s)
        --- PASS: kuttl/harness/ldap_superset-2.1.0-stackable0.0.0-dev_ldap-authentication-insecure-tls_openshift-false (151.85s)
        --- PASS: kuttl/harness/smoke_superset-1.4.2-stackable0.0.0-dev_openshift-false (193.84s)
        --- PASS: kuttl/harness/smoke_superset-1.3.2-stackable0.0.0-dev_openshift-false (100.66s)
        --- PASS: kuttl/harness/ldap_superset-2.0.1-stackable0.0.0-dev_ldap-authentication-server-verification-tls_openshift-false (100.32s)
        --- PASS: kuttl/harness/ldap_superset-2.0.1-stackable0.0.0-dev_ldap-authentication-no-tls_openshift-false (109.05s)
        --- PASS: kuttl/harness/ldap_superset-2.0.1-stackable0.0.0-dev_ldap-authentication-insecure-tls_openshift-false (116.02s)
        --- PASS: kuttl/harness/ldap_superset-2.1.0-stackable0.0.0-dev_ldap-authentication-server-verification-tls_openshift-false (113.51s)
        --- PASS: kuttl/harness/ldap_superset-1.4.2-stackable0.0.0-dev_ldap-authentication-no-tls_openshift-false (113.02s)
        --- PASS: kuttl/harness/ldap_superset-1.3.2-stackable0.0.0-dev_ldap-authentication-server-verification-tls_openshift-false (98.78s)
        --- PASS: kuttl/harness/ldap_superset-1.5.3-stackable0.0.0-dev_ldap-authentication-insecure-tls_openshift-false (115.93s)
        --- PASS: kuttl/harness/ldap_superset-1.4.2-stackable0.0.0-dev_ldap-authentication-insecure-tls_openshift-false (105.08s)
        --- PASS: kuttl/harness/ldap_superset-1.4.2-stackable0.0.0-dev_ldap-authentication-server-verification-tls_openshift-false (111.62s)
        --- PASS: kuttl/harness/ldap_superset-1.3.2-stackable0.0.0-dev_ldap-authentication-no-tls_openshift-false (118.78s)
        --- PASS: kuttl/harness/ldap_superset-1.5.3-stackable0.0.0-dev_ldap-authentication-server-verification-tls_openshift-false (159.03s)

@razvan razvan marked this pull request as ready for review June 12, 2023 13:09
Cargo.toml Outdated Show resolved Hide resolved
@Techassi Techassi self-assigned this Jun 27, 2023
@sbernauer sbernauer changed the title Smoke tests with resource quotas Set explicit resources on all containers Jun 27, 2023
CHANGELOG.md Outdated Show resolved Hide resolved
Cargo.toml Outdated Show resolved Hide resolved
rust/operator-binary/src/superset_controller.rs Outdated Show resolved Hide resolved
rust/operator-binary/src/superset_db_controller.rs Outdated Show resolved Hide resolved
rust/operator-binary/src/superset_db_controller.rs Outdated Show resolved Hide resolved
rust/operator-binary/src/superset_db_controller.rs Outdated Show resolved Hide resolved
Techassi and others added 3 commits June 27, 2023 11:23
Co-authored-by: Sebastian Bernauer <sebastian.bernauer@stackable.de>
Cargo.toml Outdated Show resolved Hide resolved
@Techassi
Copy link
Member

Local smoke tests succeeded:

--- PASS: kuttl (662.03s)
    --- PASS: kuttl/harness (0.00s)
        --- PASS: kuttl/harness/smoke_superset-1.3.2-stackable0.0.0-dev_openshift-false (219.65s)
        --- PASS: kuttl/harness/smoke_superset-2.0.1-stackable0.0.0-dev_openshift-false (234.02s)
        --- PASS: kuttl/harness/smoke_superset-2.1.0-stackable0.0.0-dev_openshift-false (223.77s)
        --- PASS: kuttl/harness/smoke_superset-1.5.3-stackable0.0.0-dev_openshift-false (227.65s)
        --- PASS: kuttl/harness/smoke_superset-1.4.2-stackable0.0.0-dev_openshift-false (218.58s)

@sbernauer sbernauer changed the title Set explicit resources on all containers feat: Set explicit resources on all containers Jun 28, 2023
Copy link
Member

@sbernauer sbernauer left a comment

Choose a reason for hiding this comment

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

LGTM % minor things

@Techassi Techassi requested a review from sbernauer June 28, 2023 10:28
Copy link
Member

@sbernauer sbernauer left a comment

Choose a reason for hiding this comment

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

Thx! LGTM when tests pass

@Techassi
Copy link
Member

Jenkins tests pass, see custom test run #42:

--- PASS: kuttl (1214.65s)
    --- PASS: kuttl/harness (0.00s)
        --- PASS: kuttl/harness/ldap_superset-1.4.2-stackable0.0.0-dev_ldap-authentication-insecure-tls_openshift-false (139.33s)
        --- PASS: kuttl/harness/druid-connection_superset-1.3.2-stackable0.0.0-dev_openshift-false (139.94s)
        --- PASS: kuttl/harness/ldap_superset-2.0.1-stackable0.0.0-dev_ldap-authentication-server-verification-tls_openshift-false (148.46s)
        --- PASS: kuttl/harness/druid-connection_superset-2.1.0-stackable0.0.0-dev_openshift-false (174.56s)
        --- PASS: kuttl/harness/ldap_superset-1.3.2-stackable0.0.0-dev_ldap-authentication-no-tls_openshift-false (103.37s)
        --- PASS: kuttl/harness/ldap_superset-1.3.2-stackable0.0.0-dev_ldap-authentication-server-verification-tls_openshift-false (127.75s)
        --- PASS: kuttl/harness/ldap_superset-1.3.2-stackable0.0.0-dev_ldap-authentication-insecure-tls_openshift-false (154.23s)
        --- PASS: kuttl/harness/druid-connection_superset-1.5.3-stackable0.0.0-dev_openshift-false (185.22s)
        --- PASS: kuttl/harness/druid-connection_superset-2.0.1-stackable0.0.0-dev_openshift-false (129.12s)
        --- PASS: kuttl/harness/ldap_superset-2.0.1-stackable0.0.0-dev_ldap-authentication-no-tls_openshift-false (111.37s)
        --- PASS: kuttl/harness/ldap_superset-2.0.1-stackable0.0.0-dev_ldap-authentication-insecure-tls_openshift-false (108.29s)
        --- PASS: kuttl/harness/ldap_superset-1.5.3-stackable0.0.0-dev_ldap-authentication-server-verification-tls_openshift-false (157.02s)
        --- PASS: kuttl/harness/ldap_superset-1.5.3-stackable0.0.0-dev_ldap-authentication-insecure-tls_openshift-false (145.13s)
        --- PASS: kuttl/harness/ldap_superset-1.4.2-stackable0.0.0-dev_ldap-authentication-server-verification-tls_openshift-false (205.20s)
        --- PASS: kuttl/harness/ldap_superset-1.5.3-stackable0.0.0-dev_ldap-authentication-no-tls_openshift-false (361.78s)
        --- PASS: kuttl/harness/resources_superset-latest-2.1.0-stackable0.0.0-dev_openshift-false (85.00s)
        --- PASS: kuttl/harness/smoke_superset-2.1.0-stackable0.0.0-dev_openshift-false (187.10s)
        --- PASS: kuttl/harness/logging_superset-2.0.1-stackable0.0.0-dev_openshift-false (94.21s)
        --- PASS: kuttl/harness/cluster-operation_superset-latest-2.1.0-stackable0.0.0-dev_openshift-false (178.65s)
        --- PASS: kuttl/harness/logging_superset-1.5.3-stackable0.0.0-dev_openshift-false (93.56s)
        --- PASS: kuttl/harness/logging_superset-2.1.0-stackable0.0.0-dev_openshift-false (196.23s)
        --- PASS: kuttl/harness/logging_superset-1.3.2-stackable0.0.0-dev_openshift-false (86.41s)
        --- PASS: kuttl/harness/logging_superset-1.4.2-stackable0.0.0-dev_openshift-false (91.97s)
        --- PASS: kuttl/harness/druid-connection_superset-1.4.2-stackable0.0.0-dev_openshift-false (133.98s)
        --- PASS: kuttl/harness/smoke_superset-1.5.3-stackable0.0.0-dev_openshift-false (167.44s)
        --- PASS: kuttl/harness/smoke_superset-1.3.2-stackable0.0.0-dev_openshift-false (227.11s)
        --- PASS: kuttl/harness/smoke_superset-2.0.1-stackable0.0.0-dev_openshift-false (196.96s)
        --- PASS: kuttl/harness/smoke_superset-1.4.2-stackable0.0.0-dev_openshift-false (148.35s)
        --- PASS: kuttl/harness/ldap_superset-2.1.0-stackable0.0.0-dev_ldap-authentication-no-tls_openshift-false (107.21s)
        --- PASS: kuttl/harness/ldap_superset-2.1.0-stackable0.0.0-dev_ldap-authentication-insecure-tls_openshift-false (110.25s)
        --- PASS: kuttl/harness/ldap_superset-1.4.2-stackable0.0.0-dev_ldap-authentication-no-tls_openshift-false (126.93s)
        --- PASS: kuttl/harness/ldap_superset-2.1.0-stackable0.0.0-dev_ldap-authentication-server-verification-tls_openshift-false (161.31s)

@Techassi
Copy link
Member

bors r+

bors bot pushed a commit that referenced this pull request Jun 29, 2023
Part of: stackabletech/issues#394


# Description

*Please add a description here. This will become the commit message of the merge request later.*



Co-authored-by: Techassi <git@techassi.dev>
@bors
Copy link
Contributor

bors bot commented Jun 29, 2023

Pull request successfully merged into main.

Build succeeded!

The publicly hosted instance of bors-ng is deprecated and will go away soon.

If you want to self-host your own instance, instructions are here.
For more help, visit the forum.

If you want to switch to GitHub's built-in merge queue, visit their help page.

@bors bors bot changed the title feat: Set explicit resources on all containers [Merged by Bors] - feat: Set explicit resources on all containers Jun 29, 2023
@bors bors bot closed this Jun 29, 2023
@bors bors bot deleted the feat/resource-quotas branch June 29, 2023 07:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

5 participants