Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
52 changes: 1 addition & 51 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -839,60 +839,11 @@ workflows:
requires:
- helm_push_incubator

- test_api:
context: CodacyAWS
requires:
- deploy_to_doks_release

- test_apiv3:
context: CodacyAWS
requires:
- deploy_to_doks_release

- test_check_cookies_expired_releases_k8s:
context: CodacyAWS
requires:
- deploy_to_doks_release

- test_web:
context: CodacyAWS
requires:
- test_check_cookies_expired_releases_k8s

- test_e2e:
context: CodacyAWS
requires:
- test_check_cookies_expired_releases_k8s

- manual_qa_hold:
type: approval
context: CodacyDO
requires:
- test_web
- test_e2e
- test_api
- test_apiv3
- install_k8s-1.19_helm-3.9
- install_k8s-1.20_helm-3.9
- install_k8s-1.21_helm-3.9
- install_k8s-1.22_helm-3.9
- install_k8s-1.23_helm-3.9
- install_k8s-1.24_helm-3.9
- install_k8s-1.25_helm-3.9
- install_k8s-1.26_helm-3.9
- install_k8s-1.27_helm-3.9
- install_k8s-1.28_helm-3.9
- install_k8s-1.29_helm-3.16.3
- install_k8s-1.30_helm-3.16.3
- install_k8s-1.32_helm-3.19.0
- manual_solutions_eng_hold:
type: approval
context: CodacyDO
requires:
- test_web
- test_e2e
- test_api
- test_apiv3
- deploy_to_doks_release
- install_k8s-1.19_helm-3.9
- install_k8s-1.20_helm-3.9
- install_k8s-1.21_helm-3.9
Expand All @@ -909,7 +860,6 @@ workflows:
- set_chart_version_release:
context: CodacyDO
requires:
- manual_qa_hold
- manual_solutions_eng_hold
- codacy/tag_version:
name: tag_version
Expand Down