From 6c172935d330c5457a9e5b1f580f6acb90387005 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20N=C3=BA=C3=B1ez?= Date: Wed, 2 Oct 2019 10:55:50 +0200 Subject: [PATCH] CircleCI: Remove unnecessary contexts --- .circleci/config.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index aa555a699..554795d76 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -82,7 +82,6 @@ workflows: requires: - pip_install_37 - tests_ok: - context: "NuCypher Tests" filters: tags: only: /.*/ @@ -102,21 +101,18 @@ workflows: requires: - basics - finnegans_wake_demo: - context: "NuCypher Tests" filters: tags: only: /.*/ requires: - build_dev_docker_images - heartbeat_demo: - context: "NuCypher Tests" filters: tags: only: /.*/ requires: - build_dev_docker_images - estimate_gas: - context: "NuCypher Tests" filters: tags: only: /.*/ @@ -184,7 +180,7 @@ workflows: nightly: triggers: - schedule: - cron: "0 6 * * *" # Scheduled for 0600 UTC (0800 CEST, 2300 PDT) + cron: "0 9 * * *" # Scheduled for 0600 UTC (0800 CEST, 2300 PDT) filters: branches: only: @@ -211,7 +207,6 @@ workflows: tags: only: /.*/ - statistical_tests: - context: "Nightly Tests" filters: tags: only: /.*/