Skip to content

Commit

Permalink
update deprecated calls, reset coverage reports
Browse files Browse the repository at this point in the history
  • Loading branch information
deandreJones committed Jan 25, 2024
1 parent 38ee8db commit a8812f2
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -447,27 +447,27 @@ commands:
- run:
name: Get Digest from filesystem
command: echo 'export ECR_DIGEST=$(cat images/sha/ECR_DIGEST_app-tasks_<< parameters.ecr_env >>)' | tee -a "${BASH_ENV}"
- deploy:
- run:
name: Deploy connect to GEX via SFTP service
command: scripts/do-exclusively --job-name ${CIRCLE_JOB} scripts/ecs-deploy-task-container connect-to-gex-via-sftp "${AWS_ACCOUNT_ID}.dkr.ecr.${AWS_DEFAULT_REGION}.amazonaws.com/app-tasks@${ECR_DIGEST}" "${APP_ENVIRONMENT}"
no_output_timeout: 20m
- announce_failure
- deploy:
- run:
name: Deploy GHC fuel price data task service
command: scripts/do-exclusively --job-name ${CIRCLE_JOB} scripts/ecs-deploy-task-container save-ghc-fuel-price-data "${AWS_ACCOUNT_ID}.dkr.ecr.${AWS_DEFAULT_REGION}.amazonaws.com/app-tasks@${ECR_DIGEST}" "${APP_ENVIRONMENT}"
no_output_timeout: 20m
- announce_failure
- deploy:
- run:
name: Deploy payment reminder email task service
command: scripts/do-exclusively --job-name ${CIRCLE_JOB} scripts/ecs-deploy-task-container send-payment-reminder "${AWS_ACCOUNT_ID}.dkr.ecr.${AWS_DEFAULT_REGION}.amazonaws.com/app-tasks@${ECR_DIGEST}" "${APP_ENVIRONMENT}"
no_output_timeout: 20m
- announce_failure
- deploy:
- run:
name: Deploy post to GEX service
command: scripts/do-exclusively --job-name ${CIRCLE_JOB} scripts/ecs-deploy-task-container post-file-to-gex "${AWS_ACCOUNT_ID}.dkr.ecr.${AWS_DEFAULT_REGION}.amazonaws.com/app-tasks@${ECR_DIGEST}" "${APP_ENVIRONMENT}"
no_output_timeout: 20m
- announce_failure
- deploy:
- run:
name: Deploy process EDIs service
command: scripts/do-exclusively --job-name ${CIRCLE_JOB} scripts/ecs-deploy-task-container process-edis "${AWS_ACCOUNT_ID}.dkr.ecr.${AWS_DEFAULT_REGION}.amazonaws.com/app-tasks@${ECR_DIGEST}" "${APP_ENVIRONMENT}"
no_output_timeout: 20m
Expand All @@ -484,12 +484,12 @@ commands:
- run:
name: Get Digest from filesystem
command: echo 'export ECR_DIGEST=$(cat images/sha/ECR_DIGEST_app-tasks_<< parameters.ecr_env >>)' | tee -a "${BASH_ENV}"
- deploy:
- run:
name: Deploy GHC fuel price data task service
command: scripts/do-exclusively --job-name ${CIRCLE_JOB} scripts/ecs-deploy-task-container save-ghc-fuel-price-data "${AWS_ACCOUNT_ID}.dkr.ecr.${AWS_DEFAULT_REGION}.amazonaws.com/app-tasks@${ECR_DIGEST}" "${APP_ENVIRONMENT}"
no_output_timeout: 20m
- announce_failure
- deploy:
- run:
name: Deploy payment reminder email task service
command: scripts/do-exclusively --job-name ${CIRCLE_JOB} scripts/ecs-deploy-task-container send-payment-reminder "${AWS_ACCOUNT_ID}.dkr.ecr.${AWS_DEFAULT_REGION}.amazonaws.com/app-tasks@${ECR_DIGEST}" "${APP_ENVIRONMENT}"
no_output_timeout: 20m
Expand Down Expand Up @@ -520,7 +520,7 @@ commands:
echo "export OTEL_ECR_DIGEST=${OTEL_ECR_DIGEST}" | tee -a "${BASH_ENV}"
echo "export OTEL_COLLECTOR_IMAGE=${AWS_ACCOUNT_ID}.dkr.ecr.${AWS_DEFAULT_REGION}.amazonaws.com/otel-collector@${OTEL_ECR_DIGEST}" | tee -a "${BASH_ENV}"
- deploy:
- run:
name: Deploy app service
command: scripts/do-exclusively --job-name ${CIRCLE_JOB} scripts/ecs-deploy-service-container app "${AWS_ACCOUNT_ID}.dkr.ecr.${AWS_DEFAULT_REGION}.amazonaws.com/app@${ECR_DIGEST}" "${APP_ENVIRONMENT}" "/bin/milmove serve"
no_output_timeout: 20m
Expand Down Expand Up @@ -559,7 +559,7 @@ commands:
echo "export OTEL_ECR_DIGEST=${OTEL_ECR_DIGEST}" | tee -a "${BASH_ENV}"
echo "export OTEL_COLLECTOR_IMAGE=${AWS_ACCOUNT_ID}.dkr.ecr.${AWS_DEFAULT_REGION}.amazonaws.com/otel-collector@${OTEL_ECR_DIGEST}" | tee -a "${BASH_ENV}"
- deploy:
- run:
name: Deploy app-client-tls service
command: scripts/do-exclusively --job-name ${CIRCLE_JOB} scripts/ecs-deploy-service-container app-client-tls "${AWS_ACCOUNT_ID}.dkr.ecr.${AWS_DEFAULT_REGION}.amazonaws.com/app@${ECR_DIGEST}" "${APP_ENVIRONMENT}" "/bin/milmove serve"
no_output_timeout: 20m
Expand All @@ -584,7 +584,7 @@ commands:
- attach_workspace:
at: /tmp/storybook
- checkout
- deploy:
- run:
name: Push Storybook build to S3
command: scripts/push-storybook-assets "<< parameters.s3_bucket>>"

Expand Down Expand Up @@ -1447,7 +1447,7 @@ jobs:
#
# The trailing hyphen in restore_cache seems important
# according to the page linked above
- v7-server-tests-coverage-
- v8-server-tests-coverage-
- run:
name: Ensure Test Coverage Increasing
command: |
Expand Down Expand Up @@ -1581,7 +1581,7 @@ jobs:
# The trailing hyphen in restore_cache seems important
# according to the page linked above
keys:
- v5-client-tests-coverage-
- v6-client-tests-coverage-
- run:
name: Ensure Test Coverage Increasing
command: |
Expand Down

0 comments on commit a8812f2

Please sign in to comment.