From: Lin Yang Date: Wed, 21 May 2014 07:57:15 +0000 (+0800) Subject: Support image creation on backend jenkins X-Git-Tag: accepted/tizen/common/20140522.125500^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=30846a61d1e611cf52c1015b819755a1763c4e51;p=profile%2Fcommon%2Fmeta.git Support image creation on backend jenkins The jenkins new release 0.15.3 with image creation feature will be deployed soon. At the first step, BOSS and jenkins will run in parallel to verifiy the new feature. This change add new ks to support image creation in jenkins, which will not block image creation in BOSS. After shutdown BOSS and swith to jenkins, these temporary ks will be cleaned up. Change-Id: I47e64538bdce5f9ffe1fc7afc64de92ca63caa4b Signed-off-by: Lin Yang --- diff --git a/common-repos.yaml b/common-repos.yaml index f63b37d..135f7cc 100644 --- a/common-repos.yaml +++ b/common-repos.yaml @@ -7,3 +7,11 @@ Repositories: Url: http://download.tizen.org/snapshots/tizen/common/common-wayland-x86_64/@BUILD_ID@/repos/common/x86_64/packages/ Options: --ssl_verify=no + - Name: common-wayland_i586-jj + Url: http://download.tizen.org/.build/snapshots/tizen/common/@BUILD_ID@/repos/ia32-wayland/packages/ + Options: --ssl_verify=no + + - Name: common-wayland_x86_64-jj + Url: http://download.tizen.org/.build/snapshots/tizen/common/@BUILD_ID@/repos/x86_64-wayland/packages/ + Options: --ssl_verify=no + diff --git a/common.yaml b/common.yaml index a62f3f4..508bedb 100644 --- a/common.yaml +++ b/common.yaml @@ -15,8 +15,6 @@ Default: BootloaderOptions: '--ptable=gpt --menus="install:Wipe and Install:systemd.unit=system-installer.service:test"' StartX: False Desktop: None - Repos: - - Common SaveRepos: False UserGroups: "audio,video" Groups: @@ -32,6 +30,8 @@ Default: Minimal: Part: common-mbr + Repos: + - Common Wayland: Part: common-mbr @@ -56,4 +56,31 @@ Wayland: - common-desktop-applications - common-crosswalk - common-qt5 + Repos: + - Common + +Wayland-JJ: + Part: common-mbr + UserGroups: "audio,video" + Groups: + - Common Wayland + - Common Adaptation + - Common Middleware + - Common Applications + - Common Bluetooth + - Common Multimedia + - Common Desktop Applications + - Common Crosswalk + - Common Qt5 + PostScripts: + - common-wayland + - common-adaptation + - common-middleware + - common-applications + - common-bluetooth + - common-multimedia + - common-desktop-applications + - common-crosswalk + - common-qt5 + Repos: [] diff --git a/ks/common-qa-unsafe-wayland-mbr-i586-JJ.yaml b/ks/common-qa-unsafe-wayland-mbr-i586-JJ.yaml new file mode 100644 index 0000000..426780b --- /dev/null +++ b/ks/common-qa-unsafe-wayland-mbr-i586-JJ.yaml @@ -0,0 +1,14 @@ +Name: Common QA Unsafe Wayland MBR i586 +Architecture: ia32 +Schedule: " " +Active: False +Platform: Wayland-JJ +Part: common-mbr +FileName: common-qa-unsafe-wayland-mbr-i586-JJ +Kernel: kernel-x86-common +Repos: + - common-wayland_i586-jj +Groups: + - Common Automated QA Tools +PostScripts: + - common-autoqa diff --git a/ks/common-qa-unsafe-wayland-mbr-x86_64-JJ.yaml b/ks/common-qa-unsafe-wayland-mbr-x86_64-JJ.yaml new file mode 100644 index 0000000..09fffec --- /dev/null +++ b/ks/common-qa-unsafe-wayland-mbr-x86_64-JJ.yaml @@ -0,0 +1,14 @@ +Name: Common QA Unsafe Wayland MBR x86_64 +Architecture: x86_64 +Schedule: " " +Active: False +Platform: Wayland-JJ +Part: common-mbr +FileName: common-qa-unsafe-wayland-mbr-x86_64-JJ +Kernel: kernel-x86-common +Repos: + - common-wayland_x86_64-jj +Groups: + - Common Automated QA Tools +PostScripts: + - common-autoqa diff --git a/ks/common-wayland-mbr-i586-JJ.yaml b/ks/common-wayland-mbr-i586-JJ.yaml new file mode 100644 index 0000000..e4e20d7 --- /dev/null +++ b/ks/common-wayland-mbr-i586-JJ.yaml @@ -0,0 +1,10 @@ +Name: Common Wayland MBR i586 +Architecture: ia32 +Schedule: " " +Active: False +Platform: Wayland-JJ +Part: common-mbr +FileName: common-wayland-mbr-i586-JJ +Kernel: kernel-x86-common +Repos: + - common-wayland_i586-jj diff --git a/ks/common-wayland-mbr-x86_64-JJ.yaml b/ks/common-wayland-mbr-x86_64-JJ.yaml new file mode 100644 index 0000000..e896d23 --- /dev/null +++ b/ks/common-wayland-mbr-x86_64-JJ.yaml @@ -0,0 +1,10 @@ +Name: Common Wayland MBR x86_64 +Architecture: x86_64 +Schedule: " " +Active: False +Platform: Wayland-JJ +Part: common-mbr +FileName: common-wayland-mbr-x86_64-JJ +Kernel: kernel-x86-common +Repos: + - common-wayland_x86_64-jj