From 48d7776edcb87785f411c0289e539da33f89a8a5 Mon Sep 17 00:00:00 2001 From: Robert Kibble Date: Mon, 12 Feb 2024 16:45:16 +0000 Subject: [PATCH 1/3] BAU add app_name to post-deploy --- .github/workflows/copilot_deploy.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/copilot_deploy.yml b/.github/workflows/copilot_deploy.yml index 1f2f1f1..8a3dc3c 100644 --- a/.github/workflows/copilot_deploy.yml +++ b/.github/workflows/copilot_deploy.yml @@ -103,6 +103,7 @@ jobs: run_e2e_tests_assessment: ${{ inputs.run_e2e_tests_assessment || false }} run_e2e_tests_application: ${{ inputs.run_e2e_tests_application || false }} environment: dev + app_name: account-store test_deploy: needs: [ dev_deploy, post_dev_deploy_tests, paketo_build, setup ] @@ -131,6 +132,7 @@ jobs: run_e2e_tests_assessment: ${{ inputs.run_e2e_tests_assessment || true }} run_e2e_tests_application: ${{ inputs.run_e2e_tests_application || true }} environment: test + app_name: account-store uat_deploy: needs: [ dev_deploy, post_dev_deploy_tests, test_deploy, post_test_deploy_tests, paketo_build, setup ] @@ -159,6 +161,7 @@ jobs: run_e2e_tests_assessment: ${{ inputs.run_e2e_tests_assessment || true }} run_e2e_tests_application: ${{ inputs.run_e2e_tests_application || true }} environment: uat + app_name: account-store prod_deploy: needs: [ dev_deploy, post_dev_deploy_tests, test_deploy, post_test_deploy_tests, uat_deploy, post_uat_deploy_tests, paketo_build, setup ] From 2c5536e99a83e4438eb141d8d8a660a9bf88e43e Mon Sep 17 00:00:00 2001 From: Robert Kibble Date: Mon, 12 Feb 2024 16:56:18 +0000 Subject: [PATCH 2/3] Testing --- .github/workflows/copilot_deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/copilot_deploy.yml b/.github/workflows/copilot_deploy.yml index 8a3dc3c..f128d0f 100644 --- a/.github/workflows/copilot_deploy.yml +++ b/.github/workflows/copilot_deploy.yml @@ -97,7 +97,7 @@ jobs: secrets: FSD_GH_APP_ID: ${{ secrets.FSD_GH_APP_ID }} FSD_GH_APP_KEY: ${{ secrets.FSD_GH_APP_KEY }} - uses: communitiesuk/funding-service-design-workflows/.github/workflows/post-deploy.yml@main + uses: communitiesuk/funding-service-design-workflows/.github/workflows/post-deploy.yml@BAU_doubled_checkout with: run_performance_tests: ${{ inputs.run_performance_tests || true }} run_e2e_tests_assessment: ${{ inputs.run_e2e_tests_assessment || false }} From 795a175f99415378891d3f2d5a831ae7e813d7d4 Mon Sep 17 00:00:00 2001 From: Robert Kibble Date: Mon, 12 Feb 2024 17:10:12 +0000 Subject: [PATCH 3/3] Testing --- .github/workflows/copilot_deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/copilot_deploy.yml b/.github/workflows/copilot_deploy.yml index f128d0f..8a3dc3c 100644 --- a/.github/workflows/copilot_deploy.yml +++ b/.github/workflows/copilot_deploy.yml @@ -97,7 +97,7 @@ jobs: secrets: FSD_GH_APP_ID: ${{ secrets.FSD_GH_APP_ID }} FSD_GH_APP_KEY: ${{ secrets.FSD_GH_APP_KEY }} - uses: communitiesuk/funding-service-design-workflows/.github/workflows/post-deploy.yml@BAU_doubled_checkout + uses: communitiesuk/funding-service-design-workflows/.github/workflows/post-deploy.yml@main with: run_performance_tests: ${{ inputs.run_performance_tests || true }} run_e2e_tests_assessment: ${{ inputs.run_e2e_tests_assessment || false }}