summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLin Yang <lin.a.yang@intel.com>2014-05-21 15:57:15 +0800
committerLin Yang <lin.a.yang@intel.com>2014-05-21 16:01:36 +0800
commit30846a61d1e611cf52c1015b819755a1763c4e51 (patch)
treedbcac123c41c2c6abf69f882f647d56c8d34771a
parent36a010945b0b7a3fef288052f8a075b968ee6de2 (diff)
downloadmeta-30846a61d1e611cf52c1015b819755a1763c4e51.tar.gz
meta-30846a61d1e611cf52c1015b819755a1763c4e51.tar.bz2
meta-30846a61d1e611cf52c1015b819755a1763c4e51.zip
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>
-rw-r--r--common-repos.yaml8
-rw-r--r--common.yaml31
-rw-r--r--ks/common-qa-unsafe-wayland-mbr-i586-JJ.yaml14
-rw-r--r--ks/common-qa-unsafe-wayland-mbr-x86_64-JJ.yaml14
-rw-r--r--ks/common-wayland-mbr-i586-JJ.yaml10
-rw-r--r--ks/common-wayland-mbr-x86_64-JJ.yaml10
6 files changed, 85 insertions, 2 deletions
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