services/jenkins-scripts.git
7 years agofix post-image-creation error
Yonghee Han [Sat, 21 Jan 2017 06:15:24 +0000 (15:15 +0900)]
fix post-image-creation error
trigger_next("BUILD-MONITOR", bm_data)
NameError: global name trigger_next is not defined

Change-Id: I2cfd18e18df73308b38c67b70a7bbd63a1c764c3

7 years agoREPA: check permission only if "REPA_CHECK_PERMISSION" is set
Junghyun Kim [Sat, 21 Jan 2017 00:22:27 +0000 (09:22 +0900)]
REPA: check permission only if "REPA_CHECK_PERMISSION" is set

- buildmonitor
  Do not check build failure for _aggregate packages

Change-Id: Id8c848d80f292bb6754a5bd6e682090271a9fe24
Signed-off-by: Junghyun Kim <jh0822.kim@samsung.com>
7 years agoInstalls to /var/lib/jenkins/jenkins-scripts/
hyokeun [Fri, 20 Jan 2017 02:53:06 +0000 (11:53 +0900)]
Installs to /var/lib/jenkins/jenkins-scripts/

Change-Id: Ib7dbc28b6038582e2ae08458f9dbfb2703f52884

7 years ago[BuildMonitor] added the trbs build logging part for the public dashboard
SungHun Hwang [Mon, 16 Jan 2017 03:11:20 +0000 (12:11 +0900)]
[BuildMonitor] added the trbs build logging part for the public dashboard

1. added the TRBS_XXX function
2. fixed base64 decoding error when passing over from TRBS jobs to PRE jobs
3. changed from the pre_build_project_id to trbs_build_project_id
4. added the info_stage_id of trbs and changed the info_stage_id of pre/post

ex) info_stage_id
    SR_SUBMIT  = 1
+   TRBS_BUILD = 2
+   TRBS_SNAP  = 3
+   TRBS_IMAGE = 4
    PRE_BUILD  = 5
    PRE_SNAP   = 6
    PRE_IMAGE  = 7
    SR_ACCEPT  = 8
    POST_BUILD = 9
    POST_SNAP  = 10
    POST_IMAGE = 11

5. clear the useless comments and stage
6. changed the submitter name format

Change-Id: Ib897bc12841de33b2b2f682477d448278171a5b2
Signed-off-by: SungHun Hwang <sh0924.hwang@samsung.com>
7 years agoAdd DB logging for buildlogs
Junghyun Kim [Mon, 16 Jan 2017 02:29:14 +0000 (11:29 +0900)]
Add DB logging for buildlogs

Change-Id: I7a9b5a02233c148bfb3cc154d4057eaae4752e69
Signed-off-by: Junghyun Kim <jh0822.kim@samsung.com>
7 years ago Add jenkins-scripts debian
shuai.fu [Tue, 6 Sep 2016 06:17:20 +0000 (14:17 +0800)]
 Add jenkins-scripts debian

Change-Id: I7cd2bffc999de4266732eab446bf139f15e833b5
Signed-off-by: shuai.fu <shuai01.fu@samsung.com>
Conflicts:
packaging/.extra-repos

7 years agoChange directory order from "bp_id/proj_name" to "proj_name/bp_id"
Junghyun Kim [Wed, 11 Jan 2017 06:01:05 +0000 (15:01 +0900)]
Change directory order from "bp_id/proj_name" to "proj_name/bp_id"

This is more readable and it is better way to support the distributed
infrastructure environment.

Change-Id: I3420631af2bc3943fe0051aa8df25ed254472b82
Signed-off-by: Junghyun Kim <jh0822.kim@samsung.com>
7 years agoJOB ADDED: repa accept/reject
Junghyun Kim [Tue, 10 Jan 2017 01:45:15 +0000 (10:45 +0900)]
JOB ADDED: repa accept/reject

To log repa accept/reject, buildmonitor.py is also modified.

Change-Id: Ib79aa65bc91986ca70205ddee50af92078eecd80
Signed-off-by: Junghyun Kim <jh0822.kim@samsung.com>
7 years agoupdate script ( push the nuget server on jenkins master )
Yonghee Han [Mon, 9 Jan 2017 11:07:47 +0000 (20:07 +0900)]
update script ( push the nuget server on jenkins master )

Change-Id: Iaa1fa1c150f15fbf8bd39755241c413e81a1a862

7 years agojob_add_git_tag is added.
Junghyun Kim [Mon, 9 Jan 2017 07:02:26 +0000 (16:02 +0900)]
job_add_git_tag is added.

Changes:
- job_add_git_tag.py is added
- job_submit.py is modified.
  - This is because pushing a tag is done by admin
  - Using Forge Committer Identity in gerrit,
    tagger information will be forged.
  - Original job_submit.py uses 'gerrit_account_name'
    that is generated by gerrit, and it is not forged.
  - To get forged identity, we have to use
    git for-each-ref --format=%(tagger).

Change-Id: I6ff87154a3aa31493c4d329e2726ba32f7ba3303
Signed-off-by: Junghyun Kim <jh0822.kim@samsung.com>
7 years agoNew feature : C# Create update-nuget job , Function : update Nuget package to Nuget...
Yonghee Han [Fri, 6 Jan 2017 08:12:10 +0000 (17:12 +0900)]
New feature : C# Create update-nuget job , Function : update Nuget package to Nuget server

