summaryrefslogtreecommitdiff
path: root/tcwg_bmk-build.sh
diff options
context:
space:
mode:
authorLaurent Alfonsi <laurent.alfonsi@linaro.org>2023-12-19 14:27:12 +0100
committerLaurent Alfonsi <laurent.alfonsi@linaro.org>2023-12-21 08:27:07 +0000
commit8f2d7c6308591dc15874fad23280ccfd91d7c9b3 (patch)
tree18381a67e32666f333277db2e4ec278eba2d319d /tcwg_bmk-build.sh
parent8f256a48477a7434dd211fd009e6a8543964d8de (diff)
round-robin.sh,tcwg_bmk-build.sh: Remove temporary code, used to change the base-artifacts branch names
Change-Id: I98a37ee40d482b2e546c76f64e9a66da2ac3e535
Diffstat (limited to 'tcwg_bmk-build.sh')
-rwxr-xr-xtcwg_bmk-build.sh13
1 files changed, 0 insertions, 13 deletions
diff --git a/tcwg_bmk-build.sh b/tcwg_bmk-build.sh
index 21e6d221..c1374aba 100755
--- a/tcwg_bmk-build.sh
+++ b/tcwg_bmk-build.sh
@@ -64,22 +64,9 @@ esac
called_from_notify=${called_from_notify-false}
-# Temporary code while changing ci_project / ci_config :
-#
-# Filling RR old_format_* variables to switch smothly between
-# - old format :
-# ci_project: 'tcwg_bmk_#{TOOLCHAIN}_{hw}'
-# ci_config: '#{TOOLCHAIN}-{toolchain_ver}-#{TARGET}-#{BMK}-{cflags}'
-# - and new format :
-# ci_project: 'tcwg_bmk-#{PROFILE_NAME}-#{BMK}'
-# ci_config: '#{TOOLCHAIN}-#{TARGET}-{toolchain_ver}-{cflags}'
hw=$(tcwg_bmk_hw)
hw=${hw%_32} ; hw=${hw%_64}
-rr[old_format_ci_project]="tcwg_bmk_${ci_pjt_cfg[4]}_${hw}"
-rr[old_format_ci_config]="${ci_pjt_cfg[4]}-${ci_pjt_cfg[6]}-${ci_pjt_cfg[5]}-${ci_pjt_cfg[2]}-${ci_pjt_cfg[7]}"
-rr[old_format_baseline_branch]="linaro-local/ci/${rr[old_format_ci_project]}/${rr[old_format_ci_config]}"
-
# -----------------------------------------------------------------------
gcc_override_configure=()