bellows 1.0.7 → 1.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/CHANGELOG +3 -0
- data/VERSION +1 -1
- data/lib/bellows/tasks.rb +6 -3
- metadata +3 -3
data/CHANGELOG
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.8
|
data/lib/bellows/tasks.rb
CHANGED
|
@@ -141,11 +141,14 @@ module Bellows
|
|
|
141
141
|
libvirt=Bellows::SmokeStack.job_data_for_type(jobs_for_rev, 'job_vpc')
|
|
142
142
|
xenserver=Bellows::SmokeStack.job_data_for_type(jobs_for_rev, 'job_xen_hybrid')
|
|
143
143
|
if unit and libvirt and xenserver then
|
|
144
|
+
puts unit.inspect
|
|
145
|
+
|
|
144
146
|
puts "Commenting ... " + desc if not options[:quiet]
|
|
145
147
|
message = "SmokeStack Results (patch set #{patchset_num}):\n"
|
|
146
|
-
message += "\tUnit #{unit['status']}
|
|
147
|
-
message += "\tLibvirt #{libvirt['status']}
|
|
148
|
-
message += "\tXenServer #{xenserver['status']}
|
|
148
|
+
message += "\tUnit #{unit['status']}:#{unit['msg']} http://smokestack.openstack.org/?go=/jobs/#{unit['id']}\n"
|
|
149
|
+
message += "\tLibvirt #{libvirt['status']}:#{libvirt['msg']} http://smokestack.openstack.org/?go=/jobs/#{libvirt['id']}\n"
|
|
150
|
+
message += "\tXenServer #{xenserver['status']}:#{xenserver['msg']} http://smokestack.openstack.org/?go=/jobs/#{xenserver['id']}"
|
|
151
|
+
puts message
|
|
149
152
|
out = Bellows::Gerrit.comment(review['currentPatchSet']['revision'], message) if not test
|
|
150
153
|
puts out if not options[:quiet]
|
|
151
154
|
file.write revision + "\n" if not test
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: bellows
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 7
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 1
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 1.0.
|
|
9
|
+
- 8
|
|
10
|
+
version: 1.0.8
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Dan Prince
|