Skip to content

Commit

Permalink
pt
Browse files Browse the repository at this point in the history
  • Loading branch information
saliceti committed Dec 20, 2024
1 parent 6ec6420 commit 7f7d67f
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ dv_review: dev-cluster
$(eval ENVIRONMENT=${PR_NUMBER})
$(eval include global_config/dv_review.sh)

pt_review: platform-test-cluster
$(if ${PR_NUMBER},,$(error Missing PR_NUMBER))
$(eval ENVIRONMENT=${PR_NUMBER})
$(eval include global_config/pt_review.sh)

.PHONY: qa
qa: test-cluster
$(eval include global_config/qa.sh)
Expand Down Expand Up @@ -141,6 +146,10 @@ dev-cluster:
$(eval CLUSTER_RESOURCE_GROUP_NAME=s189d01-tsc-dv-rg)
$(eval CLUSTER_NAME=s189d01-tsc-${CLUSTER}-aks)

platform-test-cluster:
$(eval CLUSTER_RESOURCE_GROUP_NAME=s189t01-tsc-pt-rg)
$(eval CLUSTER_NAME=s189t01-tsc-platform-test-aks)

test-cluster:
$(eval CLUSTER_RESOURCE_GROUP_NAME=s189t01-tsc-ts-rg)
$(eval CLUSTER_NAME=s189t01-tsc-test-aks)
Expand Down
6 changes: 6 additions & 0 deletions global_config/pt_review.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
CONFIG=pt_review
CONFIG_SHORT=pt
AZURE_SUBSCRIPTION=s189-teacher-services-cloud-test
AZURE_RESOURCE_PREFIX=s189t01
KV_PURGE_PROTECTION=false
TERRAFORM_MODULES_TAG=oidc-ga
1 change: 1 addition & 0 deletions terraform/application/config/pt_review.tfvars.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"cluster": "platform-test",
"namespace": "development",
"deploy_azure_backing_services": false,
"enable_postgres_ssl": false
Expand Down

0 comments on commit 7f7d67f

Please sign in to comment.