Merge pull request #14234 from ethereum/drop-colony-nightly

Drop ColonyNetwork external test run on nightly builds
This commit is contained in:
Daniel 2023-05-17 13:25:39 +02:00 committed by GitHub
commit 33e7fc1cba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -684,15 +684,6 @@ defaults:
binary_type: native binary_type: native
image: cimg/node:18.11 image: cimg/node:18.11
- job_ems_test_ext_colony: &job_ems_test_ext_colony
<<: *requires_b_ems
name: t_ems_test_ext_colony
project: colony
binary_type: solcjs
image: cimg/node:14.20
resource_class: medium
python2: true
- job_b_ubu_asan_clang: &job_b_ubu_asan_clang - job_b_ubu_asan_clang: &job_b_ubu_asan_clang
<<: *on_all_tags_and_branches <<: *on_all_tags_and_branches
name: b_ubu_asan_clang name: b_ubu_asan_clang
@ -1783,7 +1774,3 @@ workflows:
- b_ubu_san_clang: *job_b_ubu_ubsan_clang - b_ubu_san_clang: *job_b_ubu_ubsan_clang
- t_ubu_ubsan_clang_soltest: *requires_b_ubu_ubsan_clang - t_ubu_ubsan_clang_soltest: *requires_b_ubu_ubsan_clang
- t_ubu_ubsan_clang_cli: *requires_b_ubu_ubsan_clang - t_ubu_ubsan_clang_cli: *requires_b_ubu_ubsan_clang
# Emscripten build and tests that take more than 15 minutes to execute
- b_ems: *requires_nothing
- t_ext: *job_ems_test_ext_colony