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

HAAR-2515: remove preprod and prod deployment as only need dev #104

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
72 changes: 36 additions & 36 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,42 +143,42 @@ workflows:
- integration_test
- build_docker
helm_timeout: 5m
- request-preprod-approval:
type: approval
requires:
- deploy_dev
- hmpps/deploy_env:
name: deploy_preprod
env: "preprod"
jira_update: true
jira_env_type: staging
pipeline_id: <<pipeline.id>>
pipeline_number: <<pipeline.number>>
context:
- hmpps-common-vars
- hmpps-audit-poc-preprod
requires:
- request-preprod-approval
helm_timeout: 5m
- request-prod-approval:
type: approval
requires:
- deploy_preprod
- hmpps/deploy_env:
name: deploy_prod
env: "prod"
jira_update: true
jira_env_type: production
pipeline_id: <<pipeline.id>>
pipeline_number: <<pipeline.number>>
slack_notification: true
slack_channel_name: << pipeline.parameters.releases-slack-channel >>
context:
- hmpps-common-vars
- hmpps-audit-poc-prod
requires:
- request-prod-approval
helm_timeout: 5m
# - request-preprod-approval:
# type: approval
# requires:
# - deploy_dev
# - hmpps/deploy_env:
# name: deploy_preprod
# env: "preprod"
# jira_update: true
# jira_env_type: staging
# pipeline_id: <<pipeline.id>>
# pipeline_number: <<pipeline.number>>
# context:
# - hmpps-common-vars
# - hmpps-audit-poc-preprod
# requires:
# - request-preprod-approval
# helm_timeout: 5m
# - request-prod-approval:
# type: approval
# requires:
# - deploy_preprod
# - hmpps/deploy_env:
# name: deploy_prod
# env: "prod"
# jira_update: true
# jira_env_type: production
# pipeline_id: <<pipeline.id>>
# pipeline_number: <<pipeline.number>>
# slack_notification: true
# slack_channel_name: << pipeline.parameters.releases-slack-channel >>
# context:
# - hmpps-common-vars
# - hmpps-audit-poc-prod
# requires:
# - request-prod-approval
# helm_timeout: 5m
security:
triggers:
- schedule:
Expand Down