Commit 7c65ed52 authored by Jan Kiene's avatar Jan Kiene
Browse files

remove remaining notions of float-pc

parent e872b59e
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -10,5 +10,4 @@ variables:
  TESTCASE_TIMEOUT_STV_SANITIZERS: 240
  TESTCASE_TIMEOUT_LTV_SANITIZERS: 2400
  BASOP_REFERENCE_BRANCH: "ivas-float-update"
  BASOP_REFERENCE_BRANCH_PC: "float-pc"
  SCALE_FACTOR: "3.162"
+2 −2
Original line number Diff line number Diff line
@@ -46,7 +46,7 @@ if [ $# -ne 1 ]; then
fi

branchname_in="$1"
branchname_out="float-pc"
branchname_out="ivas-float-update"

if ! [[ "$branchname_in" =~ $BASOP_PATTERN ]]; then
  printf "$MSG_DOES_NOT_MATCH" "$branchname_in"
@@ -58,7 +58,7 @@ fi
float_ref_branchname="${branchname_in/basop/ref}"
git_result=$(git branch -a)

# If the branch does not exist, default to "float-pc"
# If the branch does not exist, default to "ivas-float-update"
if [[ "$git_result" =~ "$float_ref_branchname" ]]; then
  branchname_out="${float_ref_branchname}"
fi
+0 −3
Original line number Diff line number Diff line
@@ -14,7 +14,4 @@ if [[ ! "$CI_MERGE_REQUEST_TITLE" =~ \[skip[[:space:]_-]name[[:space:]_-]check\]
  FLOAT_REF_BRANCH_MERGE_SOURCE=$(cat tmp_ref_branch.txt)
fi

# TODO: remove after merge to main
FLOAT_REF_BRANCH_MERGE_SOURCE=float-pc

export FLOAT_REF_BRANCH_MERGE_SOURCE