services/jenkins-scripts.git
7 years agoDXLTTC-785 First SR acceptance problem. 66/138366/1
Yonghee Han [Wed, 12 Jul 2017 02:43:46 +0000 (11:43 +0900)]
DXLTTC-785 First SR acceptance problem.

PROBLEM : If you have a linked package when you first accept it, it will be added to linked package.

SOLUTION : First, create initial package and will be added to SR package.

Change-Id: I21ee6a4beccd9953f8503f789bdad49502da25e4

7 years agoMerge "DXLTTC-783 Problems with pre-release projects" into devel
Yonghee Han [Wed, 12 Jul 2017 01:24:10 +0000 (01:24 +0000)]
Merge "DXLTTC-783 Problems with pre-release projects" into devel

7 years agofix the problem that trigger order is mixed up 30/138330/1
SungHun Hwang [Tue, 11 Jul 2017 09:07:31 +0000 (18:07 +0900)]
fix the problem that trigger order is mixed up

PROBLEM:
  display 'succuss' on dashboard
  but actually the image was not created

REASON:
  the trigger infomation order was mixed up
  between 'pre-release-image-creator' and 'BUILD-MONIOTR' job

SOLUTION:
  1. change the code from 'break' to 'return'
     bcz the rest progress does not need anymore
  2. remove DUMMY code

Change-Id: I898f57a74b97bb6b5f9e11f134c751f4dad9186f
Signed-off-by: SungHun Hwang <sh0924.hwang@samsung.com>
7 years agoDXLTTC-783 Problems with pre-release projects 63/138063/2
Yonghee Han [Tue, 11 Jul 2017 02:56:35 +0000 (11:56 +0900)]
DXLTTC-783 Problems with pre-release projects

Problem : remain the project folder in /srv/obs/build of backend server.
Solution :  change the delete_project function from the cleanup funtion in a job_request job.
_bs.delete_project(prj) -> _bs.cleanup(prj, "This project has expired")

Change-Id: I56e3d22a97fc3d65438eb47640dbd62b9aa8a80c

7 years agochmod -x for all script files 47/138047/1
hyokeun [Tue, 11 Jul 2017 02:17:57 +0000 (11:17 +0900)]
chmod -x for all script files

Change-Id: Ie681133b19ba68560407ed102b3d9f4df7b048d9

7 years agoRemove _link if _service file exists when accepting SR. 18/138018/2
hyokeun [Tue, 11 Jul 2017 01:06:53 +0000 (10:06 +0900)]
Remove _link if _service file exists when accepting SR.

Problem: When accepting packages to multiple-linked project, it branches rather than creating it.
         This will create _link package which references the original project's.
Workaround: Remove _link if exists and set associated comments for history.

Change-Id: Ibcddef330ad666405d29bc58812ff7afc723a973

7 years ago[TRBS][Handling when reference result is not existed] 18/137818/7
Sanghoon Lee [Mon, 10 Jul 2017 02:37:04 +0000 (11:37 +0900)]
[TRBS][Handling when reference result is not existed]

PROBLEM:
- DA TRBS doesn't have REF and PERF result.

SOLUTION:
- When REF and PERF result is not existed, then skip the inserting into db.

Change-Id: I14db54ffc8f758de87deb2c2713d28d65b23b88b

7 years agoFix divide by zero 05/137805/1
Junghyun Kim [Mon, 10 Jul 2017 00:47:41 +0000 (09:47 +0900)]
Fix divide by zero

PROBLEM:
- We found there are the case that 'total_case' is zero.
- In this case, a 'divide by zero' exception occurs.

SOLUTION:
- Prior to the division, check if the value is zero.

Change-Id: Ia0d299cad2556b724f6cb85c87860da3da811cee
Signed-off-by: Junghyun Kim <jh0822.kim@samsung.com>
7 years agoModify job_update_gbs_meta.py as 'BASIC_SNAPSHOT_URL' is removed in jobs/configuration 74/137674/1
SoonKyu Park [Fri, 7 Jul 2017 04:50:59 +0000 (13:50 +0900)]
Modify job_update_gbs_meta.py as 'BASIC_SNAPSHOT_URL' is removed in jobs/configuration

Change-Id: I32fcfbe8fb89e64848b2e60366e8b803ce3a69ca

7 years agoMerge "BUGFIX: undefined attribute" into devel
Junghyun Kim [Thu, 6 Jul 2017 23:51:34 +0000 (23:51 +0000)]
Merge "BUGFIX: undefined attribute" into devel

