Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'Daily Healthcheck Deploy, Test and Destroy'
name: 'Z-AUTOMATED: Daily health check'

on:
schedule:
Expand Down Expand Up @@ -194,4 +194,4 @@ jobs:
sandbox_workspace: ${{ needs.set_workspace.outputs.workspace }}
terraform_vars: dev.tfvars
backend: backend.conf
secrets: inherit
secrets: inherit
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# .github/workflows/terraform-dev
name: 'Development CI Feature to Main'
name: 'Z-AUTOMATED: Deploy - Dev'

on:
push:
Expand All @@ -9,7 +9,6 @@ on:
branches:
- main


permissions:
pull-requests: write
actions: read # This is required for Plan comment
Expand Down Expand Up @@ -229,6 +228,3 @@ jobs:
uses: nhsconnect/national-document-repository/.github/workflows/ui-dev-to-main-ci.yml@main
secrets:
AWS_ASSUME_ROLE: ${{ secrets.AWS_ASSUME_ROLE }}



Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: SonarCloud-Analysis
name: 'Z-AUTOMATED: SonarQube Cloud Analysis'

on:
push:
branches:
Expand All @@ -21,4 +22,4 @@ jobs:
uses: SonarSource/sonarqube-scan-action@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'Destroy Sandbox Environments (CRON)'
name: 'Z-AUTOMATED: Tear down - Sandbox'

on:
schedule:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'Destroy Test (Test Account) Environment CRON'
name: 'Z-AUTOMATED: Tear down - Test'

on:
schedule:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'Cleanup Untracked App Config Profiles and Lambda Layer Versions'
name: 'Z-BASE: Cleanup - Workspace'

on:
workflow_call:
Expand All @@ -23,7 +23,6 @@ on:
AWS_ASSUME_ROLE:
required: true


permissions:
pull-requests: write
id-token: write # This is required for requesting the JWT
Expand Down Expand Up @@ -75,4 +74,4 @@ jobs:

- name: Run Version Cleanup Script
run: |
./venv/bin/python3 scripts/cleanup_versions.py ${{ inputs.sandbox }}
./venv/bin/python3 scripts/cleanup_versions.py ${{ inputs.sandbox }}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'Remove Lambda@Edge Associations'
name: 'Z-BASE: Cleanup - Lambda@Edge'

on:
workflow_call:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Deploy to Pre-Prod"
name: "Deploy - Pre-prod"

on:
workflow_dispatch:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# .github/workflows/terraform-dev
name: "Deploy tagged version to Prod"
name: "Deploy - Prod"

on:
workflow_dispatch:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# .github/workflows/terraform-dev
name: "Deploy Feature Branch to Sandbox"
name: "Deploy - Sandbox"

on:
workflow_dispatch:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# .github/workflows/terraform-dev
name: "Deploy Feature Branch to Test"
name: "Deploy - Test"

on:
workflow_dispatch:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# .github/workflows/destroy.yml

name: "Destroy (Select Account) Environment"
name: "Tear down - Sandbox"

on:
workflow_dispatch:
Expand All @@ -24,6 +24,7 @@ on:
default: "backend.conf"
description: "Terraform backend configuration."
required: true

workflow_call:
inputs:
build_branch:
Expand Down
79 changes: 0 additions & 79 deletions .github/workflows/terraform-deploy-to-perf-manual.yml

This file was deleted.

81 changes: 0 additions & 81 deletions .github/workflows/terraform-deploy-virus-scanner.yml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'Git - Rename Tag'
name: 'Tool: Rename Git Tag'

on:
workflow_dispatch:
Expand Down