summaryrefslogtreecommitdiff
path: root/round-robin.sh
diff options
context:
space:
mode:
Diffstat (limited to 'round-robin.sh')
-rw-r--r--round-robin.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/round-robin.sh b/round-robin.sh
index 9d330d6f..f41a5900 100644
--- a/round-robin.sh
+++ b/round-robin.sh
@@ -778,13 +778,6 @@ push_baseline ()
if [ x"${rr[update_baseline]}" = x"rebase" ]; then
return
- elif [ x"${rr[update_baseline]}" = x"init" ]; then
- # Create branch in interesting-commits for custom ci_projects. These
- # are used in bisect jobs.
- if ! git ls-remote --heads https://git.linaro.org/toolchain/ci/interesting-commits | grep -q ".* refs/heads/${rr[baseline_branch]}"; then
- clone_baseline_repo interesting-commits empty false
- git_push interesting-commits baseline linaro-local/ci/${rr[ci_project]}
- fi
fi
local url