7 years agoMerge "extension changed: php -> html" into devel
Junghyun Kim [Thu, 6 Jul 2017 23:51:19 +0000 (23:51 +0000)]
Merge "extension changed: php -> html" into devel

7 years agoMerge "Adding linked build packages to test-trigger info." into devel
hyokeun [Thu, 6 Jul 2017 10:28:39 +0000 (10:28 +0000)]
Merge "Adding linked build packages to test-trigger info." into devel

7 years agoextension changed: php -> html 65/137565/1
Junghyun Kim [Thu, 6 Jul 2017 10:13:57 +0000 (19:13 +0900)]
extension changed: php -> html

This javascript code moves the page if node is double-clicked.
Since we do not use php anymore, use html.

Change-Id: I35d1d4f97a8b41b0cc59a58e7f726003d4ada0fd
Signed-off-by: Junghyun Kim <jh0822.kim@samsung.com>
7 years agoAdd new jenkins job : 'update-gbs-meta' when master branch of scm/git-ref-mapping... 17/137517/1
SoonKyu Park [Thu, 6 Jul 2017 07:47:01 +0000 (16:47 +0900)]
Add new jenkins job : 'update-gbs-meta' when master branch of scm/git-ref-mapping is updated

Update following gbs fullbuild related meta file
scm/manifest
scm/meta/gbs-config
scm/meta/build-config

Change-Id: Id148aa998c11be10ca769f83e53bc3778c5bde5d

7 years agoAdding linked build packages to test-trigger info. 76/137476/3
hyokeun [Thu, 6 Jul 2017 05:55:31 +0000 (14:55 +0900)]
Adding linked build packages to test-trigger info.

1. Read manifest xml file if exist.
2. Add 'linked_build_packages': ['blah', 'blah'] into .prerelease.description file.

Change-Id: I6e251bd632bd95fc824f35345e2ae2e275ecaf44

7 years agoMerge "BUGFIX: missing count increment" into devel
hyokeun [Thu, 6 Jul 2017 01:10:36 +0000 (01:10 +0000)]
Merge "BUGFIX: missing count increment" into devel

7 years agoMerge "Add job_test_trigger_automation.py" into devel
Yonghee Han [Thu, 6 Jul 2017 00:33:22 +0000 (00:33 +0000)]
Merge "Add job_test_trigger_automation.py" into devel

7 years agoBUGFIX: missing count increment 19/137419/1
hyokeun [Thu, 6 Jul 2017 00:31:48 +0000 (09:31 +0900)]
BUGFIX: missing count increment

Change-Id: I21093fa34b0b6d88775d973b3ced2e491887d055

7 years agoGenerate manifest info for pre-release projects 24/137324/2
hyokeun [Wed, 5 Jul 2017 08:20:40 +0000 (17:20 +0900)]
Generate manifest info for pre-release projects

Change-Id: Ie639f8c965509e9aad4608156232707268a84702

7 years agoAdd job_test_trigger_automation.py 19/136519/2
Yonghee Han [Fri, 30 Jun 2017 05:34:06 +0000 (14:34 +0900)]
Add job_test_trigger_automation.py

migration of TRBS_TEST_AUTOMATION job
 local trigger for tester
 public trigger for tester

Change-Id: Ic4ac77bcd5a3d3a75bf784e1db18dd2f5736ffee

7 years agoUse OBS_package name on staging OBS project 81/136981/1
hyokeun [Tue, 4 Jul 2017 02:14:13 +0000 (11:14 +0900)]
Use OBS_package name on staging OBS project

If OBS_package field exists in mapping file, use this instead of spec name.

Change-Id: I4a7e0b62bc254a840c5d6d9171721df6e0636351

7 years agoMerge "sr_stage update" into devel
Junghyun Kim [Mon, 3 Jul 2017 08:26:49 +0000 (08:26 +0000)]
Merge "sr_stage update" into devel

7 years agoBUGFIX: python-jenkinsapi limitation 24/136724/1
hyokeun [Mon, 3 Jul 2017 04:45:07 +0000 (13:45 +0900)]
BUGFIX: python-jenkinsapi limitation

Problem: get_job() uses jenkins's system url which differs from internal url.
Todo: Use api/python requests instead.

Change-Id: I06a2297cc223574b3729d97c6b99531e144fc12c

7 years agosr_stage update 69/136569/1
Junghyun Kim [Fri, 30 Jun 2017 08:04:42 +0000 (17:04 +0900)]
sr_stage update

