We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Run Go Unit Tests run and complete successfully
Example here: https://github.com/ministryofjustice/modernisation-platform-github-oidc-role/actions/runs/8108945787
Run Go Unit Tests is failing with 'ParameterNotFound' error.
Example here: https://github.com/ministryofjustice/modernisation-platform-github-oidc-role/actions/runs/8142321400
Create a new PR on the modernisation-platform-github-oidc-role repo.
also spotted the same error on following repositories: modernisation-platform-terraform-s3-bucket-replication-role modernisation-platform-terraform-pagerduty-integration
The text was updated successfully, but these errors were encountered:
Having taken a quick look, it appears that the SSM parameter is missing from the account and that this bug isn't a problem related to the unit-test code in this repository. I'll do some git archaeology in https://github.com/ministryofjustice/modernisation-platform/tree/main/terraform/environments/testing and see what I can find.
git
Sorry, something went wrong.
By re-running the member-bootstrap code against testing-test I recreated the missing parameter.
member-bootstrap
testing-test
I could see that it was deleted in this CloudTrail Event in the testing-test account: https://eu-west-2.console.aws.amazon.com/cloudtrailv2/home?region=eu-west-2#/events/d685c8b6-cef8-4ac9-86f3-b2a2736b2b02 It looks like it was removed by a GitHub action in the modernisation-platform-environments repository - aws-nuke. It would have been recreated by our scheduled baseline job but I think we just got caught out here by the order of operations.
modernisation-platform-environments
dms1981
No branches or pull requests
Expected Behavior
Run Go Unit Tests run and complete successfully
Example here: https://github.com/ministryofjustice/modernisation-platform-github-oidc-role/actions/runs/8108945787
Actual Behavior
Run Go Unit Tests is failing with 'ParameterNotFound' error.
Example here: https://github.com/ministryofjustice/modernisation-platform-github-oidc-role/actions/runs/8142321400
Steps to Reproduce the Problem
Create a new PR on the modernisation-platform-github-oidc-role repo.
also spotted the same error on following repositories:
modernisation-platform-terraform-s3-bucket-replication-role
modernisation-platform-terraform-pagerduty-integration
The text was updated successfully, but these errors were encountered: