From 9d433c764d2bed33b83a58a208a0d85a8821bed9 Mon Sep 17 00:00:00 2001 From: BlueWinds Date: Tue, 8 Feb 2022 12:50:24 -0800 Subject: [PATCH] Send root honeycomb event even if node_modules cache already exists --- circle.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/circle.yml b/circle.yml index b4cb7c9ceef2..18b4718a6df6 100644 --- a/circle.yml +++ b/circle.yml @@ -206,6 +206,9 @@ commands: name: Restore cache state, to check for known modules cache existence keys: - v{{ .Environment.CACHE_VERSION }}-{{ arch }}-system-tests-projects-node-modules-cache-state-{{ checksum "system_tests_cache_key" }} + - run: + name: Send root honeycomb event for this CI build + command: node ./system-tests/lib/performance-reporter.js - run: name: Bail if specific cache exists command: | @@ -221,9 +224,6 @@ commands: - run: name: Update system-tests node_modules cache command: yarn workspace @tooling/system-tests projects:yarn:install - - run: - name: Send root honeycomb event - command: node ./system-tests/lib/performance-reporter.js - save_cache: name: Save system tests node_modules cache key: v{{ .Environment.CACHE_VERSION }}-{{ arch }}-system-tests-projects-node-modules-cache-{{ checksum "system_tests_cache_key" }}