Change-Id: Ie7c3d9b2b55041fb91114ddf6f6c6bd4f1c16c7c

7 years agoRelease 1.3 58/108658/1 release-20161231
SoonKyu Park [Thu, 5 Jan 2017 09:57:06 +0000 (18:57 +0900)]
Release 1.3

Change-Id: I54016b29680de404b797203a9f2e84c63daaf423

7 years agoMerge remote-tracking branch 'origin/devel' into release-20161231
SoonKyu Park [Thu, 5 Jan 2017 08:34:16 +0000 (17:34 +0900)]
Merge remote-tracking branch 'origin/devel' into release-20161231

7 years agoFix decoding error for git-obs-mapping list 62/108562/1
hyokeun [Thu, 5 Jan 2017 05:34:35 +0000 (14:34 +0900)]
Fix decoding error for git-obs-mapping list

Cause: contents are differ between Mapping V1 and V2
Fix: hard code item counts

Change-Id: Id3b37911b3bf3a3147b9435aedf62f0d3a59567c

7 years agoRevert " solve create ks file error"
SoonKyu Park [Thu, 5 Jan 2017 02:25:51 +0000 (11:25 +0900)]
Revert " solve create ks file error"

This reverts commit 76c09eae02c8088cfa96dd5b73d0afd6053a5c1f.

7 years agoMerge "Drop prerelease if build flag is no in the mapping" into devel
Yonghee Han [Thu, 5 Jan 2017 00:43:38 +0000 (16:43 -0800)]
Merge "Drop prerelease if build flag is no in the mapping" into devel

7 years agoMerge "[BuildMonitor] (multi-env, etc) sync up with job_trbs_obs.py of [TRBS]" into...
Yonghee Han [Thu, 5 Jan 2017 00:43:14 +0000 (16:43 -0800)]
Merge "[BuildMonitor] (multi-env, etc) sync up with job_trbs_obs.py of [TRBS]" into devel

7 years agoMerge "Use xml parser instead of string operation for git-ref-mapping" into devel
Yonghee Han [Thu, 5 Jan 2017 00:41:14 +0000 (16:41 -0800)]
Merge "Use xml parser instead of string operation for git-ref-mapping" into devel

7 years ago solve create ks file error
shuai.fu [Mon, 26 Dec 2016 03:01:05 +0000 (11:01 +0800)]
 solve create ks file error

Change-Id: I90c975e67ace3eef52854d44dbd5129dc367d179
Signed-off-by: shuai.fu <shuai01.fu@samsung.com>
7 years agoUse xml parser instead of string operation for git-ref-mapping 45/107145/2
Hyokeun Jeon [Tue, 27 Dec 2016 02:07:43 +0000 (11:07 +0900)]
Use xml parser instead of string operation for git-ref-mapping

Change-Id: Ie83b4139aa7613e9aaa39174a5a6c0805dc883b9

7 years ago[BuildMonitor] (multi-env, etc) sync up with job_trbs_obs.py of [TRBS] 47/105847/6
SungHun Hwang [Mon, 19 Dec 2016 07:41:46 +0000 (16:41 +0900)]
[BuildMonitor] (multi-env, etc) sync up with job_trbs_obs.py of [TRBS]

1. divide the huge packages and triggering the multi jobs
   to avoid "argument too big" error in [Pre_Snap_Packages] and [Post_Snap_Packages] stage
2. sync up with the rest part of [Pre_Snap_Packages] stage
3. fixed the build_image fail check bug in build_image table at [Image] stage
4. if at least one fails among bulid images
   then skip updating the sr_stage as 'C' at [Post_Image] stage
   (it needed to fix the code of job_buildmonitor)

* describe the each stage per jenkins-scripts
<buildmonitor stage>     < job_xxx.py >              < job name >
[Pre_Snap_Packages]   => job_pre_releae_obs.py    => pre-release-create
[Post_Snap_Packages]  => job_create_snapshot.py   => create-snapshot
[Image]               => job_imager.py            => image-creator
[Post_Image]          => job_post_imager.py       => post-image-creation

Change-Id: I72cedb0980fbf7440dcc4175dc29ebdb6f02a80b
Signed-off-by: SungHun Hwang <sh0924.hwang@samsung.com>
7 years agoDrop prerelease if build flag is no in the mapping 34/104934/4
Hyokeun Jeon [Wed, 14 Dec 2016 04:11:08 +0000 (13:11 +0900)]
Drop prerelease if build flag is no in the mapping

mapping.xml would be; <configure enable="true" build="no" />

Change-Id: I9f9ac38a6f40f43a49939c383355543c175f7de2

7 years agoMerge "Revert "Verify that the SR was created on the correct branch"" into devel
Junghyun Kim [Wed, 14 Dec 2016 04:36:54 +0000 (20:36 -0800)]
Merge "Revert "Verify that the SR was created on the correct branch"" into devel

7 years agoRevert "Verify that the SR was created on the correct branch" 23/104623/1
Yonghee Han [Wed, 14 Dec 2016 01:59:46 +0000 (17:59 -0800)]
Revert "Verify that the SR was created on the correct branch"

This reverts commit 13fe3c9941a07d74ed6980e055950f45e879107f.

