From 5081b08fab0babcd57e7c99896572cae6d46078e Mon Sep 17 00:00:00 2001 From: Tyler Biethman Date: Tue, 28 Jun 2022 10:07:39 -0500 Subject: [PATCH] chore: Adding record key context for internal ui jobs --- circle.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/circle.yml b/circle.yml index a18563fb75c4..fa0dfbe418e0 100644 --- a/circle.yml +++ b/circle.yml @@ -2390,22 +2390,22 @@ linux-x64-workflow: &linux-x64-workflow requires: - build - run-frontend-shared-component-tests-chrome: - context: [test-runner:launchpad-tests, test-runner:percy] + context: [test-runner:cypress-record-key, test-runner:launchpad-tests, test-runner:percy] percy: true requires: - build - run-launchpad-integration-tests-chrome: - context: [test-runner:launchpad-tests, test-runner:percy] + context: [test-runner:cypress-record-key, test-runner:launchpad-tests, test-runner:percy] percy: true requires: - build - run-launchpad-component-tests-chrome: - context: [test-runner:launchpad-tests, test-runner:percy] + context: [test-runner:cypress-record-key, test-runner:launchpad-tests, test-runner:percy] percy: true requires: - build - run-app-integration-tests-chrome: - context: [test-runner:launchpad-tests, test-runner:percy] + context: [test-runner:cypress-record-key, test-runner:launchpad-tests, test-runner:percy] percy: true requires: - build @@ -2418,7 +2418,7 @@ linux-x64-workflow: &linux-x64-workflow requires: - system-tests-node-modules-install - run-app-component-tests-chrome: - context: [test-runner:launchpad-tests, test-runner:percy] + context: [test-runner:cypress-record-key, test-runner:launchpad-tests, test-runner:percy] percy: true requires: - build