Change-Id: Ib7bad69f0d582f5319de0e5c5d5e45850203bc80
Signed-off-by: Junghyun Kim <jh0822.kim@samsung.com>
7 years ago[TRBS][Fixed trbs test result receiver] 03/136503/5
Sanghoon Lee [Fri, 30 Jun 2017 04:32:04 +0000 (13:32 +0900)]
[TRBS][Fixed trbs test result receiver]

Handling duplicate data when TRBS is retriggered.

Change-Id: I74d0216b601a74ace3aeef6e4ef92ec81a9b2e9b

7 years agoMerge "[BuildMonitor] remove 'trbs' proj check code for detecting fail status" into...
SungHun Hwang [Fri, 30 Jun 2017 03:38:34 +0000 (03:38 +0000)]
Merge "[BuildMonitor] remove 'trbs' proj check code for detecting fail status" into devel

7 years agoRemove test code
hyokeun [Fri, 30 Jun 2017 02:14:17 +0000 (11:14 +0900)]
Remove test code

Change-Id: I7e2257ccf25026d11b079632d244a46b37e066de

7 years ago[BuildMonitor] remove 'trbs' proj check code for detecting fail status 71/136371/1
SungHun Hwang [Thu, 29 Jun 2017 08:01:31 +0000 (17:01 +0900)]
[BuildMonitor] remove 'trbs' proj check code for detecting fail status

PROBLEM:
  stay 'Accepted(Imaging)' status at SPIN dashboard

REASON:
  download server url is changed from download to download_trbs

SOLUTION:
  remove 'trbs' check code for updating fail status properly

Change-Id: Icc4f641548592c839d981c17bcf6f483188aa661
Signed-off-by: SungHun Hwang <sh0924.hwang@samsung.com>
7 years agoMerge "Option to disabling log print in trigger_next()" into devel
hyokeun [Thu, 29 Jun 2017 05:41:32 +0000 (05:41 +0000)]
Merge "Option to disabling log print in trigger_next()" into devel

7 years agoBUGFIX: undefined attribute 92/136192/1
Junghyun Kim [Wed, 28 Jun 2017 10:52:07 +0000 (19:52 +0900)]
BUGFIX: undefined attribute

PROBLEM:
 - AttributeError: GitObsMapping instance has no attribute 'cur_OBS_staging_project'

SOLUTION:
 - assign "" at the initialization

Change-Id: I00389c3cf40a188b984e70dcb438a022e9fe7a3e
Signed-off-by: Junghyun Kim <jh0822.kim@samsung.com>
7 years agoAdd a purge rule for smr project 71/136171/1
Yonghee Han [Wed, 28 Jun 2017 09:47:50 +0000 (18:47 +0900)]
Add a purge rule for smr project

Define : SMR_PURGE_PRJ_HOUR
Rule : find "Tizen" and "smr" and is not "Base"

Change-Id: I6a9d08d86a16fd6375f6421c55ed568c8e9060c8

7 years agoEnable trigger_next to sync 52/136152/2
Yonghee Han [Wed, 28 Jun 2017 08:42:03 +0000 (17:42 +0900)]
Enable trigger_next to sync

Bugfix : Can not sync to mirror server.
Solution : Add trigger_next to sync

Change-Id: If1521666a07ac9ed0a4eba328a737235629d9157

7 years agoMerge "BUGFIX : trigger to importrpm" into devel
Yonghee Han [Wed, 28 Jun 2017 09:03:51 +0000 (09:03 +0000)]
Merge "BUGFIX :  trigger to importrpm" into devel

7 years agoBUGFIX : trigger to importrpm 74/136074/3
Yonghee Han [Wed, 28 Jun 2017 04:10:21 +0000 (13:10 +0900)]
BUGFIX :  trigger to importrpm

Add a environment variable
  IMPORT_RPM , REPO_PATH, BUILDID

To use : ref-copy-project-obs job
  SRC_PROJECT : Tizen:3.0:Mobile:ref:20170626.1
  DEST_PROJECT : Tizen:3.0:Mobile:smr:20170626.1

remove a project field of data fields.

Change-Id: I25217ebc3339f06038326e28d280ae5a5778b43b

7 years agoMerge "Separate env parameter REF_USE_FOR_PRERELEASE" into devel
hyokeun [Wed, 28 Jun 2017 08:47:59 +0000 (08:47 +0000)]
Merge "Separate env parameter REF_USE_FOR_PRERELEASE" into devel

7 years agoSeparate env parameter REF_USE_FOR_PRERELEASE 66/135866/2
hyokeun [Tue, 27 Jun 2017 06:32:39 +0000 (15:32 +0900)]
Separate env parameter REF_USE_FOR_PRERELEASE