Change-Id: Ia816a153b1b9d4a537992dec6aade65e5ae5e674

7 years agoMerge "dependency graph is changed to read both OBS and DB status." into devel
Yonghee Han [Mon, 12 Dec 2016 04:13:36 +0000 (20:13 -0800)]
Merge "dependency graph is changed to read both OBS and DB status." into devel

7 years agoMerge "[BuildMonitor] sync up with job_buildmonitor.py of TRBS" into devel
Yonghee Han [Mon, 12 Dec 2016 04:08:43 +0000 (20:08 -0800)]
Merge "[BuildMonitor] sync up with job_buildmonitor.py of TRBS" into devel

7 years agoMerge "Verify that the SR was created on the correct branch" into devel
Yonghee Han [Mon, 12 Dec 2016 03:51:26 +0000 (19:51 -0800)]
Merge "Verify that the SR was created on the correct branch" into devel

7 years ago[BuildMonitor] sync up with job_buildmonitor.py of TRBS 91/103691/1
SungHun Hwang [Fri, 9 Dec 2016 06:58:20 +0000 (15:58 +0900)]
[BuildMonitor] sync up with job_buildmonitor.py of TRBS

1. change the build fail check method from build_target status to build_project status
2. disable old check method (if stable then remove this)
3. clear the previous tables when entering the duplicated build_snapshot_id
4. when build failed in [Snap] stage, skip the next step in [BUILD-MONITOR] jobs
5. when build image failed write to 'F' status of build_image table
6. some bugfixes & remove useless log

Change-Id: Ifee89697ac0b2d408e191da06e33f2708a1dd74a
Signed-off-by: SungHun Hwang <sh0924.hwang@samsung.com>
7 years agodependency graph is changed to read both OBS and DB status. 18/103418/1
Junghyun Kim [Thu, 8 Dec 2016 08:39:55 +0000 (17:39 +0900)]
dependency graph is changed to read both OBS and DB status.

Change-Id: I5729301c97d2db1a9f700e8facf2dbfca8c0f926
Signed-off-by: Junghyun Kim <jh0822.kim@samsung.com>
7 years agoFix snapdiff sync error when daily repo base is not present and weekly repo base... 33/101333/1
Yonghee Han [Thu, 1 Dec 2016 01:35:51 +0000 (10:35 +0900)]
Fix snapdiff sync error when daily repo base is not present and weekly repo base is not present.

Change-Id: I4955082e1ee7b01c7854ad1e13ed79053e11a799

7 years agoFix download_num in prerelease 04/101204/1
hyokeun [Wed, 30 Nov 2016 11:39:04 +0000 (20:39 +0900)]
Fix download_num in prerelease

Change-Id: I23e995573229010943f8de34a1366c51b312ba39

7 years agoDo not set download_num in post release process 94/100494/1
hyokeun [Mon, 28 Nov 2016 09:07:11 +0000 (18:07 +0900)]
Do not set download_num in post release process

Change-Id: Ia6c9a4bed82a153fad5c1b6a5f3022e1d43a4764

7 years agoMerge "Fix download_num in prerelease, Block image creation if build failed" into...
Yonghee Han [Mon, 28 Nov 2016 05:55:37 +0000 (21:55 -0800)]
Merge "Fix download_num in prerelease, Block image creation if build failed" into devel

7 years agoFix download_num in prerelease, Block image creation if build failed 88/100388/1
hyokeun [Mon, 28 Nov 2016 04:40:25 +0000 (13:40 +0900)]
Fix download_num in prerelease, Block image creation if build failed

Change-Id: I135f79f7f7f6d6ada3028ff2b044257fa11311ee

7 years agoCleanup repo directory when have a previous directory 57/100357/2
Yonghee Han [Mon, 28 Nov 2016 02:22:24 +0000 (11:22 +0900)]
Cleanup repo directory when have a previous directory

Change-Id: Ie69a78384c970f6a62b1377ed69c80be7ea0ffb8

7 years agoadd lock/unlock function for the re.job 34/100334/1
Yonghee Han [Mon, 28 Nov 2016 00:06:23 +0000 (09:06 +0900)]
add lock/unlock function for the re.job
cmd: unlock cmd: lock

Change-Id: I9e22dae616a8ff3023dbc9399a5340c65c5a95ea

7 years ago[BuildMonitor] support the trbs project and enable the multi env 93/97093/3
SungHun Hwang [Fri, 11 Nov 2016 04:54:40 +0000 (13:54 +0900)]
[BuildMonitor] support the trbs project and enable the multi env

1. support the trbs project
2. enable the multi env and rearrange the job order
3. fixed the bm_img_size error at job_imager.py

Change-Id: I90b09d7e233f5f9a704992e2cceb536b6406889c
Signed-off-by: SungHun Hwang <sh0924.hwang@samsung.com>
7 years agoMerge "Now supports the action "build_progress"." into devel
Yonghee Han [Tue, 22 Nov 2016 06:02:19 +0000 (22:02 -0800)]
Merge "Now supports the action "build_progress"." into devel

7 years agoAdd download_num in a obs description. Block build info update if download_num mismatch 23/99123/1
Yonghee Han [Tue, 22 Nov 2016 03:48:06 +0000 (12:48 +0900)]
Add download_num in a obs description. Block build info update if download_num mismatch

