Skip to content

Commit

Permalink
Merge #2345
Browse files Browse the repository at this point in the history
2345: remove contract tests from circle r=tiftran a=tiftran



Co-authored-by: Tif Tran <ttran@mozilla.com>
  • Loading branch information
bors[bot] and tiftran committed Dec 5, 2022
2 parents 6bc988d + cbbd682 commit 27ab5ed
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -257,10 +245,6 @@ workflows:
filters:
tags:
only: /.*/
- contract-tests:
filters:
tags:
only: /.*/

# Group: Building artifacts
- docs-build
Expand Down Expand Up @@ -292,7 +276,6 @@ workflows:
- docker-image-publish:
requires:
- python-tests
- contract-tests
- lint
- docker-image-build-save
filters:
Expand Down

0 comments on commit 27ab5ed

Please sign in to comment.