Support image creation on backend jenkins 63/21463/2 accepted/tizen/common/20140522.125500 submit/tizen_common/20140522.091715
authorLin Yang <lin.a.yang@intel.com>
Wed, 21 May 2014 07:57:15 +0000 (15:57 +0800)
committerLin Yang <lin.a.yang@intel.com>
Wed, 21 May 2014 08:01:36 +0000 (16:01 +0800)
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 <lin.a.yang@intel.com>
common-repos.yaml
common.yaml
ks/common-qa-unsafe-wayland-mbr-i586-JJ.yaml [new file with mode: 0644]
ks/common-qa-unsafe-wayland-mbr-x86_64-JJ.yaml [new file with mode: 0644]
ks/common-wayland-mbr-i586-JJ.yaml [new file with mode: 0644]
ks/common-wayland-mbr-x86_64-JJ.yaml [new file with mode: 0644]

index f63b37d..135f7cc 100644 (file)
@@ -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
+
index a62f3f4..508bedb 100644 (file)
@@ -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 (file)
index 0000000..426780b
--- /dev/null
@@ -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 (file)
index 0000000..09fffec
--- /dev/null
@@ -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 (file)
index 0000000..e4e20d7
--- /dev/null
@@ -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 (file)
index 0000000..e896d23
--- /dev/null
@@ -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