Change-Id: I1e18c38ee53fdbc93fb777aad16493a262e6cfc8

7 years agoNow supports the action "build_progress". 20/98820/2
Junghyun Kim [Mon, 21 Nov 2016 02:52:30 +0000 (11:52 +0900)]
Now supports the action "build_progress".

"HOME" is changed to "WORKSPACE"

Change-Id: I3963d57fa5e736b5a6d33ebca1bffab0a0dd019d
Signed-off-by: Junghyun Kim <jh0822.kim@samsung.com>
7 years ago[BuildMonitor] bugfixes 79/96879/1
SungHun Hwang [Thu, 10 Nov 2016 11:55:35 +0000 (20:55 +0900)]
[BuildMonitor] bugfixes

1. change the get bm_img_size routine
2. add build_project_id temporarily

Change-Id: I38cdf6685420dc5319c869f71fd4f721c28533d9
Signed-off-by: SungHun Hwang <sh0924.hwang@samsung.com>
7 years ago[BuildMonitor] fix the TypeError bug at Python 2.7.8 79/96779/2
SungHun Hwang [Thu, 10 Nov 2016 06:53:08 +0000 (15:53 +0900)]
[BuildMonitor] fix the TypeError bug at Python 2.7.8

Change-Id: I8912017fd147ea9acca52a6fef99221564093b2a
Signed-off-by: SungHun Hwang <sh0924.hwang@samsung.com>
7 years ago[BuildMonitor] delete the buildmonitor.py in common folder 38/96738/1
SungHun Hwang [Thu, 10 Nov 2016 05:18:31 +0000 (14:18 +0900)]
[BuildMonitor] delete the buildmonitor.py in common folder

Change-Id: I62a1470a889da0ba961e0e97c06242629514a53a
Signed-off-by: SungHun Hwang <sh0924.hwang@samsung.com>
7 years ago[BuildMonitor] change the monitoring method 07/96507/3
SungHun Hwang [Wed, 9 Nov 2016 07:27:00 +0000 (16:27 +0900)]
[BuildMonitor] change the monitoring method

1. structure
Before : module import & function call directly
After  : add new jenkins job named "BUILD-MONITOR" & trigger the job

2. change the buildmonitor file
Before : buildmonitor.py     in ~/jenkins-scripts/common folder
After  : job_buildmonitor.py in ~/jenkins-scripts        folder

3. modify the related jenkins job & spec files

Change-Id: I78afb496e10730acba84ca7d70825e319d419c2f
Signed-off-by: SungHun Hwang <sh0924.hwang@samsung.com>
7 years agoVerify that the SR was created on the correct branch 77/96477/1
Yonghee Han [Wed, 9 Nov 2016 06:38:57 +0000 (15:38 +0900)]
Verify that the SR was created on the correct branch

Change-Id: I2d5d4768084bfe92ae012ce4d3db2726a4d20ace

7 years agoMerge "A dependency graph is generated automatically using the jenkins job "make_dep_...
Yonghee Han [Wed, 9 Nov 2016 02:06:01 +0000 (18:06 -0800)]
Merge "A dependency graph is generated automatically using the jenkins job "make_dep_graph"." into devel

7 years agoA dependency graph is generated automatically using the jenkins job "make_dep_graph". 47/94047/8
Junghyun Kim [Wed, 2 Nov 2016 00:44:09 +0000 (09:44 +0900)]
A dependency graph is generated automatically using the jenkins job "make_dep_graph".

The graph is generated in the four cases below:
1. When prerelease project is created (triggered by pre_release_gerrit).
  At this time, a build_progress graph is generated.
2. When prerelease project is published (triggered by pre_release_create->buildlogs).
  At this time, a dependency graph including only packages triggered by the SR is generated.
3. When an SR is accepted (triggered by request).
  At this time, a build_progress graph is generated.
4. When main project(e.g., Tizen:Mobile) is published (triggered by create_snapshot->buildlogs).
  At this time, a dependency graph for the main project is generated.

Signed-off-by: Junghyun Kim <jh0822.kim@samsung.com>
Conflicts:
job_post_image.py
packaging/jenkins-scripts.spec

Change-Id: I6706ff2da55d66f49afb56b14ae2107f67c1fca0
Signed-off-by: Junghyun Kim <jh0822.kim@samsung.com>
7 years ago[Buildmonitor] Added the build data logging parts for BuildMonitor 16/95416/3
SungHun Hwang [Thu, 3 Nov 2016 04:45:43 +0000 (13:45 +0900)]
[Buildmonitor] Added the build data logging parts for BuildMonitor

1. Added the build data logging parts in for BuildMonitor dashboard
   which can show the status of each build steps from beginning to the end

2. The related actions and python files are as below
  (1) gbs submit --------------- [job_submit.py]
  (2) [pre] packae build ------- [on OBS]
  (3) [pre] snapshot create ---- [job_pre_release_obs.py]
  (4) [pre] image creation  ---- [job_imager.py][job_post_imager.py]
  (5) SR accept or reject ------ [job_request.py]
  (6) [post] package build ----- [on OBS]
  (7) [post] snapshot creation - [job_create_snapshot.py]
  (8) [post] image creation ---- [job_imager.py]
  (9) Completed
  * pre : pre build / post : post build

3. The buildmonitor.py is the common interface file

