From 10481c42443bff322f8d98d11253a9e426e31368 Mon Sep 17 00:00:00 2001 From: Ricky Mettler Date: Wed, 5 Mar 2025 14:34:05 +0000 Subject: [PATCH] putting 22779 back into exp --- .gitlab-ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6b5f6f54fd1..f4e3b4ca53a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -30,16 +30,16 @@ variables: GOLANGCI_LINT_VERBOSE: "-v" # Specify the environment: loadtest, demo, exp - DP3_ENV: &dp3_env placeholder_env + DP3_ENV: &dp3_env exp # Specify the branch to deploy TODO: this might be not needed. So far useless - DP3_BRANCH: &dp3_branch placeholder_branch_name + DP3_BRANCH: &dp3_branch B-22779-exp # Ignore branches for integration tests - INTEGRATION_IGNORE_BRANCH: &integration_ignore_branch placeholder_branch_name - INTEGRATION_MTLS_IGNORE_BRANCH: &integration_mtls_ignore_branch placeholder_branch_name - CLIENT_IGNORE_BRANCH: &client_ignore_branch placeholder_branch_name - SERVER_IGNORE_BRANCH: &server_ignore_branch placeholder_branch_name + INTEGRATION_IGNORE_BRANCH: &integration_ignore_branch B-22779-exp + INTEGRATION_MTLS_IGNORE_BRANCH: &integration_mtls_ignore_branch B-22779-exp + CLIENT_IGNORE_BRANCH: &client_ignore_branch B-22779-exp + SERVER_IGNORE_BRANCH: &server_ignore_branch B-22779-exp OTEL_IMAGE_TAG: &otel_image_tag "git-$OTEL_VERSION-$CI_COMMIT_SHORT_SHA"