From a8812f2b7d256c83c3b7cdf5eb6f46e28b3e6a36 Mon Sep 17 00:00:00 2001 From: deandreJones Date: Thu, 25 Jan 2024 11:40:43 -0600 Subject: [PATCH] update deprecated calls, reset coverage reports --- .circleci/config.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index f4b516d5357..7825867aa5a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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 @@ -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 @@ -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 @@ -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 @@ -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>>" @@ -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: | @@ -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: |