Change-Id: I84e68071635278025c2e50c85a62b993b1ef1241

7 years agoOption to disabling log print in trigger_next() 82/136082/1
hyokeun [Wed, 28 Jun 2017 04:42:05 +0000 (13:42 +0900)]
Option to disabling log print in trigger_next()

Change-Id: I282cd1618cb64543479607bcb07fd3d6fe7ae55e

7 years agoMerge "BUGFIX: change environment variable" into devel
Junghyun Kim [Wed, 28 Jun 2017 02:17:12 +0000 (02:17 +0000)]
Merge "BUGFIX: change environment variable" into devel

7 years agoMerge "ABS: Use PUBLIC_OBS_* parameters" into devel
hyokeun [Wed, 28 Jun 2017 01:50:58 +0000 (01:50 +0000)]
Merge "ABS: Use PUBLIC_OBS_* parameters" into devel

7 years agoBUGFIX: change environment variable 00/135900/1
Junghyun Kim [Tue, 27 Jun 2017 08:32:47 +0000 (17:32 +0900)]
BUGFIX: change environment variable

To match environment varibles for both SPIN and public,
we will use JENKINS_URL_INTERNAL, JENKINS_USER, JENKINS_PW

Change-Id: Icc60c2286efbf58e31c0ba985b3e5eeefaa3e066
Signed-off-by: Junghyun Kim <jh0822.kim@samsung.com>
7 years agoABS: Use PUBLIC_OBS_* parameters 63/135863/1
hyokeun [Tue, 27 Jun 2017 06:22:49 +0000 (15:22 +0900)]
ABS: Use PUBLIC_OBS_* parameters

Change-Id: I6ae5ce7bf189e8adf1a6d9de0950998fbc50efc1

7 years agoAdd time interval between each git tagging 23/135823/1
hyokeun [Tue, 27 Jun 2017 01:42:23 +0000 (10:42 +0900)]
Add time interval between each git tagging

Change-Id: Icb01ee6dad742ba4d7433b7885b6b94390f8e518

7 years agoRemove duplicated items caused by both MappingV1 and MappingV2 19/135819/1
hyokeun [Tue, 27 Jun 2017 00:50:11 +0000 (09:50 +0900)]
Remove duplicated items caused by both MappingV1 and MappingV2

Change-Id: I91e4b63eb0acf29cc64d7361727c27a12b46a638

7 years agoMerge "NEW FEATURE: Control ondemand slaves" into devel
hyokeun [Mon, 26 Jun 2017 08:06:32 +0000 (08:06 +0000)]
Merge "NEW FEATURE: Control ondemand slaves" into devel

7 years agoNEW FEATURE: Control ondemand slaves 77/134777/3
hyokeun [Fri, 16 Jun 2017 08:22:15 +0000 (17:22 +0900)]
NEW FEATURE: Control ondemand slaves

Dynamically create/release imager slaves through python AWS SDK.

Change-Id: I4ace932e298546bb94a7fa9c0a9c0bdfb9b199a1

7 years agoMerge "Create a _aggregate package of related pakcages in submit jobs" into devel
Yonghee Han [Mon, 26 Jun 2017 02:54:27 +0000 (02:54 +0000)]
Merge "Create a _aggregate package of related pakcages in submit jobs" into devel

7 years agoMerge "Do not handle non-existing repo when create repos" into devel
Yonghee Han [Fri, 23 Jun 2017 00:40:35 +0000 (00:40 +0000)]
Merge "Do not handle non-existing repo when create repos" into devel

7 years agoMerge "Alternative implementation of git-domain mapping" into devel
Yonghee Han [Fri, 23 Jun 2017 00:37:22 +0000 (00:37 +0000)]
Merge "Alternative implementation of git-domain mapping" into devel

7 years agoCreate a _aggregate package of related pakcages in submit jobs 10/135510/1
Yonghee Han [Fri, 23 Jun 2017 00:35:44 +0000 (09:35 +0900)]
Create a _aggregate package of related pakcages in submit jobs

PROBLEM:
 broken problem of _aggregate package to use the link project

SOLUTION:
 create a _aggregate package when create Prelease project
 REPA : latest version

Change-Id: I5e81b0e7ebdd7dd6e2239d96abfb8abf9eabb2fc

7 years agoMerge "NEW: SR grouping for pre-release" into devel
hyokeun [Fri, 23 Jun 2017 00:19:06 +0000 (00:19 +0000)]
Merge "NEW: SR grouping for pre-release" into devel

