Skip to content

CCM-18685: Deployed proxies should be deleted on PR close#639

Merged
francisco-videira-nhs merged 13 commits into
mainfrom
feature/CCM-18685
Jul 16, 2026
Merged

CCM-18685: Deployed proxies should be deleted on PR close#639
francisco-videira-nhs merged 13 commits into
mainfrom
feature/CCM-18685

Conversation

@francisco-videira-nhs

@francisco-videira-nhs francisco-videira-nhs commented Jul 8, 2026

Copy link
Copy Markdown
Contributor

Description

Added step to destroy PR proxy on close.

Also refactored a couple confusing names and environments.

Context

Type of changes

  • Refactoring (non-breaking change)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would change existing functionality)
  • Bug fix (non-breaking change which fixes an issue)

Checklist

  • I am familiar with the contributing guidelines
  • I have followed the code style of the project
  • I have added tests to cover my changes
  • I have updated the documentation accordingly
  • This PR is a result of pair or mob programming

DT3-Specific Checklist

  • If I have added a new resource (SQS, Lambda, Gateway, DDB table, etc), I have created the appropriate alarms

Sensitive Information Declaration

To ensure the utmost confidentiality and protect your and others privacy, we kindly ask you to NOT including PII (Personal Identifiable Information) / PID (Personal Identifiable Data) or any other sensitive data in this PR (Pull Request) and the codebase changes. We will remove any PR that do contain any sensitive information. We really appreciate your cooperation in this matter.

  • I confirm that neither PII/PID nor sensitive data are included in this PR and the codebase changes.

@francisco-videira-nhs
francisco-videira-nhs requested a review from a team as a code owner July 8, 2026 16:41
@francisco-videira-nhs francisco-videira-nhs added the deploy-proxy Set to 'true' to force a PR build to deploy the APIM proxy label Jul 8, 2026
…ng crashes on arm64

The NHS Notify Shared Modules hook hardcodes --platform linux/amd64 in Docker invocation.
With moby: false (full Docker daemon - now required due to Docker 4.82 Ubuntu resolute
incompatibility), this forces amd64 emulation under QEMU, causing Go runtime crashes
(SIGSEGV, GC corruption).

With moby: true (Moby engine), the check was permissive and silently used arm64 native
image despite the explicit amd64 flag. However, moby: true is no longer available on
Ubuntu resolute, so it must stay false.

Until the upstream hook is fixed to remove the --platform constraint, this hook is
disabled for arm64 machines.
Comment thread .devcontainer/devcontainer.json
Comment thread scripts/config/pre-commit.yaml Outdated
@sonarqubecloud

Copy link
Copy Markdown

@francisco-videira-nhs
francisco-videira-nhs merged commit fb68904 into main Jul 16, 2026
101 of 103 checks passed
@francisco-videira-nhs
francisco-videira-nhs deleted the feature/CCM-18685 branch July 16, 2026 13:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

deploy-proxy Set to 'true' to force a PR build to deploy the APIM proxy

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants