Release 1.0 release-1.0 1.0
authorZhuoX Li <zhuox.li@intel.com>
Wed, 4 Mar 2015 09:09:41 +0000 (17:09 +0800)
committerZhuoX Li <zhuox.li@intel.com>
Wed, 4 Mar 2015 09:55:43 +0000 (17:55 +0800)
Change-Id: I4e034be8a8dd89fcef429c7881f176e12f1400a4

packaging/jenkins-jobs.changes
packaging/jenkins-jobs.spec

index 1d01aff..5fa809d 100644 (file)
@@ -1,7 +1,26 @@
 ----------------------------------------------------------------------------
-Mon Jan  5 22:01:28 UTC 2015 Ed Bartosh <eduard.bartosh@intel.com> - 0.15.12
+Wed Mar 4 17:30:28 UTC 2015 Zhuo Li <zhuox.li@intel.com> - 1.0
+
+- Add OpenSUSE 13.1 and OBS repositories to .extra-repos
+- Set timeout of image-creator job
+- Added job purge-old-directories
+- Remove dependency to Jenkins
+- Remove OBS repository from .extra-repos
+- Add job logs-collector
+- Prepare TMPDIR to avoid using lots of rootfs
+
+
+----------------------------------------------------------------------------
+Tue Jan 27 13:01:28 UTC 2015 Zhuo Li <zhuox.li@intel.com> - 0.15.13
 
 - Add sync-obs job
+- Save more log for create-snapshot job
+- Set rpm-build-log is lower priority than other
+- Remove obsolete parameter.
+- Save also log from tester.
+- Rename accept-or-reject-submission -> re.
+- Change the type of config.xml file to 'config'.
+- Fix for job status and additional store of env.
 
 ----------------------------------------------------------------------
 Wed Oct 29 12:00:00 UTC 2014 Zhuo Li <zhuox.li@intel.com> - 0.15.11
@@ -66,9 +85,11 @@ Mon Mar 24 09:10:37 UTC 2014 Lin Yang <lin.a.yang@intel.com> - 0.15.1
 - Added TRIGGER_INFO parameter to requests job
 
 -------------------------------------------------------------------
-Mon Sep 23 11:16:00 UTC 2013 - eduard.bartosh@intel.com
+Fir Jan 24 03:22:37 UTC 2014 Lin Yang <lin.a.yang@intel.com> - 0.15
 
-- placeholder. work for 0.15 has been started.
+- Disable concurrent build for requests job
+- Add the missed definition in jobs/configuration
+- Add snapdiff-sync job
 
 -------------------------------------------------------------------------
 Mon Sep 23 11:08:11 UTC 2013 Ed Bartosh <eduard.bartosh@intel.com> - 0.14
index 315280d..24c5d9d 100644 (file)
@@ -1,17 +1,17 @@
 Name:           jenkins-jobs
-Version:        0.16
+Version:        1.0
 %if 0%{?opensuse_bs}
-Release:        0.dev.<CI_CNT>.<B_CNT>
+Release:        1.<CI_CNT>.<B_CNT>
 %else
-Release:        0
+Release:        1
 %endif
 License:        Intel Proprietary
 Summary:        Build job configurations for jenkins
 Url:            http://www.tizen.org
 Group:          Development/Tools/Building
 Source:         %{name}-%{version}.tar.gz
-Requires:       jenkins-plugins >= 0.15-0.dev
-Requires:       jenkins-scripts >= 0.15-0.dev
+Requires:       jenkins-plugins >= 1.0
+Requires:       jenkins-scripts >= %{version}
 Requires:       %{name}-common = %{version}
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
@@ -24,7 +24,8 @@ Jenkins build job configurations.
 %package common
 Summary:    Common files for all jobs
 Group:      Development/Tools/Building
-Requires:   jenkins-plugins >= 0.14-0.dev
+Requires:   jenkins-plugins >= 1.0
+Requires:   jenkins-scripts-common >= %{version}
 
 %description common
 Common part of Jenkins jobss for all instances