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

Substitute unbound SO_SCYLLACLUSTER_STORAGECLASS_NAME var in ci-deploy script #2062

Merged

Conversation

rzetelskik
Copy link
Member

Description of your changes: In cases where SO_SCYLLACLUSTER_STORAGECLASS_NAME is unbound, hack/ci-deploy.sh script will now fail with an error:

./hack/ci-deploy.sh: line 74: SO_SCYLLACLUSTER_STORAGECLASS_NAME: unbound variable

This is not the intended behaviour and it now requires providing the value explicitly, which is not the intended behaviour.

This PR substitutes that variable, so that the default intended behaviour is executed for an unset var.

Which issue is resolved by this Pull Request:
Resolves #

/kind bug
/priority important-longterm

@scylla-operator-bot scylla-operator-bot bot added kind/bug Categorizes issue or PR as related to a bug. priority/important-longterm Important over the long term, but may not be staffed and/or may need multiple releases to complete. labels Aug 7, 2024
@scylla-operator-bot scylla-operator-bot bot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Aug 7, 2024
@rzetelskik rzetelskik changed the title Substitute unbound SO_SCYLLACLUSTER_STORAGECLASS_NAME var in ci-deploy script [WIP] Substitute unbound SO_SCYLLACLUSTER_STORAGECLASS_NAME var in ci-deploy script Aug 7, 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 Aug 7, 2024
@rzetelskik rzetelskik changed the title [WIP] Substitute unbound SO_SCYLLACLUSTER_STORAGECLASS_NAME var in ci-deploy script Substitute unbound SO_SCYLLACLUSTER_STORAGECLASS_NAME var in ci-deploy script Aug 7, 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 Aug 7, 2024
Copy link
Member

@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

@scylla-operator-bot scylla-operator-bot bot added the lgtm Indicates that a PR is ready to be merged. label Aug 12, 2024
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

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

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-operator-bot scylla-operator-bot bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Aug 12, 2024
@tnozicka tnozicka added kind/machinery Categorizes issue or PR as related to Makefile, scripts or similar changes. and removed kind/bug Categorizes issue or PR as related to a bug. labels Aug 12, 2024
@rzetelskik
Copy link
Member Author

rzetelskik commented Aug 14, 2024

@rzetelskik: 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-serial c802f0c link true /test e2e-gke-serial
Full PR test history. Your PR dashboard.

#1426 (comment)
/test images
/retest

@scylla-operator-bot scylla-operator-bot bot merged commit 4e741d4 into scylladb:master Aug 14, 2024
13 checks passed
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/machinery Categorizes issue or PR as related to Makefile, scripts or similar changes. lgtm Indicates that a PR is ready to be merged. priority/important-longterm Important over the long term, but may not be staffed and/or may need multiple releases to complete. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants