Loading includes/default-variables.yml +0 −1 Original line number Diff line number Diff line Loading @@ -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" snippets/basop/get-float-ref-branch-name.sh +2 −2 Original line number Diff line number Diff line Loading @@ -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" Loading @@ -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 Loading snippets/basop/set-float-reference-branches.sh +0 −3 Original line number Diff line number Diff line Loading @@ -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 Loading
includes/default-variables.yml +0 −1 Original line number Diff line number Diff line Loading @@ -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"
snippets/basop/get-float-ref-branch-name.sh +2 −2 Original line number Diff line number Diff line Loading @@ -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" Loading @@ -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 Loading
snippets/basop/set-float-reference-branches.sh +0 −3 Original line number Diff line number Diff line Loading @@ -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