Change-Id: Id97e8c5e131dc11713fdf58bbb0b794907cedaa1
Signed-off-by: SungHun Hwang <sh0924.hwang@samsung.com>
7 years agoMerge "Update scripts because scm/meta/git system is changed" into devel
Yonghee Han [Wed, 2 Nov 2016 06:09:56 +0000 (23:09 -0700)]
Merge "Update scripts because scm/meta/git system is changed" into devel

7 years agoSkip updating ref-snapshot-info if no mapping exist 65/94765/1
hyokeun [Tue, 1 Nov 2016 05:56:53 +0000 (14:56 +0900)]
Skip updating ref-snapshot-info if no mapping exist

Change-Id: If95da95182bb601076d3a0f7a2a692c7e1d4fed3

7 years agoUpdate scripts because scm/meta/git system is changed 20/94420/1
Sehong Na [Sun, 30 Oct 2016 22:40:52 +0000 (07:40 +0900)]
Update scripts because scm/meta/git system is changed

Change-Id: I9477428527e899c967983badcdc2d767a5e375ff
Signed-off-by: Sehong Na <sehong.na@samsung.com>
7 years agoENABLED flag for git-ref-mapping update 45/94245/1
hyokeun [Fri, 28 Oct 2016 01:02:16 +0000 (10:02 +0900)]
ENABLED flag for git-ref-mapping update

Change-Id: If15e1bcfac222c7bf56ece8797b14790cf7590b0

7 years agoUpdating git-ref-mapping after release snapshot 56/94056/2
hyokeun [Thu, 27 Oct 2016 04:46:49 +0000 (13:46 +0900)]
Updating git-ref-mapping after release snapshot

Change-Id: I822f740afcbe5ed1e70a1e9ad884b75647b5160f

7 years agoAdd gitbuildstatus in Prerelease project 49/93649/1
Yonghee Han [Tue, 25 Oct 2016 06:49:35 +0000 (15:49 +0900)]
Add gitbuildstatus in Prerelease project

Change-Id: I6ed6e93182f732bbf9a5a033a27b88d5b82827d3

7 years agoREPO_PUBLISHED event is generated only once when all repos are published. Delete... 71/93571/1
Yonghee Han [Tue, 25 Oct 2016 04:13:02 +0000 (13:13 +0900)]
REPO_PUBLISHED event is generated only once when all repos are published. Delete chksnap option on prerelease project

Change-Id: Iecc5e89b4b7addebf956c3a3c2be4dded9d30392

7 years agoEnable triggerring buildlogs even for prerelease projects. 16/92416/1
Junghyun Kim [Mon, 17 Oct 2016 02:39:25 +0000 (11:39 +0900)]
Enable triggerring buildlogs even for prerelease projects.

Currently, creating a snapshot for prerelease projects (job_pre_release_obs.py)
does not trigger buildlogs unlike that for the main projects (job_create_snapshot.py).

To make a dependencey graph for prerelease projects, it is necessary to
include buildlogs job.

Change-Id: Iea5e1181a32e09efc8881aee02d8103b3587dca8
Signed-off-by: Junghyun Kim <jh0822.kim@samsung.com>
7 years agoRelease 1.2 release-1.2 sandbox/sai/prerelease
SoonKyu Park [Thu, 29 Sep 2016 04:21:53 +0000 (13:21 +0900)]
Release 1.2

Change-Id: Ieeece29f354009bf4379e0820d1f45e90aecb5af

7 years agoMerge "Modified to produce for the Prerelease Group SR." into devel
Yonghee Han [Wed, 28 Sep 2016 05:04:27 +0000 (22:04 -0700)]
Merge "Modified to produce for the Prerelease Group SR." into devel

7 years agoTrigger post-image-creation job with failed status if imager stucked 98/89998/1
hyokeun [Wed, 28 Sep 2016 04:13:50 +0000 (13:13 +0900)]
Trigger post-image-creation job with failed status if imager stucked
Problem: When image creation job stucked and aborted itself, post-image-creation job will not be called.
Fix: Prepare dummy failed trigger infomation. It will always trigger remaining job.

Change-Id: I8d73ff72ffdfd77f25133ac19b7d82b0db37bcfc

7 years agoModified to produce for the Prerelease 85/89485/1
Yonghee Han [Sat, 24 Sep 2016 00:16:44 +0000 (09:16 +0900)]
Modified to produce for the Prerelease
Group SR.

Normal operation
SR first build is complete, images created.
SR second build is complete, images created.

However, in the case of failure.
The problems do not stop with the first image produced does not create a second image.

Solution.
Modified to produce the first image and the second image can be generated.

Change-Id: Ibe3283040d56bed6e7ae68d682056edae012282e

7 years agoMerge patches from devel branch 51/88851/1
SoonKyu Park [Wed, 21 Sep 2016 02:30:48 +0000 (11:30 +0900)]
Merge patches from devel branch

Change-Id: I781c26760af0e4b10e79df2e96a25cee30792754

7 years agoDo not insert "CopyLinkedPackages: yes" multiple times. 91/86591/1
Junghyun Kim [Fri, 2 Sep 2016 04:22:37 +0000 (13:22 +0900)]
Do not insert "CopyLinkedPackages: yes" multiple times.