7 years agoMerge "Fixed mismatch base url problem: download_trbs solve : download" into devel
Yonghee Han [Fri, 23 Jun 2017 00:14:34 +0000 (00:14 +0000)]
Merge "Fixed mismatch base url problem: download_trbs solve : download" into devel

7 years agoFixed mismatch base url 26/135326/2
Yonghee Han [Thu, 22 Jun 2017 01:45:27 +0000 (10:45 +0900)]
Fixed mismatch base url
problem: download_trbs
solve : download

Add define : RSYNC_DOWNLOAD_BASE_URL
replace from URL_PUBLIC_REPO_BASE to RSYNC_DOWNLOAD_BASE_URL

Change-Id: I4635ff83d187451ff86f274c229e10c7ed85e386

7 years agoAdd to set default char-set encoding to utf-8 01/135501/1
SungHun Hwang [Thu, 22 Jun 2017 22:30:24 +0000 (07:30 +0900)]
Add to set default char-set encoding to utf-8

PROBLEM:
  post-image-creation job failed

REASON:
  Among the submitter name, there is a character
  which is out of range in ascii code as below

  e.g) "submitter": "\u0141ukasz Stelmach <l.stelmach@samsung.com>

SOLUTION:
  Add to set default char-set encoding to utf-8
  at 'post-image-creation' step

[error_log]
    print "%s='%s'" % (key, data[key])
UnicodeEncodeError: 'ascii' codec can't encode character u'\u0141'
                    in position 11: ordinal not in range(128)

Change-Id: I20952a06f1d3fa6772bc42920f51be09407b27c2
Signed-off-by: SungHun Hwang <sh0924.hwang@samsung.com>
7 years agoMerge "Make REPA status 'succeeded' if no error occurs." into devel
Junghyun Kim [Thu, 22 Jun 2017 04:07:31 +0000 (04:07 +0000)]
Merge "Make REPA status 'succeeded' if no error occurs." into devel

7 years agoAlternative implementation of git-domain mapping 28/135328/1
Junghyun Kim [Thu, 22 Jun 2017 01:52:24 +0000 (10:52 +0900)]
Alternative implementation of git-domain mapping

PROBLEM:
SPIN gerrit does not maintain scm/meta/git repository.
So, it is not possible to git-domain-user mapping using scm/meta/git

SOLUTION:
Gather data directly from gerrit.

Change-Id: I8513b5a0bd8255fb9e4741061536d48574a78293
Signed-off-by: Junghyun Kim <jh0822.kim@samsung.com>
7 years agoDo not handle non-existing repo when create repos 09/135309/2
hyokeun [Thu, 22 Jun 2017 00:04:36 +0000 (09:04 +0900)]
Do not handle non-existing repo when create repos

Problem: If there exist no matched directory in live repo,
         it collects all rpms from other repos.

Change-Id: I59429968451540ba1879eb2deee8e2bbedbc54d1

7 years agoModified jenkins-scripts 05/135305/1
Yonghee Han [Wed, 21 Jun 2017 23:46:42 +0000 (08:46 +0900)]
Modified jenkins-scripts
1) Change the trigger_next from remote_jenkins
2) remove the --bwlimit=5120000 , --will-cite options.
3) Reduce the delay time 30 -> 10 for sync_repo.

Change-Id: Id7e9234f1cc395a35eb9021588e5561ff4af9aee

7 years agoMerge "Change AWS configuration parameter name" into devel
hyokeun [Wed, 21 Jun 2017 23:27:51 +0000 (23:27 +0000)]
Merge "Change AWS configuration parameter name" into devel

7 years agoMake REPA status 'succeeded' if no error occurs. 84/134784/1
Junghyun Kim [Tue, 20 Jun 2017 04:38:57 +0000 (13:38 +0900)]
Make REPA status 'succeeded' if no error occurs.

Change-Id: I322536cb0a5513f0778cc9557f8d6cac7f7b3b14
Signed-off-by: Junghyun Kim <jh0822.kim@samsung.com>
7 years agoChange AWS configuration parameter name 69/134769/1
hyokeun [Tue, 20 Jun 2017 04:02:41 +0000 (13:02 +0900)]
Change AWS configuration parameter name

Change-Id: Icd3ebcfcf8e906bf6b2f9f228398c5054b05de05

7 years agoABS: check mandatory keys for git obs map 86/134686/1
hyokeun [Tue, 20 Jun 2017 03:42:49 +0000 (12:42 +0900)]
ABS: check mandatory keys for git obs map

Change-Id: I182f089966b4e2428b84ea135b7bce16b18b02be

