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

Validate whether Scylla container is tuned before Pod is unblocked #1857

Merged
merged 1 commit into from
Mar 28, 2024

Conversation

zimnx
Copy link
Collaborator

@zimnx zimnx commented Mar 20, 2024

Scylla Pod was unblocked even when container wasn't yet tuned. E2E validating node optimizations wasn't validating it either giving us a false positive.

Fixes #1856

@zimnx zimnx added kind/bug Categorizes issue or PR as related to a bug. priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release. labels Mar 20, 2024
@scylla-operator-bot scylla-operator-bot bot added approved Indicates a PR has been approved by an approver from all required OWNERS files. size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels Mar 20, 2024
@zimnx zimnx changed the title Validate whether Scylla container is tuned before Pod is unblocked. Validate whether Scylla container is tuned before Pod is unblocked Mar 20, 2024
@zimnx zimnx changed the title Validate whether Scylla container is tuned before Pod is unblocked [WIP] Validate whether Scylla container is tuned before Pod is unblocked Mar 21, 2024
@scylla-operator-bot scylla-operator-bot bot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Mar 21, 2024
@zimnx zimnx force-pushed the container-is-tuned branch 3 times, most recently from f2fc722 to 9a4263d Compare March 27, 2024 20:07
@zimnx zimnx changed the title [WIP] Validate whether Scylla container is tuned before Pod is unblocked Validate whether Scylla container is tuned before Pod is unblocked Mar 27, 2024
@scylla-operator-bot scylla-operator-bot bot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Mar 27, 2024
Copy link
Contributor

@tnozicka tnozicka left a comment

Choose a reason for hiding this comment

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

/approve
lgtm, modulo one nit

Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: tnozicka, zimnx

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

Scylla Pod was unblocked even when container wasn't yet tuned.
E2E validating node optimizations wasn't validating it either giving us a false positive.
@zimnx zimnx force-pushed the container-is-tuned branch from 9a4263d to 1b9c04a Compare March 28, 2024 14:09
@zimnx zimnx requested a review from tnozicka March 28, 2024 14:09
Copy link
Contributor

scylla-operator-bot bot commented Mar 28, 2024

@zimnx: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/e2e-gke-release-script-latest 943f9ca link true /test e2e-gke-release-script-latest

Full PR test history. Your PR dashboard.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here.

@tnozicka
Copy link
Contributor

/lgtm
thanks

@scylla-operator-bot scylla-operator-bot bot added the lgtm Indicates that a PR is ready to be merged. label Mar 28, 2024
@zimnx
Copy link
Collaborator Author

zimnx commented Mar 28, 2024

Provisioning failed + #1802 (comment)

/retest

@scylla-operator-bot scylla-operator-bot bot merged commit 2a1ca2e into scylladb:master Mar 28, 2024
12 checks passed
@zimnx zimnx deleted the container-is-tuned branch March 29, 2024 07:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. kind/bug Categorizes issue or PR as related to a bug. lgtm Indicates that a PR is ready to be merged. priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Scylla Pod is unblocked even when tuning fails
2 participants