testbot_cloud 0.1.0 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG CHANGED
@@ -0,0 +1,8 @@
1
+ 0.1.2
2
+
3
+ Locking to a compatible fog version.
4
+
5
+ 0.1.1
6
+
7
+ Updated template with new image_id for Brightbox,
8
+
data/lib/cluster.rb CHANGED
@@ -26,14 +26,6 @@ module TestbotCloud
26
26
  mutex.synchronize {
27
27
  server = @compute.servers.create(@runner_config)
28
28
  Servers.log_creation(server)
29
-
30
- # Brightbox API is a bit unstable when creating multiple servers at the same time
31
- if @provider_config[:provider] == "Brightbox"
32
- # < Caius> joakimk2: yeah, there's a race condition with creating two servers within the
33
- # same second currently. We're working on a fix. Workaround is to
34
- # wait a second or two before creating the second.
35
- sleep 3
36
- end
37
29
  }
38
30
  end
39
31
 
@@ -37,7 +37,7 @@ runner:
37
37
  #
38
38
  #runner:
39
39
  # # Ubuntu 10.04, 32 bit
40
- # image_id: img-hm6oj
40
+ # image_id: img-2ab98
41
41
  #
42
42
  # # 4 cores, 1 GB (256 MB / core)
43
43
  # flavor_id: typ-iqisj
@@ -1,3 +1,3 @@
1
1
  module TestbotCloud
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.2"
3
3
  end
data/spec/spec_helper.rb CHANGED
@@ -1 +1,2 @@
1
1
  require File.expand_path(File.join(File.dirname(__FILE__), '../lib/testbot_cloud.rb'))
2
+ require 'ostruct'
@@ -18,7 +18,7 @@ Gem::Specification.new do |s|
18
18
  s.require_paths = ["lib"]
19
19
 
20
20
  s.add_dependency "thor", ">0.14.5"
21
- s.add_dependency "fog", ">0.7.1"
21
+ s.add_dependency "fog", "=0.7.2"
22
22
  s.add_dependency "activesupport", ">3.0.0"
23
23
  s.add_development_dependency "bundler"
24
24
  s.add_development_dependency "rspec"
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: testbot_cloud
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 31
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 0
10
- version: 0.1.0
9
+ - 2
10
+ version: 0.1.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - "Joakim Kolsj\xC3\xB6"
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-04-17 00:00:00 +02:00
18
+ date: 2011-06-27 00:00:00 +02:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
@@ -40,14 +40,14 @@ dependencies:
40
40
  requirement: &id002 !ruby/object:Gem::Requirement
41
41
  none: false
42
42
  requirements:
43
- - - ">"
43
+ - - "="
44
44
  - !ruby/object:Gem::Version
45
- hash: 1
45
+ hash: 7
46
46
  segments:
47
47
  - 0
48
48
  - 7
49
- - 1
50
- version: 0.7.1
49
+ - 2
50
+ version: 0.7.2
51
51
  type: :runtime
52
52
  version_requirements: *id002
53
53
  - !ruby/object:Gem::Dependency
@@ -181,7 +181,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
181
181
  requirements: []
182
182
 
183
183
  rubyforge_project:
184
- rubygems_version: 1.5.3
184
+ rubygems_version: 1.6.2
185
185
  signing_key:
186
186
  specification_version: 3
187
187
  summary: Run your tests in the cloud