Loading includes/default-variables.yml +0 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,6 @@ variables: TESTCASE_TIMEOUT_STV_SANITIZERS: 240 TESTCASE_TIMEOUT_LTV_SANITIZERS: 2400 SCALE_FACTOR: "3.162" BASOP_CI_BRANCH_PC_REPO: "basop-ci-branch" PYTEST_ADDOPTS: "" # overwrite this via .gitlab/variables.yml in the respective other repo to disable "(model from file)" testcases DISABLE_HRTF: "false" snippets/basop/update-scripts-repo.sh +2 −5 Original line number Diff line number Diff line Loading @@ -9,10 +9,7 @@ pushd "${SCRIPTS_DIR}" # Remove all fetch lines to clean out dead links sed -i '/fetch/d' .git/config # Add currently used branches: # - BASOP_CI_BRANCH_PC_REPO for scripts/tests # - main for getting the float ref codec git remote set-branches --add origin "$BASOP_CI_BRANCH_PC_REPO" main git remote set-branches --add origin main git fetch Loading @@ -20,7 +17,7 @@ git fetch git restore --staged . git restore . git checkout "$BASOP_CI_BRANCH_PC_REPO" git checkout main git pull popd Loading Loading
includes/default-variables.yml +0 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,6 @@ variables: TESTCASE_TIMEOUT_STV_SANITIZERS: 240 TESTCASE_TIMEOUT_LTV_SANITIZERS: 2400 SCALE_FACTOR: "3.162" BASOP_CI_BRANCH_PC_REPO: "basop-ci-branch" PYTEST_ADDOPTS: "" # overwrite this via .gitlab/variables.yml in the respective other repo to disable "(model from file)" testcases DISABLE_HRTF: "false"
snippets/basop/update-scripts-repo.sh +2 −5 Original line number Diff line number Diff line Loading @@ -9,10 +9,7 @@ pushd "${SCRIPTS_DIR}" # Remove all fetch lines to clean out dead links sed -i '/fetch/d' .git/config # Add currently used branches: # - BASOP_CI_BRANCH_PC_REPO for scripts/tests # - main for getting the float ref codec git remote set-branches --add origin "$BASOP_CI_BRANCH_PC_REPO" main git remote set-branches --add origin main git fetch Loading @@ -20,7 +17,7 @@ git fetch git restore --staged . git restore . git checkout "$BASOP_CI_BRANCH_PC_REPO" git checkout main git pull popd Loading