Skip to content

Commit

Permalink
putting 22779 back into exp
Browse files Browse the repository at this point in the history
  • Loading branch information
r-mettler committed Mar 5, 2025
1 parent 33b416a commit 10481c4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 10481c4

Please sign in to comment.