7 years agoNEW: SR grouping for pre-release 16/134216/2
hyokeun [Thu, 15 Jun 2017 08:49:03 +0000 (17:49 +0900)]
NEW: SR grouping for pre-release

Change-Id: I52620f391492a446c1bc5b08dac10f101537bff0

7 years agoAdd funtion in referenct project 40/134640/1
Yonghee Han [Tue, 20 Jun 2017 00:04:42 +0000 (09:04 +0900)]
Add funtion in referenct project
1) Replace a gerrit url when project is copied from reference project
2) Import a binary rpm when project is copied from reference project

Change-Id: Ia6e95ac33a32addb2551b04e3735ee5d89f3d96f

7 years agoMerge "Set default node description as node name" into devel
hyokeun [Thu, 15 Jun 2017 04:25:40 +0000 (04:25 +0000)]
Merge "Set default node description as node name" into devel

7 years agoMerge "REF: Check existence of package before delete" into devel
hyokeun [Thu, 15 Jun 2017 04:25:16 +0000 (04:25 +0000)]
Merge "REF: Check existence of package before delete" into devel

7 years ago[Tizen.Net] add inserting memory usage data of apps. 88/133988/1
jang [Wed, 14 Jun 2017 06:34:16 +0000 (15:34 +0900)]
[Tizen.Net] add inserting memory usage data of apps.

Change-Id: Ifd845505fce0ec1c0f5cd7b9200cce75cc8c8ef4
Signed-off-by: jang <jiseob.jang@samsung.com>
7 years agoSet default node description as node name 26/133926/1
hyokeun [Wed, 14 Jun 2017 04:43:09 +0000 (13:43 +0900)]
Set default node description as node name

Change-Id: I78dced312afe097cf70b81b7ba4800721fd04d98

7 years agoREF: Check existence of package before delete 66/133866/1
hyokeun [Tue, 13 Jun 2017 23:02:50 +0000 (08:02 +0900)]
REF: Check existence of package before delete

Change-Id: Ide843947ac54b0f93fd3ad60463f4a30ec64ba62

7 years agoMerge "directory for update_scm_meta_git_for_dashboard changed." into devel
Junghyun Kim [Tue, 13 Jun 2017 22:52:40 +0000 (22:52 +0000)]
Merge "directory for update_scm_meta_git_for_dashboard changed." into devel

7 years agoFix typo lagels -> labels 98/133698/1
hyokeun [Tue, 13 Jun 2017 06:55:50 +0000 (15:55 +0900)]
Fix typo lagels -> labels

Change-Id: Ibd9bfc40a6016910770ef11b163af1673f90c952

7 years agoREF: Delete package if not exist in remote 50/133650/2
hyokeun [Tue, 13 Jun 2017 04:26:22 +0000 (13:26 +0900)]
REF: Delete package if not exist in remote

Change-Id: I939c6b0c8e52feb1531a1fc9696da7e2c9c856df

7 years agoDo not update base snapshot information into ref mapping 21/133421/2
hyokeun [Mon, 12 Jun 2017 06:54:00 +0000 (15:54 +0900)]
Do not update base snapshot information into ref mapping

Change-Id: Iae813c20003e8649aae0812ad4f714d179bf4161

7 years agoRef build check change code. 63/133363/2
hyokeun [Mon, 12 Jun 2017 02:24:13 +0000 (11:24 +0900)]
Ref build check change code.

1. Change candidate packages.
2. Do not delete OBS project if it failed.
3. Set default for useforbuild flag.
4. Shorten the test trigger git commit message.

Change-Id: If7030a27b51a0f7a05abedcb552922f1a8c5489d

7 years agodirectory for update_scm_meta_git_for_dashboard changed. 06/133406/1
Junghyun Kim [Mon, 12 Jun 2017 05:43:31 +0000 (14:43 +0900)]
directory for update_scm_meta_git_for_dashboard changed.

Since rync on download.tizen.org does not allow rync to
"snapshot/.dashboard", the target directory is changed to
"snasphot/.dashboard/domain".

Change-Id: Ic361223192198d891e6fda105b3c0af507efb712
Signed-off-by: Junghyun Kim <jh0822.kim@samsung.com>
7 years agoenable the Tizen 3.0 test trigger 42/133342/1
SungHun Hwang [Mon, 12 Jun 2017 01:00:53 +0000 (10:00 +0900)]
enable the Tizen 3.0 test trigger

enable the Tizen 3.0 test trigger
because of moving Tizen 3.0 projects from SPIN to Public

