You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Why these changes are being introduced:
Now that we have ECR Repositories in multiple regions, we need to
genarate a few additional lines for each workflow and Makefile when we
enable an additional region.
How this addresses that need:
* Create an additional template file for the Makefile add-ins
* Create an additional template file for the dev-build add-ins
* Create an additional template file for the stage-build add-ins
* Create an additional template file for the prod-promote add-ins
* Create a new Tf output for the Makefile add-ins for the bagit Lambda
that is deployed in us-west-2
* Create a new Tf output for the dev-build add-ins for the bagit Lambda
that is deployed in us-west-2
* Create a new Tf output for the stage-build add-ins for the bagit
Lambda that is deployed in us-west-2
* Create a new Tf output for the prod-promote add-ins for the bagit
Lambda that is deployed in us-west-2
Side effects of this change:
None.
Relevant ticket(s):
* https://mitlibraries.atlassian.net/browse/IR-238
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -270,9 +270,13 @@ This is a core infrastructure repository that defines infrastructure related to
270
270
| ppod\_prod\_promote\_workflow | Full contents of the prod-promote.yml for the ppod repo |
271
271
| ppod\_stage\_build\_workflow | Full contents of the stage-build.yml for the ppod repo |
272
272
| s3\_bagit\_validator\_dev\_build\_workflow | Full contents of the dev-build.yml for the s3-bagit-validator repo |
273
+
| s3\_bagit\_validator\_dev\_build\_workflow\_west | Additional job for the dev-build.yml for the s3-bagit-validator repo to deploy in us-west-2 |
273
274
| s3\_bagit\_validator\_makefile | Full contents of the Makefile for the s3-bagit-validator repo (allows devs to push to Dev account only) |
275
+
| s3\_bagit\_validator\_makefile\_west | Full contents of the Makefile for the s3-bagit-validator repo (allows devs to push to Dev account only) |
274
276
| s3\_bagit\_validator\_prod\_promote\_workflow | Full contents of the prod-promote.yml for the s3-bagit-validator repo |
277
+
| s3\_bagit\_validator\_prod\_promote\_workflow\_west | Additional job for the prod-promote.yml for the s3-bagit-validator repo to deploy in us-west-2 |
275
278
| s3\_bagit\_validator\_stage\_build\_workflow | Full contents of the stage-build.yml for the s3-bagit-validator repo |
279
+
| s3\_bagit\_validator\_stage\_build\_workflow\_west | Additional job for the stage-build.yml for the s3-bagit-validator repo to deploy in us-west-2 |
276
280
| sapinvoices\_dev\_build\_workflow | Full contents of the dev-build.yml for the alma-sapinvoices repo |
277
281
| sapinvoices\_makefile | Full contents of the Makefile for the alma-sapinvoices repo (allows devs to push to Dev account only) |
278
282
| sapinvoices\_prod\_promote\_workflow | Full contents of the prod-promote.yml for the alma-sapinvoices repo |
0 commit comments