Skip to content

Commit

Permalink
feat: added new test pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
vijayg10 committed Jun 27, 2023
1 parent 141b5a7 commit 33d4599
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 5 deletions.
30 changes: 29 additions & 1 deletion gitlab_templates/gitlab_ci_templates/.gitlab-tests-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -407,4 +407,32 @@ variables:
when: always
paths:
- ${CI_PROJECT_DIR}/ml-ttk-test-setup-sdk-bulk.html
- ${CI_PROJECT_DIR}/ml-ttk-test-val-sdk-bulk.html
- ${CI_PROJECT_DIR}/ml-ttk-test-val-sdk-bulk.html

11. ML - SDK Request To Pay Tests:
stage: "Run Tests"
script:
- testJobName=ml-ttk-test-val-sdk-r2p
- *helm-test-snippets-execute-helm-test
- *helm-test-snippets-console-out
- *helm-test-snippets-download-report
- *helm-test-snippets-exit-with-code
when: manual
artifacts:
when: always
paths:
- ${CI_PROJECT_DIR}/ml-ttk-test-val-sdk-r2p.html

12. ML - Post Cleanup Tests:
stage: "Run Tests"
script:
- testJobName=ml-ttk-test-cleanup
- *helm-test-snippets-execute-helm-test
- *helm-test-snippets-console-out
- *helm-test-snippets-download-report
- *helm-test-snippets-exit-with-code
when: manual
artifacts:
when: always
paths:
- ${CI_PROJECT_DIR}/ml-ttk-test-cleanup.html
8 changes: 4 additions & 4 deletions gitlab_templates/switch-iac/.gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
include:
- remote: 'https://raw.githubusercontent.com/mojaloop/iac-aws-platform/v4.0.5/gitlab_templates/gitlab_ci_templates/.gitlab-main-ci.yml'
- remote: 'https://raw.githubusercontent.com/mojaloop/iac-aws-platform/v4.0.5/gitlab_templates/gitlab_ci_templates/.gitlab-ops-ci.yml'
- remote: 'https://raw.githubusercontent.com/mojaloop/iac-aws-platform/v4.0.5/gitlab_templates/gitlab_ci_templates/.gitlab-tests-ci.yml'
- remote: 'https://raw.githubusercontent.com/mojaloop/iac-aws-platform/v4.1.0/gitlab_templates/gitlab_ci_templates/.gitlab-main-ci.yml'
- remote: 'https://raw.githubusercontent.com/mojaloop/iac-aws-platform/v4.1.0/gitlab_templates/gitlab_ci_templates/.gitlab-ops-ci.yml'
- remote: 'https://raw.githubusercontent.com/mojaloop/iac-aws-platform/v4.1.0/gitlab_templates/gitlab_ci_templates/.gitlab-tests-ci.yml'


variables:
GIT_SSL_NO_VERIFY: "true"
PLATFORM_IAC_IMAGE_VERSION: "4.0.5"
PLATFORM_IAC_IMAGE_VERSION: "4.1.0"
K3S_IAC_IMAGE_VERSION: "0.19.0"

0 comments on commit 33d4599

Please sign in to comment.