From 7eeee630de1986985db7312703be72ab30d5b2b8 Mon Sep 17 00:00:00 2001 From: Ankita Shrivastava Date: Fri, 13 Sep 2024 09:36:52 -0400 Subject: [PATCH] chore(functional_test): update config to run merge reports with test failures --- .circleci/config.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index f7cad839e1..4985a78469 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1256,6 +1256,10 @@ workflows: projects: --exclude '*,!tag:scope:shared:*' requires: - Build (nightly) + - check-required-jobs-complete: + name: Check all required jobs are complete (nightly) + requires: + - Build (nightly) - playwright-functional-tests: name: Functional Tests - Playwright (nightly) resource_class: xlarge @@ -1265,7 +1269,7 @@ workflows: - playwright-functional-test-report: name: Merge Playwright Reports (nightly) requires: - - Functional Tests - Playwright (nightly) + - Check all required jobs are complete (nightly) - on-complete: name: Tests Complete (nightly) stage: Tests (nightly) @@ -1280,6 +1284,7 @@ workflows: - Integration Test - Servers - Auth V2 (nightly) - Integration Test - Libraries (nightly) - Functional Tests - Playwright (nightly) + - Check all required jobs are complete (nightly) - build-and-deploy-storybooks: name: Deploy Storybooks (nightly) requires: