From 44ae30e6c5a09312c7eb89604550d5381d77dabd Mon Sep 17 00:00:00 2001 From: Paul Von Schrottky Date: Wed, 13 Oct 2021 11:51:49 -0300 Subject: [PATCH 1/3] Try running UI tests on any updates to develop --- .circleci/config.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 4f0e5ae846..ac9198fb45 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -383,6 +383,23 @@ workflows: filters: branches: only: /^dependabot/submodules/.*/ + + ui-tests-full-on-updated-develop: + jobs: + - ios-device-checks: + name: Test iOS on Device - Full (On Updated Develop) + filters: + branches: + only: + - develop + - try/running-ui-tests-on-updated-develop + - android-device-checks: + name: Test Android on Device - Full (On Updated Develop) + filters: + branches: + only: + - develop + - try/running-ui-tests-on-updated-develop ui-tests-full-scheduled: jobs: From 6d791ad0101a1e90278d989c6bb6b9e37e99d759 Mon Sep 17 00:00:00 2001 From: Paul Von Schrottky Date: Thu, 14 Oct 2021 17:25:29 -0300 Subject: [PATCH 2/3] Add `post-to-slack: false` for testing --- .circleci/config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 0018e9b124..554a37e75c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -388,6 +388,7 @@ workflows: jobs: - ios-device-checks: name: Test iOS on Device - Full (On Updated Develop) + post-to-slack: false filters: branches: only: @@ -395,6 +396,7 @@ workflows: - try/running-ui-tests-on-updated-develop - android-device-checks: name: Test Android on Device - Full (On Updated Develop) + post-to-slack: false filters: branches: only: From 5579705ffeadd8b5de3662dfa1a112e9726b8fd2 Mon Sep 17 00:00:00 2001 From: Paul Von Schrottky Date: Fri, 22 Oct 2021 15:09:22 -0300 Subject: [PATCH 3/3] Tweak CircleCI config for testing --- .circleci/config.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 554a37e75c..c8c21d1384 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -363,6 +363,7 @@ workflows: ignore: - develop - /^dependabot/submodules/.*/ + - try/running-ui-tests-on-updated-develop - ios-device-checks: name: Test iOS on Device - Full requires: [ "Optional UI Tests" ] @@ -384,10 +385,10 @@ workflows: branches: only: /^dependabot/submodules/.*/ - ui-tests-full-on-updated-develop: + ui-tests-full-develop: jobs: - ios-device-checks: - name: Test iOS on Device - Full (On Updated Develop) + name: Test iOS on Device - Full (On Develop) post-to-slack: false filters: branches: @@ -395,7 +396,7 @@ workflows: - develop - try/running-ui-tests-on-updated-develop - android-device-checks: - name: Test Android on Device - Full (On Updated Develop) + name: Test Android on Device - Full (On Develop) post-to-slack: false filters: branches: