From b3bc5236e0cb9b82f3ff92b9a48fb6c8fa360e94 Mon Sep 17 00:00:00 2001 From: Jason Wray Date: Tue, 21 Aug 2018 09:54:00 -0400 Subject: [build] Run lower-value iOS CircleCI builds as nightlies These jobs have a low incidence of unique meaningful failures and are mostly just informational, so running them less often preserves most of their value and frees up relatively scarce CircleCI macOS concurrency. --- circle.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/circle.yml b/circle.yml index bf903a2f36..0cb06e9926 100644 --- a/circle.yml +++ b/circle.yml @@ -33,9 +33,6 @@ workflows: - linux-gcc4.9-debug - linux-gcc5-debug-coverage - ios-debug - - ios-sanitize - - ios-sanitize-address - - ios-static-analyzer - ios-release - ios-release-tag: filters: @@ -57,6 +54,9 @@ workflows: - master jobs: - ios-release + - ios-sanitize + - ios-sanitize-address + - ios-static-analyzer step-library: - &npm-install -- cgit v1.2.1