Change-Id: I99e7ab9b5c02ac3bb97711f83f01954db64c9a57
Signed-off-by: SungHun Hwang <sh0924.hwang@samsung.com>
7 years agoAdd new file named "codebase.py" to jenkins-scripts.spec 41/133341/1
SungHun Hwang [Mon, 12 Jun 2017 00:39:44 +0000 (09:39 +0900)]
Add new file named "codebase.py" to jenkins-scripts.spec

Add new file named "codebase.py" to [jenkins-scritps.spec]
for "TRBS_test_result_receiver" job in robit.tizen.org

Change-Id: If9050c66303b8baf04dd7a5eb2e34a1f19767801
Signed-off-by: SungHun Hwang <sh0924.hwang@samsung.com>
7 years agoMerge "Fixed the snapshot path to use the reference snapshot" into devel
Yonghee Han [Sun, 11 Jun 2017 23:50:59 +0000 (23:50 +0000)]
Merge "Fixed the snapshot path to use the reference snapshot" into devel

7 years agoFixed daily litmus tct receiver error 30/133330/1
Sanghoon Lee [Sat, 10 Jun 2017 01:51:34 +0000 (10:51 +0900)]
Fixed daily litmus tct receiver error

PROBLEM:
    If error msg is ended of \, then occurred sql exception.

Change-Id: I135147d5b1a90ef78a494cc091b5c14f0034617e

7 years agoFixed the snapshot path to use the reference snapshot 16/133216/1
Yonghee Han [Fri, 9 Jun 2017 08:24:22 +0000 (17:24 +0900)]
Fixed the snapshot path to use the reference snapshot

Change-Id: I537f7f1ff0f98f8f03517ec6cfc66d5d050fdfa1

7 years agoChange the snapshot path to use the reference snapshot 68/133168/1
Yonghee Han [Fri, 9 Jun 2017 06:00:52 +0000 (15:00 +0900)]
Change the snapshot path to use the reference snapshot
must be used the reference buildid

Change-Id: I592145064f01a5301ca5e940de2d3e554f652fdc

7 years agoFixed a problem that could not be compared from the menifest file. 23/132923/1
Yonghee Han [Thu, 8 Jun 2017 09:27:12 +0000 (18:27 +0900)]
Fixed a problem that could not be compared from the menifest file.
issue : Webserver was changed from apache to nginx service

Change-Id: I2d7b797698affe14d4b942404db347f1efcf77fc

7 years agoMerge "Remove _tpk string from branch when fetching the mapping list" into devel
hyokeun [Thu, 8 Jun 2017 05:58:25 +0000 (05:58 +0000)]
Merge "Remove _tpk string from branch when fetching the mapping list" into devel

7 years agoMerge "Add ref_obs_target_prj field instead of obs_target_prj" into devel
hyokeun [Thu, 8 Jun 2017 05:58:18 +0000 (05:58 +0000)]
Merge "Add ref_obs_target_prj field instead of obs_target_prj" into devel

7 years agoMerge "Setup system jenkins url at first bootup" into devel
hyokeun [Thu, 8 Jun 2017 05:58:06 +0000 (05:58 +0000)]
Merge "Setup system jenkins url at first bootup" into devel

7 years agoRemove _tpk string from branch when fetching the mapping list 17/132817/1
hyokeun [Thu, 8 Jun 2017 00:41:26 +0000 (09:41 +0900)]
Remove _tpk string from branch when fetching the mapping list

Change-Id: I22de92472273d39088614daa7be64530fc144e98

7 years agoAdd ref_obs_target_prj field instead of obs_target_prj 58/132758/1
hyokeun [Wed, 7 Jun 2017 10:47:12 +0000 (19:47 +0900)]
Add ref_obs_target_prj field instead of obs_target_prj

REPA tool uses obs_target_prj field.
Do not modify this fields. Instead use ref_obs_target_prj.

Change-Id: I44f95374ed75605adcf96af00aa506379dd5939f

7 years agoFix TRBS build flag setting 89/132589/1
hyokeun [Wed, 7 Jun 2017 04:56:49 +0000 (13:56 +0900)]
Fix TRBS build flag setting

Change-Id: Ic61d5da9cc9a7fa744ee14b827d1efe568710762

7 years agoRpmbuildstage option starts with -(minus) 62/132562/1
hyokeun [Wed, 7 Jun 2017 02:17:16 +0000 (11:17 +0900)]
Rpmbuildstage option starts with -(minus)

Change-Id: I62a05909cf6d3bde3d685af0e1dc7ca21586adf9

