Skip to content

Commit

Permalink
PI-1889 Remove hmpps-auth-and-delius exclusion in the test environment
Browse files Browse the repository at this point in the history
When the DB is offline the service can't start anyway, so may as well switch it off.
  • Loading branch information
marcus-bcl committed Feb 6, 2024
1 parent c570755 commit ca205d8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/readonly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,9 @@ jobs:
token: ${{ secrets.KUBE_TOKEN }}

- name: ${{ inputs.action == 'enable' && 'Stop' || 'Start' }} deployments
if: matrix.project != 'hmpps-auth-and-delius'
run: kubectl scale deploy '${{ matrix.project }}' --replicas "${{ inputs.action == 'enable' && '0' || '2' }}"

- name: ${{ inputs.action == 'enable' && 'Block' || 'Unblock' }} ingresses
if: matrix.project != 'hmpps-auth-and-delius'
uses: nick-fields/retry@7152eba30c6575329ac0576536151aca5a72780e # v3.0.0
with:
max_attempts: 3 # Patching ingresses intermittently fails on MOJ Cloud Platform, so we retry this step
Expand Down

0 comments on commit ca205d8

Please sign in to comment.