<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/ruby-gems/chef.git/scripts/ci, branch https</title>
<subtitle>github.com: opscode/chef.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/ruby-gems/chef.git/'/>
<entry>
<title>Add Linux support to habitat test pipeline</title>
<updated>2020-07-13T19:33:48+00:00</updated>
<author>
<name>Christopher A. Snapp</name>
<email>csnapp@chef.io</email>
</author>
<published>2020-07-02T20:23:25+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=f09e84428d9f426768d074d0b8e68309172a5763'/>
<id>f09e84428d9f426768d074d0b8e68309172a5763</id>
<content type='text'>
Signed-off-by: Christopher A. Snapp &lt;csnapp@chef.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Christopher A. Snapp &lt;csnapp@chef.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add windows + linux hab tests to verify pipeline</title>
<updated>2020-07-13T19:33:47+00:00</updated>
<author>
<name>Christopher A. Snapp</name>
<email>csnapp@chef.io</email>
</author>
<published>2020-06-30T16:37:19+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=1638ab05fe4170d248fd99d3c91ac2a7bbda8e37'/>
<id>1638ab05fe4170d248fd99d3c91ac2a7bbda8e37</id>
<content type='text'>
This removes the verify/habitat pipeline by bringing windows and linux
verification tests into the default verify pipeline.

Signed-off-by: Christopher A. Snapp &lt;csnapp@chef.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This removes the verify/habitat pipeline by bringing windows and linux
verification tests into the default verify pipeline.

Signed-off-by: Christopher A. Snapp &lt;csnapp@chef.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>improve required hab version detection</title>
<updated>2020-04-28T15:50:00+00:00</updated>
<author>
<name>Robb Kidd</name>
<email>rkidd@chef.io</email>
</author>
<published>2020-04-25T18:34:38+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=5f7a1dfa1a9d784f0993f1299eb888254b9d1398'/>
<id>5f7a1dfa1a9d784f0993f1299eb888254b9d1398</id>
<content type='text'>
The original implementation--written by me--was incredibly naive in only
testing the minor version. This is much better in using a Version class
that knows how to compare actual version numbers.

Signed-off-by: Robb Kidd &lt;robb@thekidds.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The original implementation--written by me--was incredibly naive in only
testing the minor version. This is much better in using a Version class
that knows how to compare actual version numbers.

Signed-off-by: Robb Kidd &lt;robb@thekidds.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>move minimum hab check/install to a reusable script</title>
<updated>2019-11-05T21:45:58+00:00</updated>
<author>
<name>Robb Kidd</name>
<email>robb@thekidds.org</email>
</author>
<published>2019-11-05T19:28:10+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=a239557f72823e92d42d9e5fb54cafd2ae5617f5'/>
<id>a239557f72823e92d42d9e5fb54cafd2ae5617f5</id>
<content type='text'>
And use it in both the verify/habitat and habitat/test pipelines.

verify/habitat needs hab &gt;= 0.85 to both build with environment
variables that don't include the studio path[1] and to binlink the runtime
with stubs that include the package and system environment.[2]

habitat/test needs hab &gt;= 0.85 to binlink the runtime with stubs that
include the package and system environment.

[1] https://github.com/habitat-sh/habitat/pull/6850
[2] https://github.com/habitat-sh/habitat/pull/6826

Signed-off-by: Robb Kidd &lt;robb@thekidds.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
And use it in both the verify/habitat and habitat/test pipelines.

verify/habitat needs hab &gt;= 0.85 to both build with environment
variables that don't include the studio path[1] and to binlink the runtime
with stubs that include the package and system environment.[2]

habitat/test needs hab &gt;= 0.85 to binlink the runtime with stubs that
include the package and system environment.

[1] https://github.com/habitat-sh/habitat/pull/6850
[2] https://github.com/habitat-sh/habitat/pull/6826

Signed-off-by: Robb Kidd &lt;robb@thekidds.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>add more error checks to hab package tests</title>
<updated>2019-11-05T19:54:24+00:00</updated>
<author>
<name>Robb Kidd</name>
<email>robb@thekidds.org</email>
</author>
<published>2019-11-04T20:57:24+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=3e08360011f43b8d97fec69bcfa20fbcdc61383a'/>
<id>3e08360011f43b8d97fec69bcfa20fbcdc61383a</id>
<content type='text'>
The PowerShell scripts calling PowerShell scripts was apparently
swallowing the errors being thrown from inner layers. Check the error
level of those scripts and throw another error if need be.

Signed-off-by: Robb Kidd &lt;robb@thekidds.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The PowerShell scripts calling PowerShell scripts was apparently
swallowing the errors being thrown from inner layers. Check the error
level of those scripts and throw another error if need be.

Signed-off-by: Robb Kidd &lt;robb@thekidds.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>only install hab 0.85 if not already installed</title>
<updated>2019-11-01T18:22:33+00:00</updated>
<author>
<name>Robb Kidd</name>
<email>robb@thekidds.org</email>
</author>
<published>2019-10-31T00:59:37+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=a5135ad9ac60c6f1620f92cb6bd1321641c14dbc'/>
<id>a5135ad9ac60c6f1620f92cb6bd1321641c14dbc</id>
<content type='text'>
Signed-off-by: Robb Kidd &lt;robb@thekidds.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Robb Kidd &lt;robb@thekidds.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>add tests for the Windows habitat plan</title>
<updated>2019-11-01T18:22:33+00:00</updated>
<author>
<name>Robb Kidd</name>
<email>rkidd@chef.io</email>
</author>
<published>2019-10-08T17:49:19+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=6dad9e3243cc8fffba58476040c1534e72d90345'/>
<id>6dad9e3243cc8fffba58476040c1534e72d90345</id>
<content type='text'>
Adds a test PowersShell script to habitat/tests/ to run some simple
tests on executable version output and then run the functional specs
suite like the omnibus_test script does.

scripts/ci/verify-plan.ps1 will perform a throwaway build of
the plan under a "ci" origin and then run the test script upon the built
package.

The habitat/verify pipeline was updated to run the verify-plan.ps1 script.

Signed-off-by: Robb Kidd &lt;robb@thekidds.org&gt;

add Windows plan verification to verify-hab pipeline

Signed-off-by: Robb Kidd &lt;robb@thekidds.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adds a test PowersShell script to habitat/tests/ to run some simple
tests on executable version output and then run the functional specs
suite like the omnibus_test script does.

scripts/ci/verify-plan.ps1 will perform a throwaway build of
the plan under a "ci" origin and then run the test script upon the built
package.

The habitat/verify pipeline was updated to run the verify-plan.ps1 script.

Signed-off-by: Robb Kidd &lt;robb@thekidds.org&gt;

add Windows plan verification to verify-hab pipeline

Signed-off-by: Robb Kidd &lt;robb@thekidds.org&gt;
</pre>
</div>
</content>
</entry>
</feed>