7 years agoMerge "ref build check: aggregate file issue fix" into devel
hyokeun [Wed, 7 Jun 2017 01:41:38 +0000 (01:41 +0000)]
Merge "ref build check: aggregate file issue fix" into devel

7 years agoMerge "Trigger next fields to REF_IMPORT_RPM_OBS job" into devel
Yonghee Han [Tue, 6 Jun 2017 23:57:50 +0000 (23:57 +0000)]
Merge "Trigger next fields to REF_IMPORT_RPM_OBS job" into devel

7 years agoSetup system jenkins url at first bootup 89/132489/1
hyokeun [Tue, 6 Jun 2017 00:36:15 +0000 (09:36 +0900)]
Setup system jenkins url at first bootup

Change-Id: I036228b3a74edf575c2c22a1aff247c60dde24bf

7 years agoTrigger next fields to REF_IMPORT_RPM_OBS job 59/132459/1
Yonghee Han [Mon, 5 Jun 2017 09:24:52 +0000 (18:24 +0900)]
Trigger next fields to REF_IMPORT_RPM_OBS job

Change-Id: I50c4e3d071785f48f9c15c3d6c24adbad6f8e78a

7 years ago[BuildMonitor] Add the TRBS mode check routine 50/132450/1
SungHun Hwang [Mon, 5 Jun 2017 08:29:22 +0000 (17:29 +0900)]
[BuildMonitor] Add the TRBS mode check routine

Add the TRBS mode check routine

Change-Id: If44f54a2d809637c56311bbccddec7ffe1d3cdd5
Signed-off-by: SungHun Hwang <sh0924.hwang@samsung.com>
7 years agoMerge "[BuildMonitor] Add the "failed" keyword to check the build fail" into devel
SungHun Hwang [Mon, 5 Jun 2017 08:20:32 +0000 (08:20 +0000)]
Merge "[BuildMonitor] Add the "failed" keyword to check the build fail" into devel

7 years ago1) Add action for create,remote-create,copy in ref_create_prj_obs.py 23/132423/1
Yonghee Han [Mon, 5 Jun 2017 05:16:17 +0000 (14:16 +0900)]
1) Add action for create,remote-create,copy in ref_create_prj_obs.py
2) change the trigger data for repo_sync
3) Fixed some error for autoremove jobs of trbs
   exclude a devel project in autoremove jobs of trbs
   We have to check the "Tizen:" project
4) Do not send the rsync for devel and test project.

Change-Id: I4fc014f1253d9c55a274f1aecd72cb3df0ac8a31

7 years agoref build check: aggregate file issue fix 15/132415/2
hyokeun [Mon, 5 Jun 2017 04:45:40 +0000 (13:45 +0900)]
ref build check: aggregate file issue fix

Problem: False updating qemu_aggregate file.

Change-Id: Ibea002e62a463683d3082f082bd755dd31767e9c

7 years ago[BuildMonitor] Add the "failed" keyword to check the build fail 04/132404/1
SungHun Hwang [Mon, 5 Jun 2017 01:57:54 +0000 (10:57 +0900)]
[BuildMonitor] Add the "failed" keyword to check the build fail

Add the "failed" keyword to check the build fail of main project in public OBS

Change-Id: I4add074a9edfad45933dab044602e32bb35ce066
Signed-off-by: SungHun Hwang <sh0924.hwang@samsung.com>
7 years agoMERGE - TRBS 92/132292/3
hyokeun [Fri, 2 Jun 2017 06:21:55 +0000 (15:21 +0900)]
MERGE - TRBS

Change-Id: Ib6e905134109af0e9a1aced4a32c8ef42342f00c

7 years agoNEW JOB: add_dotnet_launching_performance_test 56/132156/1
Junghyun Kim [Thu, 1 Jun 2017 08:30:09 +0000 (17:30 +0900)]
NEW JOB: add_dotnet_launching_performance_test

Change-Id: I431b42b595b42f35c171c13067b1c4ccb9aaf95a
Signed-off-by: Junghyun Kim <jh0822.kim@samsung.com>
7 years agoFix: Ignore patchinfo, Trigger for build check 42/131842/1
hyokeun [Wed, 31 May 2017 04:09:13 +0000 (13:09 +0900)]
Fix: Ignore patchinfo, Trigger for build check

1. Discard patchinfo package which should not be present when creating reference project.
2. Importing rpms on backend server runs as obsservicerun.
   That user have no write permission in ${JENKINS_WORKSPACE} path.

Change-Id: I2250fea8cfb247133fc80b70f06269308b86eb18