From 17030ff28b9a54bb57779e9b8448a6d222110ec5 Mon Sep 17 00:00:00 2001 From: wuhuanzhou Date: Tue, 30 Mar 2021 08:45:06 +0800 Subject: [PATCH] fix op benchmark ci error caused by missing test_pr branch, test=document_fix (#31920) --- tools/test_op_benchmark.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/test_op_benchmark.sh b/tools/test_op_benchmark.sh index f0937ca7dfa..95e9164bd1b 100644 --- a/tools/test_op_benchmark.sh +++ b/tools/test_op_benchmark.sh @@ -187,7 +187,7 @@ function run_op_benchmark_test { done # install tensorflow for testing accuary pip install tensorflow==2.3.0 tensorflow-probability - for branch_name in "develop" "test_pr" + for branch_name in "develop" "test" do git checkout $branch_name [ $? -ne 0 ] && LOG "[FATAL] Missing branch ${branch_name}." && exit 7 -- GitLab