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

Add nagger warning about default sku change in redis module #1161

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

mokainos
Copy link
Contributor

@mokainos mokainos commented Oct 5, 2023

Resolves # . (This is applicable only if this pull request relates to a GitHub issue, delete the line otherwise)

Notes:
*
*
*

@mokainos mokainos requested a review from a team as a code owner October 5, 2023 13:38
resources/uk/gov/hmcts/infrastructure/check-redis-sku.sh Outdated Show resolved Hide resolved
@@ -0,0 +1,15 @@
#!/bin/bash

output=$(grep -R --include=*.tf "hmcts/cnp-module-redis" | wc -l)
Copy link
Contributor

Choose a reason for hiding this comment

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

🚫 this needs to check whether they have configured the sku

./check-redis-sku.sh
"""
} catch(ignored) {
WarningCollector.addPipelineWarning("Default Redis Sku has Changed to Basic", "Please follow instruction in https://github.com/hmcts/cnp-module-redis/blob/mokainos-patch-1/README.md ", LocalDate.of(2023, 11, 11))
Copy link
Contributor

Choose a reason for hiding this comment

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

this should provide an example pull request

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

Successfully merging this pull request may close these issues.

2 participants