forked from ustaxcourt/ef-cms
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch '10491-work-item-refactor' of github.com:flexion/ef-cms …
…into 10491-work-item-refactor
- Loading branch information
Showing
33 changed files
with
10,358 additions
and
6,075 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ version: 2.1 | |
orbs: | ||
git-shallow-clone: guitarrapc/[email protected] | ||
|
||
efcms-docker-image: &efcms-docker-image $AWS_ACCOUNT_ID.dkr.ecr.us-east-1.amazonaws.com/ef-cms-us-east-1:4.3.12 | ||
efcms-docker-image: &efcms-docker-image $AWS_ACCOUNT_ID.dkr.ecr.us-east-1.amazonaws.com/ef-cms-us-east-1:4.3.13 | ||
|
||
parameters: | ||
run_build_and_deploy: | ||
|
@@ -128,6 +128,10 @@ jobs: | |
- run: | ||
name: Setup Blue Green Migration If Needed | ||
command: | | ||
if [ "$DEPLOY_EMPTY_PERSISTENCE" == "true" ]; then | ||
echo "skipping…" | ||
exit 0 | ||
fi | ||
./setup-for-blue-green-migration.sh | ||
- run: | ||
no_output_timeout: 20m | ||
|
@@ -715,6 +719,7 @@ jobs: | |
- run: | ||
name: Set Marker to Indicate Data is Finished Gluing | ||
command: | | ||
export DEPLOYING_COLOR="$CURRENT_COLOR" | ||
JOB_NAME="wait-for-glued-data-to-index" ./scripts/migration/set-migration-complete-marker.sh | ||
- run: | ||
name: Enable Dynamodb Streams | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.