Skip to content

Commit

Permalink
Merge pull request #65 from govuk-one-login/LIME-1076
Browse files Browse the repository at this point in the history
LIME-1076: Moving repo permissions and deployment from Orange to Lime
  • Loading branch information
gds-adhenderson authored May 17, 2024
2 parents d86547d + c17022e commit b6feed3
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<!-- List any related ADRs or RFCs -->
<!-- Delete/copy as appropriate -->

- [OJ-XXXX](https://govukverify.atlassian.net/browse/OJ-XXXX)
- [LIME-XXXX](https://govukverify.atlassian.net/browse/LIME-XXXX)

## Checklists

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
tags: |
cri:component=ipv-cri-kbv-hmrc-api
cri:stack-type=preview
cri:application=Orange
cri:application=Lime
cri:deployment-source=github-actions
parameters: |
Environment=dev
2 changes: 1 addition & 1 deletion .github/workflows/run-aws-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ jobs:
env:
AWS_REGION: ${{ inputs.aws-region }}
STACK_NAME: ${{ inputs.stack-name }}
run: npm run test:aws -- --config jest.config.ci.ts
run: npm run test:aws -- --config jest.config.ci.ts --runInBand
2 changes: 1 addition & 1 deletion CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @govuk-one-login/cri-orange-team @govuk-one-login/cri-orange-admins @govuk-one-login/cri-lime-team-leads @govuk-one-login/identity-sre # Team ownership with break-glass overrides
* @govuk-one-login/cri-orange-team @govuk-one-login/cri-orange-admins @govuk-one-login/cri-lime-team-leads @govuk-one-login/cri-lime-team @govuk-one-login/cri-lime-team-leads @govuk-one-login/identity-sre # Team ownership with break-glass overrides
3 changes: 1 addition & 2 deletions deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ if ! [[ "$stack_name" ]]; then
echo "» Using stack name '$stack_name'"
fi

sam validate -t infrastructure/template.yaml
sam validate -t infrastructure/template.yaml --lint

sam build -t infrastructure/template.yaml --cached --parallel
Expand All @@ -26,7 +25,7 @@ sam deploy --stack-name "$stack_name" \
--tags \
cri:component=ipv-cri-kbv-hmrc-api \
cri:stack-type=dev \
cri:application=Orange \
cri:application=Lime \
cri:deployment-source=manual \
--parameter-overrides \
${common_stack_name:+CommonStackName=$common_stack_name} \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ describe("get-ivq-questions-happy", () => {
correlationId: "93dcc67c-fe6d-4bd7-b68f-2bd848e0d572",
questionKey: "rti-p60-payment-for-year",
info: {
currentTaxYear: "2022/23",
currentTaxYear: "2023/24",
previousTaxYear: "2022/23",
},
},
{
Expand All @@ -35,7 +36,8 @@ describe("get-ivq-questions-happy", () => {
correlationId: "93dcc67c-fe6d-4bd7-b68f-2bd848e0d573",
questionKey: "rti-p60-employee-ni-contributions",
info: {
currentTaxYear: "2022/23",
currentTaxYear: "2023/24",
previousTaxYear: "2022/23",
},
},
{
Expand Down

0 comments on commit b6feed3

Please sign in to comment.