From: ZhuoX Li Date: Wed, 4 Mar 2015 09:09:41 +0000 (+0800) Subject: Release 1.0 X-Git-Tag: 1.0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Ftags%2F1.0;p=services%2Fjenkins-jobs.git Release 1.0 Change-Id: I4e034be8a8dd89fcef429c7881f176e12f1400a4 --- diff --git a/packaging/jenkins-jobs.changes b/packaging/jenkins-jobs.changes index 1d01aff..5fa809d 100644 --- a/packaging/jenkins-jobs.changes +++ b/packaging/jenkins-jobs.changes @@ -1,7 +1,26 @@ ---------------------------------------------------------------------------- -Mon Jan 5 22:01:28 UTC 2015 Ed Bartosh - 0.15.12 +Wed Mar 4 17:30:28 UTC 2015 Zhuo Li - 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 - 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 - 0.15.11 @@ -66,9 +85,11 @@ Mon Mar 24 09:10:37 UTC 2014 Lin Yang - 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 - 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 - 0.14 diff --git a/packaging/jenkins-jobs.spec b/packaging/jenkins-jobs.spec index 315280d..24c5d9d 100644 --- a/packaging/jenkins-jobs.spec +++ b/packaging/jenkins-jobs.spec @@ -1,17 +1,17 @@ Name: jenkins-jobs -Version: 0.16 +Version: 1.0 %if 0%{?opensuse_bs} -Release: 0.dev.. +Release: 1.. %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