Commit 6f3264fd authored by Sandesh Venkatesh's avatar Sandesh Venkatesh
Browse files

Merge branch 'ci/use-basop-ci-branch-from-pc-repo' into 'main'

[CI] checkout basop ci branch instead of main in PC repo

See merge request !77
parents 454da326 a1ecb655
Loading
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 .