<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/spec/lib/ci, branch gitlab_intro_docs</title>
<subtitle>gitlab.com: gitlab-org/gitlab-ce.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/'/>
<entry>
<title>adjusted behavior so canceled builds tagged as allowed to fail do not fail build</title>
<updated>2016-03-17T14:55:10+00:00</updated>
<author>
<name>Geoffrey Lalonde</name>
<email>glalonde@google.com</email>
</author>
<published>2016-03-17T14:54:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=4117c815df73ba80258ca472470735826c68753a'/>
<id>4117c815df73ba80258ca472470735826c68753a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'origin/master' into gitlab-ci-yaml-updates</title>
<updated>2016-03-11T13:22:49+00:00</updated>
<author>
<name>Kamil Trzcinski</name>
<email>ayufan@ayufan.eu</email>
</author>
<published>2016-03-11T13:22:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=388f69b0de6450ec48a8b88df48bbe2d465593ea'/>
<id>388f69b0de6450ec48a8b88df48bbe2d465593ea</id>
<content type='text'>
# Conflicts:
#	spec/lib/ci/gitlab_ci_yaml_processor_spec.rb
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
# Conflicts:
#	spec/lib/ci/gitlab_ci_yaml_processor_spec.rb
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow to define on which builds the current one depends on</title>
<updated>2016-03-11T13:15:13+00:00</updated>
<author>
<name>Kamil Trzcinski</name>
<email>ayufan@ayufan.eu</email>
</author>
<published>2016-03-11T13:15:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=9a271d80128451eecc9a301d5e9924c09740be07'/>
<id>9a271d80128451eecc9a301d5e9924c09740be07</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow to pass name of created artifacts archive in `.gitlab-ci.yml`</title>
<updated>2016-03-11T12:43:57+00:00</updated>
<author>
<name>Kamil Trzcinski</name>
<email>ayufan@ayufan.eu</email>
</author>
<published>2016-03-11T12:43:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d300ecf8d9e886ee7cff9b883bfcdbdb1e49769b'/>
<id>d300ecf8d9e886ee7cff9b883bfcdbdb1e49769b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Describe special YAML features: the use of anchors and hidden jobs</title>
<updated>2016-03-11T12:41:05+00:00</updated>
<author>
<name>Kamil Trzcinski</name>
<email>ayufan@ayufan.eu</email>
</author>
<published>2016-03-11T12:39:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ad4d3a075fc338280baaf6240861c9de7aa312ad'/>
<id>ad4d3a075fc338280baaf6240861c9de7aa312ad</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Support YAML alias/anchor usage in .gitlab-ci.yml</title>
<updated>2016-03-08T07:49:32+00:00</updated>
<author>
<name>Pascal Bach</name>
<email>pascal.bach@siemens.com</email>
</author>
<published>2016-02-24T14:48:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=344d6e6f89cceb33e371e10de8262154ee108fbe'/>
<id>344d6e6f89cceb33e371e10de8262154ee108fbe</id>
<content type='text'>
This allows to reuse one job as a template for another one:

```
job1: &amp;JOBTMPL
  script: execute-script-for-job

job2: *JOBTMPL

```

This also helps to solve some of the issues in #342

Signed-off-by: Pascal Bach &lt;pascal.bach@siemens.com&gt;
Signed-off-by: Fabio Huser &lt;fabio.huser@siemens.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows to reuse one job as a template for another one:

```
job1: &amp;JOBTMPL
  script: execute-script-for-job

job2: *JOBTMPL

```

This also helps to solve some of the issues in #342

Signed-off-by: Pascal Bach &lt;pascal.bach@siemens.com&gt;
Signed-off-by: Fabio Huser &lt;fabio.huser@siemens.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Extend specs for summary build status</title>
<updated>2016-02-20T15:35:29+00:00</updated>
<author>
<name>Grzegorz Bizon</name>
<email>grzesiek.bizon@gmail.com</email>
</author>
<published>2016-02-20T15:35:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c8b4c874d7b6752149e7eb37ab61771c016f132a'/>
<id>c8b4c874d7b6752149e7eb37ab61771c016f132a</id>
<content type='text'>
Additional specs cover a case when one of the builds is running but
allowed to fail. Previous implementation returned `running` status,
which is wrong. This behavior has been changed in 8.5, this commit adds
missing specs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Additional specs cover a case when one of the builds is running but
allowed to fail. Previous implementation returned `running` status,
which is wrong. This behavior has been changed in 8.5, this commit adds
missing specs.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix missing ignored? for GenericCommitStatus</title>
<updated>2016-02-19T18:58:43+00:00</updated>
<author>
<name>Kamil Trzcinski</name>
<email>ayufan@ayufan.eu</email>
</author>
<published>2016-02-19T18:58:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=aa812dbfcc693f82e1a9b16e0e894d2800938d9e'/>
<id>aa812dbfcc693f82e1a9b16e0e894d2800938d9e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix builds scheduler when first build is allowed to fail</title>
<updated>2016-02-18T10:50:11+00:00</updated>
<author>
<name>Grzegorz Bizon</name>
<email>grzesiek.bizon@gmail.com</email>
</author>
<published>2016-02-18T10:47:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=8114786665a59526a988ce346393243996769aff'/>
<id>8114786665a59526a988ce346393243996769aff</id>
<content type='text'>
Before this fix when there was only one relevant, previous build and it
failed, but was allowed to fail, entire build had been marked as
skipped.

Closes #3192
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Before this fix when there was only one relevant, previous build and it
failed, but was allowed to fail, entire build had been marked as
skipped.

Closes #3192
</pre>
</div>
</content>
</entry>
<entry>
<title>Add specs for build status helper class</title>
<updated>2016-02-18T09:52:57+00:00</updated>
<author>
<name>Grzegorz Bizon</name>
<email>grzesiek.bizon@gmail.com</email>
</author>
<published>2016-02-18T09:52:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=0ae7c954537663aa2a574133e42d05eafe5db6fb'/>
<id>0ae7c954537663aa2a574133e42d05eafe5db6fb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
