From 07f3d7076ed287bbc5cc1ac8c804b674a24e2634 Mon Sep 17 00:00:00 2001 From: Maria Traskowsky Date: Fri, 17 Jan 2025 22:51:20 +0000 Subject: [PATCH] release exp --- .circleci/config.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a2b9b54715d..31b0d9d552c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -40,30 +40,30 @@ references: # In addition, it's common practice to disable acceptance tests and # ignore tests for dp3 deploys. See the branch settings below. - dp3-branch: &dp3-branch B-21322-MAIN + dp3-branch: &dp3-branch placeholder_branch_name # MUST BE ONE OF: loadtest, demo, exp. # These are used to pull in env vars so the spelling matters! - dp3-env: &dp3-env exp + dp3-env: &dp3-env placeholder_env # set integration-ignore-branch to the branch if you want to IGNORE # integration tests, or `placeholder_branch_name` if you do want to # run them - integration-ignore-branch: &integration-ignore-branch B-21322-MAIN + integration-ignore-branch: &integration-ignore-branch placeholder_branch_name # set integration-mtls-ignore-branch to the branch if you want to # IGNORE mtls integration tests, or `placeholder_branch_name` if you # do want to run them - integration-mtls-ignore-branch: &integration-mtls-ignore-branch B-21322-MAIN + integration-mtls-ignore-branch: &integration-mtls-ignore-branch placeholder_branch_name # set client-ignore-branch to the branch if you want to IGNORE # client tests, or `placeholder_branch_name` if you do want to run # them - client-ignore-branch: &client-ignore-branch B-21322-MAIN + client-ignore-branch: &client-ignore-branch placeholder_branch_name # set server-ignore-branch to the branch if you want to IGNORE # server tests, or `placeholder_branch_name` if you do want to run # them - server-ignore-branch: &server-ignore-branch B-21322-MAIN + server-ignore-branch: &server-ignore-branch placeholder_branch_name executors: base_small: