summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavel Zbitskiy <pavel@algorand.com>2023-12-06 12:06:06 -0500
committerPavel Zbitskiy <pavel@algorand.com>2023-12-06 12:06:06 -0500
commit06f6e3e62383baed91cc415b418c23d1e8b0b7f9 (patch)
treebb3aee263585eb018c1cf05f0a386a13633183a0
parent2f4961573926557c8b103d310c27587475e5993e (diff)
scope builds to mac_arm64 for repropavel/catchup-test-mem-debug
-rw-r--r--.circleci/config.yml76
1 files changed, 1 insertions, 75 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index b9ac9f3fa..c64fe226a 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -86,7 +86,7 @@ workflows:
name: << matrix.platform >>_build_nightly
matrix: &matrix-nightly
parameters:
- platform: ["amd64", "arm64", "mac_amd64", "mac_arm64"]
+ platform: ["mac_arm64"]
filters: &filters-nightly
branches:
only:
@@ -113,51 +113,6 @@ workflows:
context: slack-secrets
<<: *slack-fail-post-step
- - e2e_expect_nightly:
- name: << matrix.platform >>_e2e_expect_nightly
- matrix:
- <<: *matrix-nightly
- requires:
- - << matrix.platform >>_build_nightly
- context: slack-secrets
- <<: *slack-fail-post-step
-
- - e2e_subs_nightly:
- name: << matrix.platform >>_e2e_subs_nightly
- matrix:
- <<: *matrix-nightly
- requires:
- - << matrix.platform >>_build_nightly
- context:
- - slack-secrets
- - aws-secrets
- <<: *slack-fail-post-step
-
- - tests_verification_job_nightly:
- name: << matrix.platform >>_<< matrix.job_type >>_verification
- matrix:
- parameters:
- platform: ["amd64", "arm64", "mac_amd64", "mac_arm64"]
- job_type: ["test_nightly", "integration_nightly", "e2e_expect_nightly"]
- requires:
- - << matrix.platform >>_<< matrix.job_type >>
- context: slack-secrets
- <<: *slack-fail-post-step
-
- - upload_binaries:
- name: << matrix.platform >>_upload_binaries
- matrix:
- <<: *matrix-nightly
- requires:
- - << matrix.platform >>_test_nightly_verification
- - << matrix.platform >>_integration_nightly_verification
- - << matrix.platform >>_e2e_expect_nightly_verification
- - << matrix.platform >>_e2e_subs_nightly
- context:
- - slack-secrets
- - aws-secrets
- <<: *slack-fail-post-step
-
"circleci_build_and_test":
jobs:
- test:
@@ -182,35 +137,6 @@ workflows:
context: slack-secrets
<<: *slack-fail-post-step
- - e2e_expect:
- name: << matrix.platform >>_e2e_expect
- matrix:
- <<: *matrix-default
- filters:
- <<: *filters-default
- context: slack-secrets
- <<: *slack-fail-post-step
-
- - e2e_subs:
- name: << matrix.platform >>_e2e_subs
- matrix:
- <<: *matrix-default
- filters:
- <<: *filters-default
- context: slack-secrets
- <<: *slack-fail-post-step
-
- - tests_verification_job:
- name: << matrix.platform >>_<< matrix.job_type >>_verification
- matrix:
- parameters:
- platform: ["amd64"]
- job_type: ["test", "integration", "e2e_expect"]
- requires:
- - << matrix.platform >>_<< matrix.job_type >>
- context: slack-secrets
- <<: *slack-fail-post-step
-
# ===== Job Definitions =====
jobs:
build_nightly: