From cbbd682d00c3f6de468ff0825bd5497f33f5c223 Mon Sep 17 00:00:00 2001 From: Tif Tran Date: Sun, 4 Dec 2022 16:42:45 -0800 Subject: [PATCH] remove contract tests from circle --- .circleci/config.yml | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 041d929f0..090b844cc 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -225,18 +225,6 @@ jobs: - store_artifacts: path: test-reports - contract-tests: - machine: - docker_layer_caching: true - resource_class: large - steps: - - checkout - - run: - name: Run contract tests in containers - command: | - mkdir etc/ssl - chmod a+rwx etc/ssl - make contract_tests workflows: version: 2 @@ -257,10 +245,6 @@ workflows: filters: tags: only: /.*/ - - contract-tests: - filters: - tags: - only: /.*/ # Group: Building artifacts - docs-build @@ -292,7 +276,6 @@ workflows: - docker-image-publish: requires: - python-tests - - contract-tests - lint - docker-image-build-save filters: