Skip to content

[CI] Add prefix to HOSTSUFFIX

Mitchell Nielsen requested to merge ci-add-prefix-to-hostsuffix into master

Adds 'n' prefix to HOSTSUFFIX, identical to what we did with NAMESPACE to avoid issues when the CI_COMMIT_SHORT_SHA is comprised entirely of integers.

Note that we could have instead removed the explicit HOSTSUFFIX setting from CI config, because test.sh automatically sets HOSTSUFFIX to the value of NAMESPACE if not specified. However, that would be a bit less clear/explicit.

Closes #161 (closed)

Edited by Mitchell Nielsen

Merge request reports