From 23f17ecd43790016c7d84fe43f5fb196a8562de4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20=C5=9Aliwak?= Date: Thu, 28 Oct 2021 13:13:42 +0200 Subject: [PATCH] [DEBUG] Move all nightly jobs to the PR runs for testing --- .circleci/config.yml | 25 ++++++------------------- 1 file changed, 6 insertions(+), 19 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index dd59e8f30..2bd3ac78e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1196,6 +1196,10 @@ workflows: # NOTE: One of the dependencies (fsevents) fails to build its native extension on node.js 12+. nodejs_version: 10 + - t_ems_ext: + <<: *workflow_emscripten + name: t_ems_test_ext_colony + project: colony # FIXME: Gnosis tests are pretty flaky right now. They often fail on CircleCI due to random ProviderError # and there are also other less frequent problems. See https://github.com/gnosis/safe-contracts/issues/216. #- t_ems_ext: @@ -1247,19 +1251,7 @@ workflows: - b_bytecode_osx - b_bytecode_ems - nightly: - - triggers: - - schedule: - cron: "0 0 * * *" - filters: - branches: - only: - - develop - - jobs: # OSSFUZZ builds and (regression) tests - - b_ubu_ossfuzz: *workflow_trigger_on_tags - t_ubu_ossfuzz: *workflow_ubuntu1604_ossfuzz # Code Coverage enabled build and tests @@ -1278,10 +1270,5 @@ workflows: - t_ubu_ubsan_clang_soltest: *workflow_ubuntu2004_ubsan_clang - t_ubu_ubsan_clang_cli: *workflow_ubuntu2004_ubsan_clang - # Emscripten build and tests that take more than 15 minutes to execute - - b_ems: *workflow_trigger_on_tags - - t_ems_ext: - <<: *workflow_emscripten - name: t_ems_test_ext_colony - project: colony - gitter_notify: yes + # Emscripten build and tests that take more than 15 minutes to execute: + # Currently none.