Loading .gitlab-ci.yml +2 −3 Original line number Diff line number Diff line Loading @@ -2,6 +2,8 @@ variables: # note: GitLab cannot reference variables defined by users in the include ref:, we need to use a YAML anchor for this # see https://docs.gitlab.com/ci/yaml/includes/#use-variables-with-include for more information IVAS_CODEC_CI_REF: &IVAS_CODEC_CI_REF kiene/consolidate-basop-ci-code # set this to true to skip the external HRTF testcases in pytest calls DISABLE_HRTF: "true" # all CI code and config is included from https://forge.3gpp.org/rep/ivas-codec-pc/ivas-codec-ci include: Loading @@ -14,6 +16,3 @@ include: # this is more easily done directly here in the child repo # these lines are suposed to stay commented out to serve as an example variables: # set this to true to skip the external HRTF testcases in pytest calls DISABLE_HRTF: "true" Loading
.gitlab-ci.yml +2 −3 Original line number Diff line number Diff line Loading @@ -2,6 +2,8 @@ variables: # note: GitLab cannot reference variables defined by users in the include ref:, we need to use a YAML anchor for this # see https://docs.gitlab.com/ci/yaml/includes/#use-variables-with-include for more information IVAS_CODEC_CI_REF: &IVAS_CODEC_CI_REF kiene/consolidate-basop-ci-code # set this to true to skip the external HRTF testcases in pytest calls DISABLE_HRTF: "true" # all CI code and config is included from https://forge.3gpp.org/rep/ivas-codec-pc/ivas-codec-ci include: Loading @@ -14,6 +16,3 @@ include: # this is more easily done directly here in the child repo # these lines are suposed to stay commented out to serve as an example variables: # set this to true to skip the external HRTF testcases in pytest calls DISABLE_HRTF: "true"