Skip to content

Commit

Permalink
Merge pull request #4896 from NMDSdevopsServiceAdm/test
Browse files Browse the repository at this point in the history
Live: Merge in Test
  • Loading branch information
Richard-Pentecost authored May 13, 2022
2 parents e0784a3 + e03a161 commit 2c98508
Show file tree
Hide file tree
Showing 60 changed files with 1,318 additions and 4,590 deletions.
94 changes: 43 additions & 51 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -524,57 +524,6 @@ workflows:
only: /^v[0-9]+(\.[0-9]+)*$/
requires:
- install
- serverless_deployment:
appname: sfcbenchmarks
folder: bulkUpload
context: serverless-deployment
requires:
- test_frontend
- test_backend
- performance
filters:
branches:
only:
- feat/benchmarks
- serverless_deployment:
appname: sfcstaging
folder: bulkUpload
context: serverless-deployment
requires:
- test_frontend
- test_backend
- performance
filters:
branches:
only:
- test
- serverless_deployment:
appname: sfcpreprod
folder: bulkUpload
context: serverless-deployment
requires:
- test_frontend
- test_backend
- performance
filters:
branches:
only:
- live
- serverless_deployment:
appname: sfcprod
folder: bulkUpload
context: serverless-deployment
requires:
- test_frontend
- test_backend
- performance
filters:
# ignore any commit on any branch by default
branches:
ignore: /.*/
# only act on version tags
tags:
only: /^v[0-9]+(\.[0-9]+)*$/
- blue_green:
name: blue_green_benchmarks
appname: sfcbenchmarks
Expand Down Expand Up @@ -710,6 +659,49 @@ workflows:
# org: dhsc-skills-for-care-nmds-sc-2
# space: production
# workspace_path: .
- serverless_deployment:
appname: sfcbenchmarks
folder: bulkUpload
context: serverless-deployment
requires:
- blue_green_benchmarks
filters:
branches:
only:
- feat/benchmarks
- serverless_deployment:
appname: sfcstaging
folder: bulkUpload
context: serverless-deployment
requires:
- blue_green_staging
filters:
branches:
only:
- test
- serverless_deployment:
appname: sfcpreprod
folder: bulkUpload
context: serverless-deployment
requires:
- preprod_deploy
filters:
branches:
only:
- live
- serverless_deployment:
appname: sfcprod
folder: bulkUpload
context: serverless-deployment
requires:
- prod_deploy
filters:
# ignore any commit on any branch by default
branches:
ignore: /.*/
# only act on version tags
tags:
only: /^v[0-9]+(\.[0-9]+)*$/
- sentry_release:
requires:
- blue_green_benchmarks
Expand Down
Loading

0 comments on commit 2c98508

Please sign in to comment.