Commit 00289cd0 authored by Jan Kiene's avatar Jan Kiene
Browse files

change CI and scripts ref

parent 86bc1ceb
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
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 main
  IVAS_CODEC_CI_REF: &IVAS_CODEC_CI_REF mld-playback-level-instead-of-rescaling
  # If you need to set some config variable only in a local branch, then add an overwrite here
  # One example is DISABLE_HRTF - this will be set on a branch which is about to be merged and will be removed in a subsequent second MR
  # this is more easily done directly here in the child repo
  BASOP_CI_SCRIPTS_BRANCH: "ci/24bit-wavs-for-wavdiff"
  BASOP_CI_SCRIPTS_BRANCH: "ci/mld-playback-level-instead-of-rescaling"
  # these lines are suposed to stay commented out to serve as an example
  # # set this to true to skip the external HRTF testcases in pytest calls
  # DISABLE_HRTF: "true"