Common Issues

Project radiuss/radiuss-shared-ci reference […] does not exist!

Check that the reference is mirrored on LC GitLab.

If you are attempting to use a specific reference in radiuss-shared-ci, make sure this reference has been mirrored on LC GitLab: be sure to create a PR on GitHub so that the mirroring happens.

This error may arise when developing on a new branch in radiuss-shared-ci, The development repository is on GitHub.com but in the CI configuration we recommend that projects point to the LC GitLab clone.

Invalid character \x1b looking for beginning of value

Check that the reference is mirrored on LC GitLab.

This error appears if you leave CUSTOM_CI_BUILDS_DIR: "" uncommented in .gitlab/custom-jobs-and-variables.yml (as suggested in earlier versions of the documentation), usually when no service account is in use.

Simply comment that line. Setting the variable to an empty value generates a failure in the runner initialization script.