Skip to content

Commit 7a06990

Browse files
test: reduce TEST_NAMESPACE so it fits within 63 chars
1 parent e781b01 commit 7a06990

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/workflow-vars/action.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@ runs:
5858
5959
# Namespace.
6060
TRIGGER_KEY=$(is_pr && echo "pr" || echo "id")
61-
TEST_NAMESPACE="$NAMESPACE_PREFIX-$(echo camunda-${TRIGGER_KEY}-${{ inputs.identifier-base }} | sed 's/\./-/g')"
61+
TEST_NAMESPACE="$NAMESPACE_PREFIX-$(echo ${TRIGGER_KEY}-${{ inputs.identifier-base }} | sed 's/\./-/g')"
6262
6363
if [[ "${{ inputs.deployment-ttl }}" == '' ]]; then
64-
TEST_NAMESPACE="${TEST_NAMESPACE}-run-${{ github.run_id }}-sfx-${GITHUB_WORKFLOW_JOB_ID}"
64+
TEST_NAMESPACE="${TEST_NAMESPACE}-${{ github.run_id }}-${GITHUB_WORKFLOW_JOB_ID}"
6565
fi
6666
6767
if [[ "${{ inputs.setup-flow }}" == 'upgrade' ]]; then

0 commit comments

Comments
 (0)