Merge lp:~doanac/linaro-ci/private_stream into lp:linaro-ci

Proposed by Andy Doan
Status: Merged
Approved by: Deepti B. Kalakeri
Approved revision: 67
Merged at revision: 68
Proposed branch: lp:~doanac/linaro-ci/private_stream
Merge into: lp:linaro-ci
Diff against target: 33 lines (+3/-3)
2 files modified
jenkins_common_lib (+2/-2)
jenkins_lava_job_submissions (+1/-1)
To merge this branch: bzr merge lp:~doanac/linaro-ci/private_stream
Reviewer Review Type Date Requested Status
Deepti B. Kalakeri (community) Needs Fixing
Review via email: mp+106425@code.launchpad.net

Description of the change

make all kernel ci jobs submit to private streams owned by linaro

To post a comment you must log in.
Revision history for this message
Deepti B. Kalakeri (deeptik) wrote :

In order to adhere to the private streams we need the following change as
well

=== modified file 'jenkins_common_lib'
--- jenkins_common_lib 2012-05-15 11:32:29 +0000
+++ jenkins_common_lib 2012-05-22 11:52:35 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 # Global Variables
-bundle_stream_name_path="/public/personal/ciadmin/ci-$bundle_stream_name/"
+bundle_stream_name_path="/private/team/linaro/ci-$bundle_stream_name/"
 log_info=$BUILD_URL"consoleText"
 pkg_dir=$kernel_version"_output_dir"
 echo > hwpack_info # start with empty

On Fri, May 18, 2012 at 10:06 PM, Andy Doan <email address hidden> wrote:

> Andy Doan has proposed merging lp:~doanac/linaro-ci/private_stream into
> lp:linaro-ci.
>
> Requested reviews:
> Linaro Infrastructure (linaro-infrastructure)
>
> For more details, see:
> https://code.launchpad.net/~doanac/linaro-ci/private_stream/+merge/106425<https://code.launchpad.net/%7Edoanac/linaro-ci/private_stream/+merge/106425>
>
> make all kernel ci jobs submit to private streams owned by linaro
> --
> https://code.launchpad.net/~doanac/linaro-ci/private_stream/+merge/106425<https://code.launchpad.net/%7Edoanac/linaro-ci/private_stream/+merge/106425>
> Your team Linaro Infrastructure is requested to review the proposed merge
> of lp:~doanac/linaro-ci/private_stream into lp:linaro-ci.
>
> === modified file 'jenkins_lava_job_submissions'
> --- jenkins_lava_job_submissions 2012-05-17 15:32:49 +0000
> +++ jenkins_lava_job_submissions 2012-05-18 16:35:21 +0000
> @@ -4,7 +4,7 @@
> fi
>
> LAVA_SERVER="validation.linaro.org"
> -BUILD_STREAM_NAME="/public/personal/ciadmin/ci-$KERNEL_NAME-build/"
> +BUILD_STREAM_NAME="/private/team/linaro/ci-$KERNEL_NAME-build/"
> LAVA_ENDPOINT="http://ciadmin@$LAVA_SERVER/lava-server/RPC2/"
> build_json_fname=$KERNEL_JOB_NAME"_"$HWPACK_BUILD_DATE"_build_status"
> kernel_test_json_fname="kernel_test_$KERNEL_JOB_NAME.json"
>
>
>

--
Thanks and Regards,
Deepti

Revision history for this message
Deepti B. Kalakeri (deeptik) :
review: Needs Fixing
lp:~doanac/linaro-ci/private_stream updated
67. By Andy Doan

more private stream conversions

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'jenkins_common_lib'
2--- jenkins_common_lib 2012-05-15 11:32:29 +0000
3+++ jenkins_common_lib 2012-05-23 05:58:19 +0000
4@@ -1,6 +1,6 @@
5 #!/bin/sh
6 # Global Variables
7-bundle_stream_name_path="/public/personal/ciadmin/ci-$bundle_stream_name/"
8+bundle_stream_name_path="/private/team/linaro/ci-$bundle_stream_name/"
9 log_info=$BUILD_URL"consoleText"
10 pkg_dir=$kernel_version"_output_dir"
11 echo > hwpack_info # start with empty
12@@ -58,7 +58,7 @@
13
14 echo "CONFIG_ARCH_OMAP2=n" >> $WORKSPACE/$pkg_dir/.config
15 echo "CONFIG_THUMB2_KERNEL=y" >> $WORKSPACE/$pkg_dir/.config
16- yes "" | make ARCH=arm O=$pkg_dir KERNELVERSION="$kernel_version" KERNELRELEASE="$kernel_version" CROSS_COMPILE=arm-linux-gnueabi- oldconfig
17+ yes "" | make ARCH=arm O=$pkg_dir KERNELVERSION="$kernel_version" KERNELRELEASE="$kernel_version" CROSS_COMPILE=arm-linux-gnueabi- oldconfig
18 make ARCH=arm O=$pkg_dir KERNELVERSION="$kernel_version" KERNELRELEASE="$kernel_version" CROSS_COMPILE=arm-linux-gnueabi- -j$j_count uImage
19 make ARCH=arm O=$pkg_dir KERNELVERSION="$kernel_version" KERNELRELEASE="$kernel_version" CROSS_COMPILE=arm-linux-gnueabi- -j$j_count modules
20 make ARCH=arm O=$pkg_dir KERNELVERSION="$kernel_version" KERNELRELEASE="$kernel_version" CROSS_COMPILE=arm-linux-gnueabi- KBUILD_DEBARCH=armel V=1 deb-pkg
21
22=== modified file 'jenkins_lava_job_submissions'
23--- jenkins_lava_job_submissions 2012-05-17 15:32:49 +0000
24+++ jenkins_lava_job_submissions 2012-05-23 05:58:19 +0000
25@@ -4,7 +4,7 @@
26 fi
27
28 LAVA_SERVER="validation.linaro.org"
29-BUILD_STREAM_NAME="/public/personal/ciadmin/ci-$KERNEL_NAME-build/"
30+BUILD_STREAM_NAME="/private/team/linaro/ci-$KERNEL_NAME-build/"
31 LAVA_ENDPOINT="http://ciadmin@$LAVA_SERVER/lava-server/RPC2/"
32 build_json_fname=$KERNEL_JOB_NAME"_"$HWPACK_BUILD_DATE"_build_status"
33 kernel_test_json_fname="kernel_test_$KERNEL_JOB_NAME.json"

Subscribers

People subscribed via source and target branches