From d6d4bbc88d100e769c4a282613e0baa218442c5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20=C5=9Aliwak?= Date: Thu, 21 Oct 2021 17:11:18 +0200 Subject: [PATCH] CI: Remove superfluous/unused test_ dicts --- .circleci/config.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 2328dff27..2ac4c1ef9 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -178,14 +178,6 @@ defaults: parallelism: 6 <<: *steps_soltest_all - - test_asan: &test_asan - <<: *test_ubuntu2004 - <<: *steps_soltest - - - test_ubuntu2004_clang_cli: &test_ubuntu2004_clang_cli - docker: - - image: << pipeline.parameters.ubuntu-2004-clang-docker-image >> - <<: *steps_cmdline_tests # -------------------------------------------------------------------------- # Workflow Templates @@ -785,7 +777,7 @@ jobs: <<: *steps_cmdline_tests t_ubu_asan: - <<: *test_asan + <<: *test_ubuntu2004 environment: EVM: << pipeline.parameters.evm-version >> OPTIMIZE: 0