Change-Id: I8d2f817c179596c780b1b0ff69d37f3f3fd820e2
Signed-off-by: Junghyun Kim <jh0822.kim@samsung.com>
7 years agoMerge "Check existance of repo and image path for snapdiff" into devel
Yonghee Han [Thu, 18 Aug 2016 01:46:18 +0000 (18:46 -0700)]
Merge "Check existance of repo and image path for snapdiff" into devel

7 years agoCheck existance of repo and image path for snapdiff 87/84287/1
hyokeun [Thu, 18 Aug 2016 01:33:13 +0000 (10:33 +0900)]
Check existance of repo and image path for snapdiff

Change-Id: Ic0d685c48cdd72847670a7950f14ca32a4b70a3e

7 years agodisable check user in group 90/84190/1
Sehong Na [Wed, 17 Aug 2016 08:14:31 +0000 (17:14 +0900)]
disable check user in group

Change-Id: Ife810ce8740ec8d38b7bf2f73760ff9e1a61ef4e
Signed-off-by: Sehong Na <sehong.na@samsung.com>
7 years agoAdditional accepted action for re 76/84176/1
hyokeun [Wed, 17 Aug 2016 06:22:04 +0000 (15:22 +0900)]
Additional accepted action for re
Mismatch action parameter (accepted) between repa and re.

Change-Id: I0ed2656e4137545890a987df7ab8fa292c73c2f4

7 years agoAdd "\n" at the beginning of "CopyLinkedPackages: yes". 48/83048/1
Junghyun Kim [Tue, 9 Aug 2016 02:03:01 +0000 (11:03 +0900)]
Add "\n" at the beginning of "CopyLinkedPackages: yes".

If "Rpmbuildstage: bb" does not have "\n" at the end of the string,
this could be possible "Rpmbuildstage: bbCopyLinkedPackages: yes".
Hence, just insert "\n" at the beginning.

Change-Id: I06fe5dba92c33c67b1f090503fd9d80a515e8765
Signed-off-by: Junghyun Kim <jh0822.kim@samsung.com>
7 years agoPreventing unnecessary package builds for prerelease projects. 44/82644/1
Junghyun Kim [Thu, 4 Aug 2016 23:07:40 +0000 (08:07 +0900)]
Preventing unnecessary package builds for prerelease projects.

For normal OBS projects, if the result binary for package PKG_A is not changed,
packages depending on PKG_A are not build due to build-compare package.

However, for prerelease projects, if a build is triggers for package PKG_A,
all packages depends on PKG_A are built in prerelease projects.

REASON
To perform build-compare, we need two rpms: oldrpm and newrpm.
However, for prerelease projects, there is no oldrpm since there is no rpms built for the prerelease project.

