aboutsummaryrefslogtreecommitdiff
path: root/tcwg_kernel.yaml
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2018-12-06 11:39:59 +0000
committerMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2018-12-07 12:34:32 +0000
commit430e00e230a5ffc21e9880c20c563020ec3e4b64 (patch)
tree4c0a44b9a8e88c89c72f87b6bf87cc15ab71d9d0 /tcwg_kernel.yaml
parent3231c30f2896ee4bb8d6a2e021adce32cca05a15 (diff)
tcwg_kernel: Update "@@file" to "@@ /path/to/file.sh" and generate manifests
Change-Id: I1c48325c7cddd6728bed3e3041e4ede8aaee4260
Diffstat (limited to 'tcwg_kernel.yaml')
-rw-r--r--tcwg_kernel.yaml8
1 files changed, 6 insertions, 2 deletions
diff --git a/tcwg_kernel.yaml b/tcwg_kernel.yaml
index f23dec3362..f185505e06 100644
--- a/tcwg_kernel.yaml
+++ b/tcwg_kernel.yaml
@@ -313,7 +313,9 @@
--distro $distro \
-- \
./jenkins-scripts/tcwg_kernel-build.sh \
- @@{toolchain_name}-{toolchain_ver} @@linux-{linux} \
+ %% artifacts/jenkins/manifest.sh \
+ @@ ./jenkins-scripts/tcwg_kernel/{toolchain_name}-{toolchain_ver}.sh \
+ @@ ./jenkins-scripts/tcwg_kernel/linux-{linux}.sh \
--mode "jenkins-full" \
--current_project "$current_project" \
--current_rev "$current_rev" \
@@ -430,7 +432,9 @@
--distro $distro \
-- \
./jenkins-scripts/tcwg_kernel-bisect.sh \
- @@{toolchain_name}-{toolchain_ver} @@linux-{linux} \
+ %% manifest.sh \
+ @@ ./jenkins-scripts/tcwg_kernel/{toolchain_name}-{toolchain_ver}.sh \
+ @@ ./jenkins-scripts/tcwg_kernel/linux-{linux}.sh \
--confirm_failure true \
--current_project "$current_project" \
--baseline_rev "$baseline_rev" \