Commit 5ebfb73d authored by vaillancour's avatar vaillancour
Browse files

Merge remote-tracking branch 'origin/main' into eval_complexity_0128

parents 4e9edd5d 6f3264fd
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -12,6 +12,7 @@ variables:
  TEST_SUITE: ""
  LEVEL_SCALING: "1.0"
  IVAS_PIPELINE_NAME: ''
  BASOP_CI_BRANCH_PC_REPO: "basop-ci-branch"
  MANUAL_PIPELINE_TYPE:
    description: "Type for the manual pipeline run. Use 'pytest-mld' to run MLD test against reference float codec." # Not implemented yet, but may be good to have a manual pipeline trigger
    value: 'default'
@@ -97,9 +98,10 @@ stages:

.update-scripts-repo: &update-scripts-repo
  - cd $SCRIPTS_DIR
  # - git pull
  # Temp hack to enable the MR tests to pass @millsa approved this change
  - git checkout 8045b28b1d07dd91cadf9ead1392fe5a89f72d5a
  - git remote set-branches --add origin $BASOP_CI_BRANCH_PC_REPO
  - git fetch
  - git checkout $BASOP_CI_BRANCH_PC_REPO
  - git pull
  - cd -
  - cp -r $SCRIPTS_DIR/ci .
  - cp -r $SCRIPTS_DIR/scripts .