Skip to content

Commit

Permalink
ci: use shorter k8s namespace names
Browse files Browse the repository at this point in the history
  • Loading branch information
kofemann committed Aug 1, 2024
1 parent 3ada526 commit 5658a7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ stages:

variables:
MAVEN_CLI_OPTS: "--batch-mode --errors --fail-at-end --show-version -DinstallAtEnd=true -DdeployAtEnd=true -Dmaven.repo.local=.m2/repository"
K8S_NAMESPACE: dcache-build-$CI_PIPELINE_ID
K8S_NAMESPACE: dcb-$CI_PIPELINE_ID
CHECK_TIMEOUT: --timeout=300s
HELM_OPTS: --replace --timeout 10m0s
AUTOCA_URL: https://ci.dcache.org/ca
Expand Down

0 comments on commit 5658a7a

Please sign in to comment.