SOLUTION
Sym-link rpm files from the linked projects.
For example,
ln -s /srv/obs/build/Tizen:Mobile/arm-wayland/armv7l/libnl2/*.rpm /srv/obs/build/home:prerelease:Tizen:Mobile:submit:tizen:20160729.002907/arm-wayland/armv7l/libnl2

To do this, we have to change two things.
1. jenkins-script
To perform this functionality as an option, this functionality is performed only if "CopyLinkedPackages: yes" is in project config.
To do this, we have to change "job_submit.py" in jenkins-script.
"job_submit.py" adds "CopyLinkedPackages: yes" at the end of project config for prerelease projects.

2. bs_sched (OBS)
If "CopyLinkedPackages: yes" is found in project config, make a symbolic link for the package before this package is built.

Change-Id: I54ab531a8b8b73f1b7ea95cf0cd76c596954cc9a
Signed-off-by: Junghyun Kim <jh0822.kim@samsung.com>
8 years agoRevert: 4) 5) : Check Human Error about SR tag 19/81419/1
Yonghee Han [Tue, 26 Jul 2016 06:22:05 +0000 (15:22 +0900)]
Revert: 4) 5) : Check Human Error about SR tag
    4) Check specfile exist under packaging
    5) Check parse specfile

Change-Id: I461480eaafd07b005fb1751cf262416c1740a3e3

8 years agofix for sending e-mail function error in job_submit.py 88/81388/1
Yonghee Han [Tue, 26 Jul 2016 02:24:15 +0000 (11:24 +0900)]
fix for sending e-mail function error in job_submit.py

Change-Id: I032dd1534e1d6b29d7993e61fe5753056fa34d28

8 years agofix : fail to create daily,weekly reports file. 74/81374/1
Yonghee Han [Tue, 26 Jul 2016 00:28:24 +0000 (09:28 +0900)]
fix : fail to create daily,weekly reports file.

Change-Id: I0f3b7271e173c0b13a9d1b039fb6e71da7e1af79

8 years agoFeature : Check Human Error about SR tag 75/81075/1
Yonghee Han [Fri, 22 Jul 2016 01:23:31 +0000 (10:23 +0900)]
Feature : Check Human Error about SR tag
1) check whether tag follow proper format : tag name format,date format
2) check whether tag is an annotated tag
3) Check if change is still under review
4) Check specfile exist under packaging
5) Check parse specfile
6) Report an e-mail message about the error to the submitter

Change-Id: Ibd722848e87c2148de730aa766c97883e842efca

8 years agoJob : check_scm_meta_git 12/78412/1
Yonghee Han [Tue, 5 Jul 2016 11:02:10 +0000 (20:02 +0900)]
Job : check_scm_meta_git
    Add new feature for using scm/meta/git.

Change-Id: I69a6e4de7a063e43645b009c963090b43d6f877e

8 years agoFix retrigger the images for the Group submit. 40/78240/1
Yonghee Han [Tue, 5 Jul 2016 00:24:52 +0000 (09:24 +0900)]
Fix retrigger the images for the Group submit.
disable publish flag and default publish flag

Change-Id: I24ea9f4d74e30742c6cf300ab3922f2fb726e229

8 years agoPrerelease - Get obs project info instead of request every packages 54/78154/1
hyokeun [Mon, 4 Jul 2016 10:50:34 +0000 (19:50 +0900)]
Prerelease - Get obs project info instead of request every packages

Change-Id: I8ee19c0860a0bf5654251f050df54da65b848965

8 years agoexception images_count of the post image job 00/75400/1
Yonghee Han [Sat, 18 Jun 2016 04:29:39 +0000 (13:29 +0900)]
exception images_count of the post image job

Change-Id: I65246df6be192ee62109fa9d92b83f9c975e1537

8 years agoFixed Notify email about reqeust author(Group submitter) 96/75396/1
Yonghee Han [Sat, 18 Jun 2016 00:51:03 +0000 (09:51 +0900)]
Fixed Notify email about reqeust author(Group submitter)
chage Build_id trigger to request_trigger_
change for jobs setting

Change-Id: I5d3c9d643665a83be7f16c49ed1f96733457ca01

8 years agoupdate the info when images and images_count is same 95/75395/1
Yonghee Han [Sat, 18 Jun 2016 00:37:40 +0000 (09:37 +0900)]
update the info when images and images_count is same

Change-Id: I51d907c246c32ad769f8e8af22adc202c3b62c86

8 years agoMerge "1) New workflow about Snapshot. 2) Add submitter on prorelease project. 3...
Yonghee Han [Tue, 14 Jun 2016 23:48:30 +0000 (16:48 -0700)]
Merge "1) New workflow about Snapshot. 2) Add submitter on prorelease project. 3) Add chksnap option on prerelease project. 4) Unknown published status skipping prerelease repository creation as OBS" into devel

8 years agoJob : check_scm_meta_git 26/74426/1
Sehong Na [Tue, 14 Jun 2016 07:38:42 +0000 (16:38 +0900)]
Job : check_scm_meta_git

Add new feature for using scm/meta/git.
It's submit type option in git-trees.
It's add checking syntax and applying to system related submit type option.

Change-Id: Iaeec73c57b30e4d47d8e3f901c0ed5c6ec3f32cf
Signed-off-by: Sehong Na <sehong.na@samsung.com>
8 years ago1) New workflow about Snapshot. 84/74084/2
Yonghee Han [Sat, 11 Jun 2016 06:55:24 +0000 (15:55 +0900)]
1) New workflow about Snapshot.
2) Add submitter on prorelease project.
3) Add chksnap option on prerelease project.
4) Unknown published status skipping prerelease repository creation as OBS

Change-Id: Ie0a1b3fc43770b3c7e88f4747eb10d109027341d

8 years agoAdd new job 'check_scm_meta_git'. It's for using scm/meta/git. 01/73701/2
Sehong Na [Thu, 9 Jun 2016 07:49:40 +0000 (16:49 +0900)]
Add new job 'check_scm_meta_git'. It's for using scm/meta/git.

- Synchronize meta data in scm/meta/git to gerrit system automatically.
- Check syntax & semantics about scm/meta/git.

Change-Id: I552f6a0011a7b977f6221e309d2127ef2d95905b
Signed-off-by: Sehong Na <sehong.na@samsung.com>
8 years agoAdd repo manifest file for ABS 58/71558/1
hyokeun [Thu, 26 May 2016 01:58:18 +0000 (10:58 +0900)]
Add repo manifest file for ABS

Change-Id: Ib8aac2c21b06d8d3500446b9344754f67f792dab

8 years agoexception to KeyError: linkedbuild of repo_element.attrib.pop() 54/71054/1
Yonghee Han [Tue, 24 May 2016 02:05:29 +0000 (11:05 +0900)]
exception to KeyError: linkedbuild of repo_element.attrib.pop()

Change-Id: Ic1dbbc2efdae235175810612249162c256aa62f1

8 years ago1) Retry create_project(...) three times if it faild. 61/70861/1
Yonghee Han [Mon, 23 May 2016 05:44:23 +0000 (14:44 +0900)]
1) Retry create_project(...) three times if it faild.
2) Merge person list then send meta update request only once. (instead of sending multiple requests)
Tested : Retry routine check OK.
Tested : Update meta for person check OK.

Change-Id: I7646b57dee077d3a2b2def4c0ef36e81c8eef04b

8 years ago description : disable a build flag before upload service and enable a build flag... 16/70216/1
Yonghee Han [Wed, 18 May 2016 22:15:33 +0000 (07:15 +0900)]
description : disable a build flag before upload service and enable a build flag after link project
    file : job_submit.py

Change-Id: Ic7052d4c01048c8693c28da5c19055b875fab5da

8 years ago Feature: Add rpmbuild stage options for prerelease job 61/66261/1
Yonghee Han [Mon, 18 Apr 2016 06:06:21 +0000 (15:06 +0900)]
 Feature: Add rpmbuild stage options for prerelease job
Description : have to add PRERELEASE_RPMBUILD_STAGE in jobs/configuration
              PRERELEASE_RPMBUILD_STAGE = bb or PRERELEASE_RPMBUILD_STAGE = ba
            If you do not want to create the src.rpm file on OBS project, use a PRERELEASE_RPMBUILD_STAGE = bb

Change-Id: Ieb356b32dca5aa58526f1551a5184bf2efaa88ee

8 years agoMerge "Revert "description : disable a build flag before upload service and enable...
Yonghee Han [Fri, 15 Apr 2016 05:11:49 +0000 (22:11 -0700)]
Merge "Revert "description : disable a build flag before upload service and enable a build flag after link project file : job_submit.py"" into devel

8 years agoRevert "description : disable a build flag before upload service and enable a build... 69/66069/1
Yonghee Han [Fri, 15 Apr 2016 05:05:39 +0000 (22:05 -0700)]
Revert "description : disable a build flag before upload service and enable a build flag after link project file : job_submit.py"

This reverts commit ec5ab866cd0621aed570ed9ef23cefbd21ddfb83.

Change-Id: I88fac5fc0ae3565746e08198f759498f88f63217

8 years ago modify to check sync_status value when Sync function doing 35/66035/1
Yonghee Han [Fri, 15 Apr 2016 01:37:16 +0000 (10:37 +0900)]
 modify to check sync_status value when Sync function doing

Change-Id: I6377d04cbeb651200064284c092926ad03ec4397

8 years agodescription : disable a build flag before upload service and enable a build flag... 99/65999/1
Yonghee Han [Thu, 14 Apr 2016 10:44:21 +0000 (19:44 +0900)]
description : disable a build flag before upload service and enable a build flag after link project
file : job_submit.py

Change-Id: Icdbf9edac7da0cb31c6a4b7f7729cf1fb3dbff7a

8 years agoretry sync function because of rsync error
Yonghee Han [Tue, 12 Apr 2016 07:29:45 +0000 (16:29 +0900)]
retry sync function because of rsync error

Change-Id: I353a755c25105dbf3e3b0246748ad29233ff178e

8 years agoDo not use 'Generates .files' 69/63769/1
Yonghee Han [Sat, 26 Mar 2016 05:33:04 +0000 (14:33 +0900)]
Do not use 'Generates .files'
error : <urlopen error [Errno 101] Network is unreachable>

Change-Id: I28d1a0a6c955e54bab23cfdd01c1f80588fa558b

8 years agoFeature : Generates .files which contains package name and its file list 01/63601/4
Yonghee Han [Thu, 24 Mar 2016 23:49:30 +0000 (08:49 +0900)]
Feature : Generates .files which contains package name and its file list
make the images_files file.ex)tizen-3.0-tv_20160324.9_tv-emulator.files

Change-Id: I6477485b5ff7aeafb649e06c80ef8d483f4d81c9

8 years ago1) add & update below funtion for the buildservice.py 73/63473/3
Yonghee Han [Thu, 24 Mar 2016 07:18:51 +0000 (16:18 +0900)]
1) add & update below funtion for the buildservice.py
----------------------------------------------------
update_buildstatus
update_info
link_projectDev
get_user_meta
create_copy_pac
get_dependson
show_upstream_rev
disable_build_flag
default_build_flag
2) Make file at packages depends & revision of OBS for the job_buildlog.py

Change-Id: I0d71f26ab270cd9ac54cdd48e2613963102856db

8 years agoDelete Tizen older directories based on policy: modify to search all directory 03/62303/2
Yonghee Han [Tue, 15 Mar 2016 09:04:08 +0000 (18:04 +0900)]
Delete Tizen older directories based on policy: modify to search all directory

Change-Id: Ia848a4ed16f0c3ed92079bed992e87017ecd8ad4

8 years agomove project_src_rpm_cleanup in job_pre_release_obs.py 76/62276/2
Yonghee Han [Tue, 15 Mar 2016 07:18:46 +0000 (16:18 +0900)]
move project_src_rpm_cleanup in job_pre_release_obs.py

Change-Id: I2b9d7610b2e248ab53599ec2b9e791616c69695f

8 years agocleanup src.rpm files on Live repo. we don't used src.rpm files on prerelease project. 76/62076/1
Yonghee Han [Mon, 14 Mar 2016 06:56:05 +0000 (15:56 +0900)]
cleanup src.rpm files on Live repo. we don't used src.rpm files on prerelease project.

Change-Id: Idf8f79631fc79473f625cff3cc833084b315b42b

8 years agoRelease 1.1 07/61207/1 release-1.1
Yonghee Han [Fri, 4 Mar 2016 23:30:29 +0000 (08:30 +0900)]
Release 1.1

Updated version, changelog and RELEASE_NOTES.

Change-Id: I3966f00d850ce941a48ab1862f6bf457d4731efb

8 years agoRelease 1.1 06/61206/2
Yonghee Han [Fri, 4 Mar 2016 23:30:29 +0000 (08:30 +0900)]
Release 1.1

Updated version, changelog and RELEASE_NOTES.

Change-Id: I3966f00d850ce941a48ab1862f6bf457d4731efb