From f6fd9ee278f400e226169b5146ae196c499ad223 Mon Sep 17 00:00:00 2001 From: Somanath Hugar Date: Thu, 12 Oct 2023 22:52:00 +0530 Subject: [PATCH 01/22] test govstack 1.1.0 --- .DS_Store | Bin 0 -> 6148 bytes .circleci/config.yml | 223 +++++++++++++++++- examples/README.md | 5 +- helm/.DS_Store | Bin 0 -> 6148 bytes helm/govstack-chart/Chart.yaml | 2 +- .../config/application-tenants.properties | 14 +- helm/govstack-chart/values.yaml | 92 +++++--- 7 files changed, 291 insertions(+), 45 deletions(-) create mode 100644 .DS_Store create mode 100644 helm/.DS_Store diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..290bebb3625f7c2411543ca7cfb53527faaacedc GIT binary patch literal 6148 zcmeHKyH3ME5ZnV7mS|E^-VacuqCFz>1^EFKf=FS@p-AtJmhYkGw-B=rqD00>G?9X4 zrM>a(?)dB}yj~GWi`{xIG82&+t|+g%j7{_EBfE%51x$L6_IbX1?7Qu#ayp>gN;dK& zt#m)|_qncbnpNAcP+xz(y}aMte%u{$yMFy^e!KbevrRuWGgN>IPys4H1~zGll}jp)T&VyRI9A}&w=?bk_wb4N|Cq!b6`%tDN`X{0 z%VvRBirzYUIqkI>{s8|r)LJ: ./integration_report # Replace and + # - run: + # name: List Contents of Integration Report Directory + # command: | + # ls -l /tmp/integration_report + - store_test_results: + path: integration_report/test-report/cucumber.xml + - store_artifacts: + path: integration_report/test-report/reports/tests/test + # path: integration_report/test-report/reports/tests/test + # - store_test_results: + # path: integration_reports/test-report/cucumber.xml + # - store_artifacts: + # path: ph-ee-integration-test/build/reports/tests/test workflows: - test_everything: + deploy: jobs: - test-harness/create-config: post-steps: # Persist to workspace has to be defined in main workflow @@ -13,6 +192,42 @@ workflows: root: workspace paths: - generated.yml + context: # CircleCI context containing AWS credentials + - AWS + - playground - test-harness/execute-tests: requires: - - test-harness/create-config + - test-harness/create-config + context: # CircleCI context containing AWS credentials + - AWS + - playground + - deploy-g2psandbox-govstack-chart: + context: # CircleCI context containing AWS credentials + - AWS + - playground + - deploy-fineract-helm-chart: + context: + - AWS + - playground + - create-secret: + requires: + - deploy-g2psandbox-govstack-chart + - deploy-fineract-helm-chart + context: + - AWS + - playground + - deploying-bpmns: + requires: + - deploy-g2psandbox-govstack-chart + - deploy-fineract-helm-chart + context: + - AWS + - playground + - helm-test: + requires: + - create-secret + # - deploying-bpmns + context: + - AWS + - playground + diff --git a/examples/README.md b/examples/README.md index d28678d..c385d9c 100644 --- a/examples/README.md +++ b/examples/README.md @@ -37,4 +37,7 @@ your own secrets, then start up via docker compose. 2. `curl -k https://localhost/processes/14` 3. `curl -k -X POST https://localhost/processes/14/start` 4. `curl -k https://localhost/instances` -5. `curl -k https://localhost/instances/12` \ No newline at end of file +5. `curl -k https://localhost/instances/12` + +## deployment and config script for govstack BB-payment sandbox +1. \ No newline at end of file diff --git a/helm/.DS_Store b/helm/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..5008ddfcf53c02e82d7eee2e57c38e5672ef89f6 GIT binary patch literal 6148 zcmeH~Jr2S!425mzP>H1@V-^m;4Wg<&0T*E43hX&L&p$$qDprKhvt+--jT7}7np#A3 zem<@ulZcFPQ@L2!n>{z**++&mCkOWA81W14cNZlEfg7;MkzE(HCqgga^y>{tEnwC%0;vJ&^%eQ zLs35+`xjp>T0 Date: Fri, 13 Oct 2023 11:53:27 +0530 Subject: [PATCH 02/22] test g2psamdnox 1.2.1 --- helm/govstack-chart/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helm/govstack-chart/Chart.yaml b/helm/govstack-chart/Chart.yaml index 3df6c9c..710e90e 100644 --- a/helm/govstack-chart/Chart.yaml +++ b/helm/govstack-chart/Chart.yaml @@ -8,5 +8,5 @@ appVersion: 1.1.0 dependencies: - name: ph-ee-g2psandbox - repository: https://fynarfin.io/images/ph-ee-g2psandbox-1.2.0/ - version: 1.2.0 + repository: https://fynarfin.io/images/ph-ee-g2psandbox-1.2.1/ + version: 1.2.1 From 27318297c9acb8602cbf6111b15b7ba1902ac5f1 Mon Sep 17 00:00:00 2001 From: Somanath Hugar Date: Fri, 13 Oct 2023 12:49:35 +0530 Subject: [PATCH 03/22] test g2psamdnox 1.2.1 with bulk 1.8.1 --- helm/govstack-chart/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/govstack-chart/values.yaml b/helm/govstack-chart/values.yaml index e0cfdbd..9113cbc 100644 --- a/helm/govstack-chart/values.yaml +++ b/helm/govstack-chart/values.yaml @@ -87,7 +87,7 @@ ph-ee-g2psandbox: connector_bulk: enabled: true - image: docker.io/openmf/ph-ee-bulk-processor:v1.3.1 + image: docker.io/openmf/ph-ee-bulk-processor:v1.8.1 LOGGING_LEVEL_ROOT: "DEBUG" tenants: "rhino,gorilla" aws: From 56e1b2574e6911c7d0e11ef7decaa306a2cc082b Mon Sep 17 00:00:00 2001 From: Somanath Hugar Date: Fri, 13 Oct 2023 13:21:13 +0530 Subject: [PATCH 04/22] test g2psandbox with 1.2.0 --- helm/govstack-chart/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helm/govstack-chart/Chart.yaml b/helm/govstack-chart/Chart.yaml index 710e90e..3df6c9c 100644 --- a/helm/govstack-chart/Chart.yaml +++ b/helm/govstack-chart/Chart.yaml @@ -8,5 +8,5 @@ appVersion: 1.1.0 dependencies: - name: ph-ee-g2psandbox - repository: https://fynarfin.io/images/ph-ee-g2psandbox-1.2.1/ - version: 1.2.1 + repository: https://fynarfin.io/images/ph-ee-g2psandbox-1.2.0/ + version: 1.2.0 From f44635a2577e11a64d903cd2c55abfa59a18db53 Mon Sep 17 00:00:00 2001 From: Somanath Hugar Date: Fri, 13 Oct 2023 14:14:36 +0530 Subject: [PATCH 05/22] deploy bpmn --- .circleci/config.yml | 13 +++++++++++-- helm/bpmn upload/deployBpmn.sh | 28 ++++++++++++++++++++++++++++ 2 files changed, 39 insertions(+), 2 deletions(-) create mode 100644 helm/bpmn upload/deployBpmn.sh diff --git a/.circleci/config.yml b/.circleci/config.yml index 660313d..28b1652 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -117,11 +117,20 @@ jobs: name: Update kubeconfig command: | aws eks update-kubeconfig --name ${EKS_CLUSTER} + - kubernetes/install-kubectl + - run: + name: Port Forward zeebe-gateway + command: | + kubectl port-forward service/ph-ee-zeebe-ops 5000:80 & + - run: + name: Wait for Port Forward + command: | + until nc -z localhost 5000; do sleep 1; done - run: name: download and execute the bpmn upload command: | - curl -o deployBpmn.sh https://raw.githubusercontent.com/openMF/ph-ee-env-labs/master/orchestration/deployBpmn.sh - chmod +x deployBpmn.sh + # curl -o deployBpmn.sh https://raw.githubusercontent.com/openMF/ph-ee-env-labs/master/orchestration/deployBpmn.sh + # chmod +x deployBpmn.sh sh deployBpmn.sh helm-test: diff --git a/helm/bpmn upload/deployBpmn.sh b/helm/bpmn upload/deployBpmn.sh new file mode 100644 index 0000000..d68e157 --- /dev/null +++ b/helm/bpmn upload/deployBpmn.sh @@ -0,0 +1,28 @@ +#!/bin/sh +$HOST= kubectl port-forward service/ph-ee-zeebe-ops 5000:80 +HOST="$HOST/zeebe/upload" +deploy(){ + cmd="curl --insecure --location --request POST $HOST \ + --header 'Platform-TenantId: gorilla' \ + --form 'file=@\"$PWD/$1\"'" + echo $cmd + eval $cmd + #If curl response is not 200 it should fail the eval cmd + + cmd="curl --insecure --location --request POST $HOST \ + --header 'Platform-TenantId: rhino' \ + --form 'file=@\"$PWD/$1\"'" + echo $cmd + eval $cmd + #If curl response is not 200 it should fail the eval cmd +} + +LOC=https://github.com/openMF/ph-ee-env-labs/tree/master/orchestration/feel/*.bpmn +for f in $LOC; do + deploy $f +done + +LOC2=https://github.com/openMF/ph-ee-env-labs/tree/master/orchestration/feel/example/*.bpmn +for f in $LOC2; do + deploy $f +done \ No newline at end of file From 60bef2757263e8e0e1e9566f6c9c8661e5f125b2 Mon Sep 17 00:00:00 2001 From: Somanath Hugar Date: Fri, 13 Oct 2023 14:43:24 +0530 Subject: [PATCH 06/22] deploy bpmn test1 --- .circleci/config.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 28b1652..f1d225a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -122,10 +122,10 @@ jobs: name: Port Forward zeebe-gateway command: | kubectl port-forward service/ph-ee-zeebe-ops 5000:80 & - - run: - name: Wait for Port Forward - command: | - until nc -z localhost 5000; do sleep 1; done + # - run: + # name: Wait for Port Forward + # command: | + # until nc -z localhost 5000; do sleep 1; done - run: name: download and execute the bpmn upload command: | From eea4894e61227babb80ebe0782fd402ba7db3853 Mon Sep 17 00:00:00 2001 From: Somanath Hugar Date: Fri, 13 Oct 2023 14:47:32 +0530 Subject: [PATCH 07/22] deploy bpmn test1 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index f1d225a..b98f9a5 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -130,7 +130,7 @@ jobs: name: download and execute the bpmn upload command: | # curl -o deployBpmn.sh https://raw.githubusercontent.com/openMF/ph-ee-env-labs/master/orchestration/deployBpmn.sh - # chmod +x deployBpmn.sh + chmod +x deployBpmn.sh sh deployBpmn.sh helm-test: From 92fb58544919f0d151714644fcab1ad71e1c8742 Mon Sep 17 00:00:00 2001 From: Somanath Hugar Date: Fri, 13 Oct 2023 15:09:02 +0530 Subject: [PATCH 08/22] test 1.10.1 --- helm/govstack-chart/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helm/govstack-chart/Chart.yaml b/helm/govstack-chart/Chart.yaml index 3df6c9c..710e90e 100644 --- a/helm/govstack-chart/Chart.yaml +++ b/helm/govstack-chart/Chart.yaml @@ -8,5 +8,5 @@ appVersion: 1.1.0 dependencies: - name: ph-ee-g2psandbox - repository: https://fynarfin.io/images/ph-ee-g2psandbox-1.2.0/ - version: 1.2.0 + repository: https://fynarfin.io/images/ph-ee-g2psandbox-1.2.1/ + version: 1.2.1 From bb67b5e191c0baa82f7eb3ce26b21f07016d9a56 Mon Sep 17 00:00:00 2001 From: Somanath Hugar Date: Tue, 17 Oct 2023 17:18:37 +0530 Subject: [PATCH 09/22] update bpmn upload --- .circleci/config.yml | 1 + helm/{bpmn upload => bpmn-upload}/deployBpmn.sh | 0 2 files changed, 1 insertion(+) rename helm/{bpmn upload => bpmn-upload}/deployBpmn.sh (100%) diff --git a/.circleci/config.yml b/.circleci/config.yml index b98f9a5..e0d89fd 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -130,6 +130,7 @@ jobs: name: download and execute the bpmn upload command: | # curl -o deployBpmn.sh https://raw.githubusercontent.com/openMF/ph-ee-env-labs/master/orchestration/deployBpmn.sh + cd helm/bpmn-upload chmod +x deployBpmn.sh sh deployBpmn.sh diff --git a/helm/bpmn upload/deployBpmn.sh b/helm/bpmn-upload/deployBpmn.sh similarity index 100% rename from helm/bpmn upload/deployBpmn.sh rename to helm/bpmn-upload/deployBpmn.sh From 7f60462d1d254e26be06a91d67dd8066ccf8d4ba Mon Sep 17 00:00:00 2001 From: Somanath Hugar Date: Mon, 30 Oct 2023 12:38:41 +0530 Subject: [PATCH 10/22] test with aws configure using sts assume role --- .circleci/config.yml | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e0d89fd..86a3b10 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -14,17 +14,23 @@ jobs: - image: cimg/python:3.10 steps: - checkout - - aws-cli/setup: - role_arn: "${AWS_CIRCLECI_ROLE_ARN}" - region: AWS_REGION - profile_name: "playground" - role_session_name: deploy-test - session_duration: '1800' + # - aws-cli/setup: + # role_arn: "${AWS_CIRCLECI_ROLE_ARN}" + # region: AWS_REGION + # profile_name: "playground" + # role_session_name: deploy-test + # session_duration: '1800' - helm/install-helm-client: version: "v3.8.2" - run: name: Update kubeconfig command: | + aws sts assume-role --role-arn $AWS_CIRCLECI_ROLE_ARN --role-session-name deploy --profile my-assumed-role + + aws configure set aws_access_key_id YOUR_ACCESS_KEY + aws configure set aws_secret_access_key YOUR_SECRET_KEY + aws configure set region us-west-2 + aws eks update-kubeconfig --name ${EKS_CLUSTER} # Deploy Helm chart to EKS From 56a2c416ceea0b095506ec631fbd456d4206920a Mon Sep 17 00:00:00 2001 From: Somanath Hugar Date: Mon, 30 Oct 2023 12:40:30 +0530 Subject: [PATCH 11/22] test with aws configure using sts assume role --- .circleci/config.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 86a3b10..6301c21 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -20,17 +20,16 @@ jobs: # profile_name: "playground" # role_session_name: deploy-test # session_duration: '1800' + - aws-cli/setup: + aws sts assume-role --role-arn $AWS_CIRCLECI_ROLE_ARN --role-session-name deploy --profile my-assumed-role + aws configure set aws_access_key_id YOUR_ACCESS_KEY + aws configure set aws_secret_access_key YOUR_SECRET_KEY + aws configure set region us-west-2 - helm/install-helm-client: version: "v3.8.2" - run: name: Update kubeconfig command: | - aws sts assume-role --role-arn $AWS_CIRCLECI_ROLE_ARN --role-session-name deploy --profile my-assumed-role - - aws configure set aws_access_key_id YOUR_ACCESS_KEY - aws configure set aws_secret_access_key YOUR_SECRET_KEY - aws configure set region us-west-2 - aws eks update-kubeconfig --name ${EKS_CLUSTER} # Deploy Helm chart to EKS From d4524e4ccfa1da1bfe94afb52b55e87c6664fb74 Mon Sep 17 00:00:00 2001 From: Somanath Hugar Date: Mon, 30 Oct 2023 12:41:53 +0530 Subject: [PATCH 12/22] test with aws configure using sts assume role --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 6301c21..bec9b40 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -22,9 +22,9 @@ jobs: # session_duration: '1800' - aws-cli/setup: aws sts assume-role --role-arn $AWS_CIRCLECI_ROLE_ARN --role-session-name deploy --profile my-assumed-role - aws configure set aws_access_key_id YOUR_ACCESS_KEY - aws configure set aws_secret_access_key YOUR_SECRET_KEY - aws configure set region us-west-2 + # aws configure set aws_access_key_id YOUR_ACCESS_KEY + # aws configure set aws_secret_access_key YOUR_SECRET_KEY + # aws configure set region us-west-2 - helm/install-helm-client: version: "v3.8.2" - run: From 70034f3732dbb8a6b1fe8c8ca8d51a7646ada74e Mon Sep 17 00:00:00 2001 From: Somanath Hugar Date: Mon, 30 Oct 2023 12:42:41 +0530 Subject: [PATCH 13/22] test with orbs --- .circleci/config.yml | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index bec9b40..e0d89fd 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -14,17 +14,12 @@ jobs: - image: cimg/python:3.10 steps: - checkout - # - aws-cli/setup: - # role_arn: "${AWS_CIRCLECI_ROLE_ARN}" - # region: AWS_REGION - # profile_name: "playground" - # role_session_name: deploy-test - # session_duration: '1800' - aws-cli/setup: - aws sts assume-role --role-arn $AWS_CIRCLECI_ROLE_ARN --role-session-name deploy --profile my-assumed-role - # aws configure set aws_access_key_id YOUR_ACCESS_KEY - # aws configure set aws_secret_access_key YOUR_SECRET_KEY - # aws configure set region us-west-2 + role_arn: "${AWS_CIRCLECI_ROLE_ARN}" + region: AWS_REGION + profile_name: "playground" + role_session_name: deploy-test + session_duration: '1800' - helm/install-helm-client: version: "v3.8.2" - run: From 1adb18612857b54ab62045359fed66c02576a19e Mon Sep 17 00:00:00 2001 From: Somanath Hugar Date: Mon, 13 Nov 2023 11:22:53 +0530 Subject: [PATCH 14/22] test g2psandbox v1.3.0 release --- helm/govstack-chart/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helm/govstack-chart/Chart.yaml b/helm/govstack-chart/Chart.yaml index 710e90e..4306065 100644 --- a/helm/govstack-chart/Chart.yaml +++ b/helm/govstack-chart/Chart.yaml @@ -8,5 +8,5 @@ appVersion: 1.1.0 dependencies: - name: ph-ee-g2psandbox - repository: https://fynarfin.io/images/ph-ee-g2psandbox-1.2.1/ - version: 1.2.1 + repository: https://fynarfin.io/images/ph-ee-g2psandbox-1.3.0/ + version: 1.3.0 From feabd1163c9a1df7c6f3fae97b191f57860061e8 Mon Sep 17 00:00:00 2001 From: Somanath Hugar Date: Tue, 14 Nov 2023 12:19:46 +0530 Subject: [PATCH 15/22] test g2psandbox v1.3.0 release --- helm/govstack-chart/values.yaml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/helm/govstack-chart/values.yaml b/helm/govstack-chart/values.yaml index 9113cbc..43e7887 100644 --- a/helm/govstack-chart/values.yaml +++ b/helm/govstack-chart/values.yaml @@ -162,8 +162,7 @@ ph-ee-g2psandbox: command: ./gradlew test -Dcucumber.filter.tags="@gov" account_mapper: - account_mapper: - enabled: true - LOGGING_LEVEL_ROOT: INFO - ingress: - enabled: false + enabled: true + LOGGING_LEVEL_ROOT: INFO + ingress: + enabled: false From 2a485e8ee067dac9292ec5b7eb89687c2e80c175 Mon Sep 17 00:00:00 2001 From: Somanath Hugar Date: Tue, 14 Nov 2023 14:09:39 +0530 Subject: [PATCH 16/22] test with new release --- helm/govstack-chart/values.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/helm/govstack-chart/values.yaml b/helm/govstack-chart/values.yaml index 43e7887..d61028c 100644 --- a/helm/govstack-chart/values.yaml +++ b/helm/govstack-chart/values.yaml @@ -23,7 +23,7 @@ ph-ee-g2psandbox: ph_ee_connector_ams_mifos: enabled: true - image: docker.io/openmf/ph-ee-connector-ams-mifos:v1.4.0 + image: docker.io/openmf/ph-ee-connector-ams-mifos:v1.3.0 ingress: enabled: false @@ -37,7 +37,7 @@ ph-ee-g2psandbox: channel: enabled: true - image: docker.io/openmf/ph-ee-connector-channel:v1.8.0 + image: docker.io/openmf/ph-ee-connector-channel:v1.9.0 operations: url: "http://ph-ee-operations-app:80/api/v1" server: @@ -49,20 +49,20 @@ ph-ee-g2psandbox: operations_app: enabled: true - image: docker.io/openmf/ph-ee-operations-app:v1.7.0 + image: docker.io/openmf/ph-ee-operations-app:v1.10.0 tenants: "rhino,gorilla" ingress: enabled: false operations_web: enabled: true - image: docker.io/openmf/ph-ee-operations-web:v1.4.0 + image: docker.io/openmf/ph-ee-operations-web:v1.10.0 ingress: enabled: false ph_ee_connector_gsma: enabled: true - image: docker.io/openmf/ph-ee-connector-gsma:v1.1.0 + image: docker.io/openmf/ph-ee-connector-gsma:v1.2.0 ingress: enabled: false @@ -87,7 +87,7 @@ ph-ee-g2psandbox: connector_bulk: enabled: true - image: docker.io/openmf/ph-ee-bulk-processor:v1.8.1 + image: docker.io/openmf/ph-ee-bulk-processor:v1.9.0 LOGGING_LEVEL_ROOT: "DEBUG" tenants: "rhino,gorilla" aws: @@ -124,11 +124,11 @@ ph-ee-g2psandbox: importer_rdbms: enabled: true - image: docker.io/openmf/ph-ee-importer-rdbms:v1.6.0 + image: docker.io/openmf/ph-ee-importer-rdbms:v1.7.0 mockpayment: enabled: true - image: docker.io/openmf/ph-ee-connector-mock-payment-schema:v1.3.0 + image: docker.io/openmf/ph-ee-connector-mock-payment-schema:v1.4.0 limits: memory: "1024M" cpu: "500m" @@ -157,7 +157,7 @@ ph-ee-g2psandbox: integration_test: enabled: true replicas: 1 - image: docker.io/openmf/ph-ee-integration-test:v1.3.0-rc.1 + image: docker.io/openmf/ph-ee-integration-test:v1.4.0-rc.1 gradle: command: ./gradlew test -Dcucumber.filter.tags="@gov" From 86828a45df834cff5b904e621e4911ba58ab7ef1 Mon Sep 17 00:00:00 2001 From: Somanath Hugar Date: Mon, 11 Dec 2023 15:53:25 +0530 Subject: [PATCH 17/22] deploy and test v1.11.1 Hotfix --- helm/bpmn-upload/deployBpmn.sh | 2 +- helm/govstack-chart/values.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/helm/bpmn-upload/deployBpmn.sh b/helm/bpmn-upload/deployBpmn.sh index d68e157..52589f4 100644 --- a/helm/bpmn-upload/deployBpmn.sh +++ b/helm/bpmn-upload/deployBpmn.sh @@ -1,5 +1,5 @@ #!/bin/sh -$HOST= kubectl port-forward service/ph-ee-zeebe-ops 5000:80 +$HOST= "kubectl port-forward service/ph-ee-zeebe-ops 5000:80 -n paymenthub" HOST="$HOST/zeebe/upload" deploy(){ cmd="curl --insecure --location --request POST $HOST \ diff --git a/helm/govstack-chart/values.yaml b/helm/govstack-chart/values.yaml index d61028c..d3c96cb 100644 --- a/helm/govstack-chart/values.yaml +++ b/helm/govstack-chart/values.yaml @@ -23,7 +23,7 @@ ph-ee-g2psandbox: ph_ee_connector_ams_mifos: enabled: true - image: docker.io/openmf/ph-ee-connector-ams-mifos:v1.3.0 + image: docker.io/openmf/ph-ee-connector-ams-mifos:v1.5.0 ingress: enabled: false @@ -87,7 +87,7 @@ ph-ee-g2psandbox: connector_bulk: enabled: true - image: docker.io/openmf/ph-ee-bulk-processor:v1.9.0 + image: docker.io/openmf/ph-ee-bulk-processor:v1.10.0 LOGGING_LEVEL_ROOT: "DEBUG" tenants: "rhino,gorilla" aws: @@ -103,7 +103,7 @@ ph-ee-g2psandbox: zeebe_ops: enabled: true - image: docker.io/openmf/ph-ee-zeebe-ops:v1.2.0 + image: docker.io/openmf/ph-ee-zeebe-ops:v1.3.0 tenants: "rhino,gorilla" ingress: enabled: false From 8fa31555bf64600f239b6659511540b620c9bbfd Mon Sep 17 00:00:00 2001 From: Somanath Hugar Date: Mon, 25 Mar 2024 19:29:39 +0530 Subject: [PATCH 18/22] test new release --- helm/govstack-chart/Chart.yaml | 4 ++-- helm/govstack-chart/values.yaml | 27 ++++++++++++++------------- 2 files changed, 16 insertions(+), 15 deletions(-) diff --git a/helm/govstack-chart/Chart.yaml b/helm/govstack-chart/Chart.yaml index 4306065..1d27c21 100644 --- a/helm/govstack-chart/Chart.yaml +++ b/helm/govstack-chart/Chart.yaml @@ -8,5 +8,5 @@ appVersion: 1.1.0 dependencies: - name: ph-ee-g2psandbox - repository: https://fynarfin.io/images/ph-ee-g2psandbox-1.3.0/ - version: 1.3.0 + repository: https://fynarfin.io/images/ph-ee-g2psandbox-1.5.0/ + version: 1.5.0 diff --git a/helm/govstack-chart/values.yaml b/helm/govstack-chart/values.yaml index d3c96cb..798c83e 100644 --- a/helm/govstack-chart/values.yaml +++ b/helm/govstack-chart/values.yaml @@ -23,13 +23,13 @@ ph-ee-g2psandbox: ph_ee_connector_ams_mifos: enabled: true - image: docker.io/openmf/ph-ee-connector-ams-mifos:v1.5.0 + image: docker.io/openmf/ph-ee-connector-ams-mifos:v1.7.0 ingress: enabled: false ph_ee_connector_mojaloop: enabled: true - image: docker.io/openmf/ph-ee-connector-mojaloop:v1.3.0 + image: docker.io/openmf/ph-ee-connector-mojaloop:v1.5.0 ingress: enabled: false @@ -37,7 +37,7 @@ ph-ee-g2psandbox: channel: enabled: true - image: docker.io/openmf/ph-ee-connector-channel:v1.9.0 + image: docker.io/openmf/ph-ee-connector-channel:v1.11.0 operations: url: "http://ph-ee-operations-app:80/api/v1" server: @@ -49,20 +49,20 @@ ph-ee-g2psandbox: operations_app: enabled: true - image: docker.io/openmf/ph-ee-operations-app:v1.10.0 + image: docker.io/openmf/ph-ee-operations-app:v1.17.1 tenants: "rhino,gorilla" ingress: enabled: false operations_web: enabled: true - image: docker.io/openmf/ph-ee-operations-web:v1.10.0 + image: docker.io/openmf/ph-ee-operations-web:v1.20.0 ingress: enabled: false ph_ee_connector_gsma: enabled: true - image: docker.io/openmf/ph-ee-connector-gsma:v1.2.0 + image: docker.io/openmf/ph-ee-connector-gsma:v1.3.0 ingress: enabled: false @@ -80,14 +80,14 @@ ph-ee-g2psandbox: notifications: enabled: true - image: docker.io/openmf/ph-ee-notifications:v1.3.0 + image: docker.io/openmf/ph-ee-notifications:v1.4.0 NOTIFICATION_FAILURE_ENABLED: "false" ingress: enabled: false connector_bulk: enabled: true - image: docker.io/openmf/ph-ee-bulk-processor:v1.10.0 + image: docker.io/openmf/ph-ee-bulk-processor:v1.12.0 LOGGING_LEVEL_ROOT: "DEBUG" tenants: "rhino,gorilla" aws: @@ -103,7 +103,7 @@ ph-ee-g2psandbox: zeebe_ops: enabled: true - image: docker.io/openmf/ph-ee-zeebe-ops:v1.3.0 + image: docker.io/openmf/ph-ee-zeebe-ops:v1.4.0 tenants: "rhino,gorilla" ingress: enabled: false @@ -120,15 +120,15 @@ ph-ee-g2psandbox: importer_es: enabled: true - image: docker.io/openmf/ph-ee-importer-es:v1.6.0 + image: docker.io/openmf/ph-ee-importer-es:v1.14.0 importer_rdbms: enabled: true - image: docker.io/openmf/ph-ee-importer-rdbms:v1.7.0 + image: docker.io/openmf/ph-ee-importer-rdbms:v1.13.1 mockpayment: enabled: true - image: docker.io/openmf/ph-ee-connector-mock-payment-schema:v1.4.0 + image: docker.io/openmf/ph-ee-connector-mock-payment-schema:v1.6.0 limits: memory: "1024M" cpu: "500m" @@ -157,11 +157,12 @@ ph-ee-g2psandbox: integration_test: enabled: true replicas: 1 - image: docker.io/openmf/ph-ee-integration-test:v1.4.0-rc.1 + image: docker.io/openmf/ph-ee-integration-test:v1.6.2 gradle: command: ./gradlew test -Dcucumber.filter.tags="@gov" account_mapper: + image: v1.6.0 enabled: true LOGGING_LEVEL_ROOT: INFO ingress: From cd6a197b4019b25f3c7ce954cd564b7f106acfca Mon Sep 17 00:00:00 2001 From: Somanath Hugar Date: Tue, 26 Mar 2024 13:48:51 +0530 Subject: [PATCH 19/22] helm test new release --- .circleci/config.yml | 118 ++++++++++++++++++++++++-------- helm/govstack-chart/values.yaml | 2 +- 2 files changed, 91 insertions(+), 29 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e0d89fd..6517228 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -118,10 +118,6 @@ jobs: command: | aws eks update-kubeconfig --name ${EKS_CLUSTER} - kubernetes/install-kubectl - - run: - name: Port Forward zeebe-gateway - command: | - kubectl port-forward service/ph-ee-zeebe-ops 5000:80 & # - run: # name: Wait for Port Forward # command: | @@ -129,10 +125,31 @@ jobs: - run: name: download and execute the bpmn upload command: | - # curl -o deployBpmn.sh https://raw.githubusercontent.com/openMF/ph-ee-env-labs/master/orchestration/deployBpmn.sh - cd helm/bpmn-upload - chmod +x deployBpmn.sh - sh deployBpmn.sh + #insatll netcat + apt install -y netcat + sleep 10 + check_count=0 + until ((check_count==20)) || nc -vz ph-ee-zeebe-ops 80; do + echo "Waiting for zeebe-ops service"; + sleep 5; + check_count=$(($check_count + 1)); + done; + echo ------zeebe-ops service available----------- + sleep 10 + #Deploy BPMN + kubectl port-forward service/ph-ee-zeebe-ops 5000:80 -n $NAMESPACE & + echo "sleeping to get portforwading ready" + git clone https://github.com/openMF/ph-ee-env-labs.git + cd ph-ee-env-labs/orchestration/ + sed -i "/HOST=/c\HOST=http://localhost:5000/zeebe/upload" deployBpmn.sh + cat deployBpmn.sh + cd .. + timeout 180s sh orchestration/deployBpmn.sh && sleep 5 || echo 'deploy Bpmn done' + echo ---------------------------successful-------------------------- + # # curl -o deployBpmn.sh https://raw.githubusercontent.com/openMF/ph-ee-env-labs/master/orchestration/deployBpmn.sh + # cd helm/bpmn-upload + # chmod +x deployBpmn.sh + # sh deployBpmn.sh helm-test: docker: @@ -155,43 +172,88 @@ jobs: - run: name: Run Helm Tests command: | - helm test g2p-sandbox --namespace paymenthub || echo test + helm test g2p-sandbox --filter name=g2p-sandbox-test-gov --namespace paymenthub || echo test + - run: name: Fetch Integration Test Report command: | #!/bin/bash mkdir -p integration_report/test-report - kubectl cp paymenthub/`kubectl get pods -n paymenthub | grep g2p-sandbox-test-connection |cut -d " " -f1`:/ph-ee-connector-integration-test/build integration_report/test-report - # Specify the path to the downloaded file + echo "Fetch Integration Test Report for GOV" + kubectl cp paymenthub/`kubectl get pods -n paymenthub | grep g2p-sandbox-test-gov |cut -d " " -f1`:/ph-ee-connector-integration-test/build integration_report/test-report + # Specify the path to the downloaded file downloaded_file="integration_report/test-report/cucumber.xml" - # Loop until the file is not empty while [ ! -s $downloaded_file ]; do echo "File is empty, waiting..." sleep 60 # You can adjust the sleep interval as needed - kubectl cp paymenthub/`kubectl get pods -n paymenthub | grep g2p-sandbox-test-connection |cut -d " " -f1`:/ph-ee-connector-integration-test/build/ integration_report/test-report - downloaded_file="integration_report/test-report/cucumber.xml " + kubectl cp paymenthub/`kubectl get pods -n paymenthub | grep g2p-sandbox-test-gov |cut -d " " -f1`:/ph-ee-connector-integration-test/build/ integration_report/test-report + downloaded_file="integration_report/test-report/cucumber.xml" done echo "File is no longer empty, processing..." - # kubectl cp paymenthub/`kubectl get pods -n paymenthub | grep g2p-sandbox-test-connection |cut -d " " -f1`:/ph-ee-connector-integration-test/build integration_report/test-report - # - run: - # name: Fetch Integration Test Report - # command: | - # kubectl cp -n $KUBE_NAMESPACE : ./integration_report # Replace and - # - run: - # name: List Contents of Integration Report Directory - # command: | - # ls -l /tmp/integration_report + mv integration_report/test-report/cucumber.xml integration_report/test-report/cucumber_gov.xml + mv integration_report/test-report/reports/tests/test integration_report/test-report/reports/tests/test_gov + + mkdir -p integration_report_final + cp integration_report/test-report/cucumber_gov.xml integration_report_final/ || echo "" + cp integration_report/test-report/cucumber_ams.xml integration_report_final/ || echo "" + + ls integration_report/test-report/ + # kubectl cp paymenthub/`kubectl get pods -n paymenthub | grep g2p-sandbox-test-gov |cut -d " " -f1`:/ph-ee-connector-integration-test/build integration_report/test-report + for i in $(kubectl get pods -n paymenthub |cut -d " " -f1|tail -n +2); do + echo "--------------------------------------------------------------------Logs of $i Start---------------------------------------------------------------------------" >> all_pod_logs.log + kubectl logs -n paymenthub $i --all-containers=true >> all_pod_logs.log + echo "---------------------------------------------------------------------Logs of $i End----------------------------------------------------------------------------" >> all_pod_logs.log + echo " " >> all_pod_logs.log + echo " " >> all_pod_logs.log + done + mv all_pod_logs.log integration_report/test-report/reports/tests/ + - store_test_results: - path: integration_report/test-report/cucumber.xml + path: integration_report_final/ - store_artifacts: - path: integration_report/test-report/reports/tests/test - # path: integration_report/test-report/reports/tests/test + path: integration_report/test-report/reports/tests + # - run: + # name: Run Helm Tests + # command: | + # helm test g2p-sandbox --namespace paymenthub || echo test + # - run: + # name: Fetch Integration Test Report + # command: | + # #!/bin/bash + # mkdir -p integration_report/test-report + # kubectl cp paymenthub/`kubectl get pods -n paymenthub | grep g2p-sandbox-test-connection |cut -d " " -f1`:/ph-ee-connector-integration-test/build integration_report/test-report + + # # Specify the path to the downloaded file + # downloaded_file="integration_report/test-report/cucumber.xml" + + # # Loop until the file is not empty + # while [ ! -s $downloaded_file ]; do + # echo "File is empty, waiting..." + # sleep 60 # You can adjust the sleep interval as needed + # kubectl cp paymenthub/`kubectl get pods -n paymenthub | grep g2p-sandbox-test-connection |cut -d " " -f1`:/ph-ee-connector-integration-test/build/ integration_report/test-report + # downloaded_file="integration_report/test-report/cucumber.xml " + # done + # echo "File is no longer empty, processing..." + # # kubectl cp paymenthub/`kubectl get pods -n paymenthub | grep g2p-sandbox-test-connection |cut -d " " -f1`:/ph-ee-connector-integration-test/build integration_report/test-report + # # - run: + # # name: Fetch Integration Test Report + # # command: | + # # kubectl cp -n $KUBE_NAMESPACE : ./integration_report # Replace and + # # - run: + # # name: List Contents of Integration Report Directory + # # command: | + # # ls -l /tmp/integration_report # - store_test_results: - # path: integration_reports/test-report/cucumber.xml + # path: integration_report/test-report/cucumber.xml # - store_artifacts: - # path: ph-ee-integration-test/build/reports/tests/test + # path: integration_report/test-report/reports/tests/test + # # path: integration_report/test-report/reports/tests/test + # # - store_test_results: + # # path: integration_reports/test-report/cucumber.xml + # # - store_artifacts: + # # path: ph-ee-integration-test/build/reports/tests/test workflows: deploy: diff --git a/helm/govstack-chart/values.yaml b/helm/govstack-chart/values.yaml index 798c83e..7e28193 100644 --- a/helm/govstack-chart/values.yaml +++ b/helm/govstack-chart/values.yaml @@ -162,7 +162,7 @@ ph-ee-g2psandbox: command: ./gradlew test -Dcucumber.filter.tags="@gov" account_mapper: - image: v1.6.0 + image: openmf/ph-ee-identity-account-mapper:v1.6.0 enabled: true LOGGING_LEVEL_ROOT: INFO ingress: From 867286bb779db46206bebfa6c96c2d1d53ba7cbd Mon Sep 17 00:00:00 2001 From: Somanath Hugar Date: Tue, 26 Mar 2024 17:10:35 +0530 Subject: [PATCH 20/22] helm test new release bpmn check --- .circleci/config.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 6517228..2d9461b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -126,7 +126,8 @@ jobs: name: download and execute the bpmn upload command: | #insatll netcat - apt install -y netcat + echo install netcat + sudo apt install -y netcat sleep 10 check_count=0 until ((check_count==20)) || nc -vz ph-ee-zeebe-ops 80; do @@ -144,6 +145,7 @@ jobs: sed -i "/HOST=/c\HOST=http://localhost:5000/zeebe/upload" deployBpmn.sh cat deployBpmn.sh cd .. + chmod +x deployBpmn.sh timeout 180s sh orchestration/deployBpmn.sh && sleep 5 || echo 'deploy Bpmn done' echo ---------------------------successful-------------------------- # # curl -o deployBpmn.sh https://raw.githubusercontent.com/openMF/ph-ee-env-labs/master/orchestration/deployBpmn.sh From d88e8ddace9cd4cbf39c985ca5a11c9850b30309 Mon Sep 17 00:00:00 2001 From: Somanath Hugar Date: Tue, 26 Mar 2024 17:22:34 +0530 Subject: [PATCH 21/22] disable secret and bpmn in config --- .circleci/config.yml | 210 +++++++++++++++++++++---------------------- 1 file changed, 105 insertions(+), 105 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 2d9461b..de69a6a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -61,97 +61,97 @@ jobs: wait: true timeout: "300s" - create-secret: - docker: - - image: cimg/base:2022.06 - steps: - - checkout - # - setup_remote_docker: - # version: 20.10.14 - - aws-cli/setup: - role_arn: "${AWS_CIRCLECI_ROLE_ARN}" - region: AWS_REGION - profile_name: "playground" - role_session_name: deploy-test - session_duration: '1800' - - run: - name: Update kubeconfig - command: | - aws eks update-kubeconfig --name ${EKS_CLUSTER} - - kubernetes/install-kubectl - # - aws-eks/update-kubeconfig-with-authenticator: - # cluster-name: "GStack-sb-eks-plg" - # aws-region: "$REGION" - - run: | - cd helm/kibana-secret/ - make secrets || echo "kibana" already exists - - run: | - cd helm/es-secret/ - make secrets || echo "elastic-certificates" already exists - - run: | - export ENV_NAMESPACE=paymenthub - kubectl delete secret bulk-processor-secret -n $ENV_NAMESPACE || echo "delete the secret if exist" - kubectl create secret generic bulk-processor-secret \ - --from-literal=aws-access-key="$S3_ACCESS_KEY_ID" \ - --from-literal=aws-secret-key="$S3_SECRET_ACCESS_KEY" -n $ENV_NAMESPACE + # create-secret: + # docker: + # - image: cimg/base:2022.06 + # steps: + # - checkout + # # - setup_remote_docker: + # # version: 20.10.14 + # - aws-cli/setup: + # role_arn: "${AWS_CIRCLECI_ROLE_ARN}" + # region: AWS_REGION + # profile_name: "playground" + # role_session_name: deploy-test + # session_duration: '1800' + # - run: + # name: Update kubeconfig + # command: | + # aws eks update-kubeconfig --name ${EKS_CLUSTER} + # - kubernetes/install-kubectl + # # - aws-eks/update-kubeconfig-with-authenticator: + # # cluster-name: "GStack-sb-eks-plg" + # # aws-region: "$REGION" + # - run: | + # cd helm/kibana-secret/ + # make secrets || echo "kibana" already exists + # - run: | + # cd helm/es-secret/ + # make secrets || echo "elastic-certificates" already exists + # - run: | + # export ENV_NAMESPACE=paymenthub + # kubectl delete secret bulk-processor-secret -n $ENV_NAMESPACE || echo "delete the secret if exist" + # kubectl create secret generic bulk-processor-secret \ + # --from-literal=aws-access-key="$S3_ACCESS_KEY_ID" \ + # --from-literal=aws-secret-key="$S3_SECRET_ACCESS_KEY" -n $ENV_NAMESPACE - # - run: | - # kubectl delete secret bulk-processor-secret -n paymenthub || echo "delete the secret if exist" - # kubectl create secret generic bulk-processor-secret \ - # --from-literal=aws-access-key="$S3_ACCESS_KEY_ID" \ - # --from-literal=aws-secret-key="$S3_SECRET_ACCESS_KEY" -n paymenthub + # # - run: | + # # kubectl delete secret bulk-processor-secret -n paymenthub || echo "delete the secret if exist" + # # kubectl create secret generic bulk-processor-secret \ + # # --from-literal=aws-access-key="$S3_ACCESS_KEY_ID" \ + # # --from-literal=aws-secret-key="$S3_SECRET_ACCESS_KEY" -n paymenthub - deploying-bpmns: - docker: - - image: cimg/base:2022.06 - # - image: 'curlimages/curl:8.2.1' - steps: - - checkout - - aws-cli/setup: - role_arn: "${AWS_CIRCLECI_ROLE_ARN}" - region: AWS_REGION - profile_name: "playground" - role_session_name: deploy-test - session_duration: '1800' - - run: - name: Update kubeconfig - command: | - aws eks update-kubeconfig --name ${EKS_CLUSTER} - - kubernetes/install-kubectl - # - run: - # name: Wait for Port Forward - # command: | - # until nc -z localhost 5000; do sleep 1; done - - run: - name: download and execute the bpmn upload - command: | - #insatll netcat - echo install netcat - sudo apt install -y netcat - sleep 10 - check_count=0 - until ((check_count==20)) || nc -vz ph-ee-zeebe-ops 80; do - echo "Waiting for zeebe-ops service"; - sleep 5; - check_count=$(($check_count + 1)); - done; - echo ------zeebe-ops service available----------- - sleep 10 - #Deploy BPMN - kubectl port-forward service/ph-ee-zeebe-ops 5000:80 -n $NAMESPACE & - echo "sleeping to get portforwading ready" - git clone https://github.com/openMF/ph-ee-env-labs.git - cd ph-ee-env-labs/orchestration/ - sed -i "/HOST=/c\HOST=http://localhost:5000/zeebe/upload" deployBpmn.sh - cat deployBpmn.sh - cd .. - chmod +x deployBpmn.sh - timeout 180s sh orchestration/deployBpmn.sh && sleep 5 || echo 'deploy Bpmn done' - echo ---------------------------successful-------------------------- - # # curl -o deployBpmn.sh https://raw.githubusercontent.com/openMF/ph-ee-env-labs/master/orchestration/deployBpmn.sh - # cd helm/bpmn-upload - # chmod +x deployBpmn.sh - # sh deployBpmn.sh + # deploying-bpmns: + # docker: + # - image: cimg/base:2022.06 + # # - image: 'curlimages/curl:8.2.1' + # steps: + # - checkout + # - aws-cli/setup: + # role_arn: "${AWS_CIRCLECI_ROLE_ARN}" + # region: AWS_REGION + # profile_name: "playground" + # role_session_name: deploy-test + # session_duration: '1800' + # - run: + # name: Update kubeconfig + # command: | + # aws eks update-kubeconfig --name ${EKS_CLUSTER} + # - kubernetes/install-kubectl + # # - run: + # # name: Wait for Port Forward + # # command: | + # # until nc -z localhost 5000; do sleep 1; done + # - run: + # name: download and execute the bpmn upload + # command: | + # #insatll netcat + # echo install netcat + # sudo apt install -y netcat + # sleep 10 + # check_count=0 + # until ((check_count==20)) || nc -vz ph-ee-zeebe-ops 80; do + # echo "Waiting for zeebe-ops service"; + # sleep 5; + # check_count=$(($check_count + 1)); + # done; + # echo ------zeebe-ops service available----------- + # sleep 10 + # #Deploy BPMN + # kubectl port-forward service/ph-ee-zeebe-ops 5000:80 -n $NAMESPACE & + # echo "sleeping to get portforwading ready" + # git clone https://github.com/openMF/ph-ee-env-labs.git + # cd ph-ee-env-labs/orchestration/ + # sed -i "/HOST=/c\HOST=http://localhost:5000/zeebe/upload" deployBpmn.sh + # cat deployBpmn.sh + # chmod +x deployBpmn.sh + # cd .. + # timeout 180s sh orchestration/deployBpmn.sh && sleep 5 || echo 'deploy Bpmn done' + # echo ---------------------------successful-------------------------- + # # # curl -o deployBpmn.sh https://raw.githubusercontent.com/openMF/ph-ee-env-labs/master/orchestration/deployBpmn.sh + # # cd helm/bpmn-upload + # # chmod +x deployBpmn.sh + # # sh deployBpmn.sh helm-test: docker: @@ -283,23 +283,23 @@ workflows: context: - AWS - playground - - create-secret: - requires: - - deploy-g2psandbox-govstack-chart - - deploy-fineract-helm-chart - context: - - AWS - - playground - - deploying-bpmns: - requires: - - deploy-g2psandbox-govstack-chart - - deploy-fineract-helm-chart - context: - - AWS - - playground + # - create-secret: + # requires: + # - deploy-g2psandbox-govstack-chart + # - deploy-fineract-helm-chart + # context: + # - AWS + # - playground + # - deploying-bpmns: + # requires: + # - deploy-g2psandbox-govstack-chart + # - deploy-fineract-helm-chart + # context: + # - AWS + # - playground - helm-test: - requires: - - create-secret + # requires: + # - create-secret # - deploying-bpmns context: - AWS From 60b35dab4570f929bb3645a1b9f4e7322af1054f Mon Sep 17 00:00:00 2001 From: Somanath Hugar Date: Tue, 26 Mar 2024 17:30:08 +0530 Subject: [PATCH 22/22] disable secret and bpmn in config --- .circleci/config.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index de69a6a..5219c20 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -298,10 +298,11 @@ workflows: # - AWS # - playground - helm-test: + context: + - AWS + - playground # requires: # - create-secret # - deploying-bpmns - context: - - AWS - - playground +