summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBarbara Poon <barbara.poon@algorand.com>2022-01-10 16:53:13 -0500
committerBarbara Poon <barbara.poon@algorand.com>2022-01-10 16:53:13 -0500
commitcd69d93e08c8fbaa88a19324a0fb72ca5e062e53 (patch)
tree63371d0eb466afb820d6a9037a9541df024efb64
parent5de287c323ff90793e9fe85aec24c24811a2e5e6 (diff)
remove debugging and testing code
-rw-r--r--.circleci/config.yml198
1 files changed, 98 insertions, 100 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index ac6ab5881..0006674b4 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -58,113 +58,111 @@ workflows:
parameters:
platform: ["amd64", "arm64", "mac_amd64"]
- # - test:
- # name: << matrix.platform >>_test
- # matrix:
- # <<: *matrix-default
- # requires:
- # - << matrix.platform >>_build
- # filters: &filters-default
- # branches:
- # ignore:
- # - /rel\/.*/
- # - /hotfix\/.*/
-
- # - test_nightly:
- # name: << matrix.platform >>_test_nightly
- # matrix:
- # <<: *matrix-default
- # requires:
- # - << matrix.platform >>_build
- # filters: &filters-nightly
- # branches:
- # only:
- # - /rel\/.*/
- # - /hotfix\/.*/
- # context: slack-secrets
-
- # - integration:
- # name: << matrix.platform >>_integration
- # matrix:
- # <<: *matrix-default
- # requires:
- # - << matrix.platform >>_build
- # filters:
- # <<: *filters-default
-
- # - integration_nightly:
- # name: << matrix.platform >>_integration_nightly
- # matrix:
- # <<: *matrix-default
- # requires:
- # - << matrix.platform >>_build
- # filters:
- # <<: *filters-nightly
- # context: slack-secrets
-
- # - e2e_expect:
- # name: << matrix.platform >>_e2e_expect
- # matrix:
- # <<: *matrix-default
- # requires:
- # - << matrix.platform >>_build
- # filters:
- # <<: *filters-default
-
- # - e2e_expect_nightly:
- # name: << matrix.platform >>_e2e_expect_nightly
- # matrix:
- # <<: *matrix-default
- # requires:
- # - << matrix.platform >>_build
- # filters:
- # <<: *filters-nightly
- # context: slack-secrets
-
- # - e2e_subs:
- # name: << matrix.platform >>_e2e_subs
- # matrix:
- # <<: *matrix-default
- # requires:
- # - << matrix.platform >>_build
- # filters:
- # <<: *filters-default
-
- # - e2e_subs_nightly:
- # name: << matrix.platform >>_e2e_subs_nightly
- # matrix:
- # <<: *matrix-default
- # requires:
- # - << matrix.platform >>_build
- # filters:
- # <<: *filters-nightly
- # context: slack-secrets
-
- # - tests_verification_job:
- # name: << matrix.platform >>_<< matrix.job_type >>_verification
- # matrix:
- # parameters:
- # platform: ["amd64", "arm64", "mac_amd64"]
- # job_type: ["test", "test_nightly", "integration", "integration_nightly", "e2e_expect", "e2e_expect_nightly"]
- # requires:
- # - << matrix.platform >>_<< matrix.job_type >>
+ - test:
+ name: << matrix.platform >>_test
+ matrix:
+ <<: *matrix-default
+ requires:
+ - << matrix.platform >>_build
+ filters: &filters-default
+ branches:
+ ignore:
+ - /rel\/.*/
+ - /hotfix\/.*/
+
+ - test_nightly:
+ name: << matrix.platform >>_test_nightly
+ matrix:
+ <<: *matrix-default
+ requires:
+ - << matrix.platform >>_build
+ filters: &filters-nightly
+ branches:
+ only:
+ - /rel\/.*/
+ - /hotfix\/.*/
+ context: slack-secrets
+
+ - integration:
+ name: << matrix.platform >>_integration
+ matrix:
+ <<: *matrix-default
+ requires:
+ - << matrix.platform >>_build
+ filters:
+ <<: *filters-default
+
+ - integration_nightly:
+ name: << matrix.platform >>_integration_nightly
+ matrix:
+ <<: *matrix-default
+ requires:
+ - << matrix.platform >>_build
+ filters:
+ <<: *filters-nightly
+ context: slack-secrets
+
+ - e2e_expect:
+ name: << matrix.platform >>_e2e_expect
+ matrix:
+ <<: *matrix-default
+ requires:
+ - << matrix.platform >>_build
+ filters:
+ <<: *filters-default
+
+ - e2e_expect_nightly:
+ name: << matrix.platform >>_e2e_expect_nightly
+ matrix:
+ <<: *matrix-default
+ requires:
+ - << matrix.platform >>_build
+ filters:
+ <<: *filters-nightly
+ context: slack-secrets
+
+ - e2e_subs:
+ name: << matrix.platform >>_e2e_subs
+ matrix:
+ <<: *matrix-default
+ requires:
+ - << matrix.platform >>_build
+ filters:
+ <<: *filters-default
+
+ - e2e_subs_nightly:
+ name: << matrix.platform >>_e2e_subs_nightly
+ matrix:
+ <<: *matrix-default
+ requires:
+ - << matrix.platform >>_build
+ filters:
+ <<: *filters-nightly
+ context: slack-secrets
+
+ - tests_verification_job:
+ name: << matrix.platform >>_<< matrix.job_type >>_verification
+ matrix:
+ parameters:
+ platform: ["amd64", "arm64", "mac_amd64"]
+ job_type: ["test", "test_nightly", "integration", "integration_nightly", "e2e_expect", "e2e_expect_nightly"]
+ requires:
+ - << matrix.platform >>_<< matrix.job_type >>
- upload_binaries:
name: << matrix.platform >>_upload_binaries
matrix:
<<: *matrix-default
requires:
- - << matrix.platform >>_build
- # - << matrix.platform >>_test_nightly_verification
- # - << matrix.platform >>_integration_nightly_verification
- # - << matrix.platform >>_e2e_expect_nightly_verification
- # - << matrix.platform >>_e2e_subs_nightly
- # - codegen_verification
+ - << matrix.platform >>_test_nightly_verification
+ - << matrix.platform >>_integration_nightly_verification
+ - << matrix.platform >>_e2e_expect_nightly_verification
+ - << matrix.platform >>_e2e_subs_nightly
+ - codegen_verification
filters:
branches:
only:
- # - /rel\/.*/
- - "circleci/1809"
+ - /rel\/.*/
context:
- slack-secrets
- aws-secrets
@@ -708,5 +706,5 @@ jobs:
- prepare_go
- upload_binaries_command:
platform: << parameters.platform >>
- # - slack/notify:
- # <<: *slack-fail-event \ No newline at end of file
+ - slack/notify:
+ <<: *slack-fail-event \ No newline at end of file