File tree Expand file tree Collapse file tree 4 files changed +6
-24
lines changed
test/integration/default/bats Expand file tree Collapse file tree 4 files changed +6
-24
lines changed Original file line number Diff line number Diff line change 1717# limitations under the License.
1818#
1919
20- default [ 'rs-cookbooks_ci' ] [ 'vagrant' ] [ 'url' ] = 'http://files.vagrantup.com/packages/a40522f5fabccb9ddabad03d836e120ff5d14093/vagrant_1.3.5_x86_64.deb'
21- default [ 'rs-cookbooks_ci' ] [ 'vagrant' ] [ 'checksum' ] = 'db7d06f46e801523d97b6e344ea0e4fe942f630cc20ab1706e4c996872f8cd71'
22-
23- default [ 'rs-cookbooks_ci' ] [ 'vagrant' ] [ 'plugins' ] = [ 'vagrant-berkshelf' , 'vagrant-omnibus' , 'bindler' ]
20+ default [ 'rs-cookbooks_ci' ] [ 'vagrant' ] [ 'url' ] = 'https://dl.bintray.com/mitchellh/vagrant/vagrant_1.4.3_x86_64.deb'
21+ default [ 'rs-cookbooks_ci' ] [ 'vagrant' ] [ 'checksum' ] = 'dbd06de0f3560e2d046448d627bca0cbb0ee34b036ef605aa87ed20e6ad2684b'
22+ default [ 'rs-cookbooks_ci' ] [ 'vagrant' ] [ 'plugins' ] = [ ]
Original file line number Diff line number Diff line change 44license 'Apache 2.0'
55description 'Installs/Configures rs-cookbooks_ci'
66long_description IO . read ( File . join ( File . dirname ( __FILE__ ) , 'README.md' ) )
7- version '0.2.2 '
7+ version '0.2.3 '
88
99supports "ubuntu"
1010
1515depends "line" , "~> 0.5.1"
1616depends "jenkins" , "~> 1.2.0"
1717depends "vagrant" , "~> 0.2.0"
18- depends "virtualbox" , "~> 1.0.0 "
18+ depends "virtualbox" , "~> 1.0.2 "
1919depends "git" , "~> 2.7.0"
2020
2121recipe "rs-cookbooks_ci::default" ,
Original file line number Diff line number Diff line change 3333 < blockBuildWhenDownstreamBuilding > false</ blockBuildWhenDownstreamBuilding >
3434 < blockBuildWhenUpstreamBuilding > false</ blockBuildWhenUpstreamBuilding >
3535 < triggers >
36- < com .cloudbees.jenkins.GitHubPushTrigger plugin ="github@1.8 ">
37- < spec > </ spec >
38- </ com .cloudbees.jenkins.GitHubPushTrigger>
3936 < org .jenkinsci.plugins.ghprb.GhprbTrigger plugin ="ghprb@1.9 ">
4037 < spec > </ spec >
4138 < adminlist > <%= @job_admins_list %> </ adminlist >
Original file line number Diff line number Diff line change 77}
88
99@test " Check that the correct version for vagrant is installed" {
10- vagrant --version | grep ' 1\.3\.5 '
10+ vagrant --version | grep ' 1\.4\.3 '
1111}
1212
1313@test " Check that the correct version of virtualbox is installed" {
1414 vboxmanage --version | grep ' ^4\.3'
1515}
1616
17- # Check that the following vagrant plugins are installed: vagrant-berkshelf, vagrant-omnibus, bindler
18-
19- @test " Check that the vagrant-berkshelf plugin is installed" {
20- sudo -i -u jenkins vagrant plugin list | grep vagrant-berkshelf
21- }
22-
23- @test " Check that the vagrant-omnibus plugin is installed" {
24- sudo -i -u jenkins vagrant plugin list | grep vagrant-omnibus
25- }
26-
27- @test " Check that the bindler plugin is installed" {
28- sudo -i -u jenkins vagrant plugin list | grep bindler
29- }
30-
3117# Check that Ruby v1.9.3 is installed
3218
3319@test " Check that Ruby is installed" {
You can’t perform that action at this time.
0 commit comments