Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add thumbot commands #77

Merged
merged 4 commits into from
Feb 24, 2017
Merged

Add thumbot commands #77

merged 4 commits into from
Feb 24, 2017

Conversation

davidx
Copy link
Contributor

@davidx davidx commented Feb 21, 2017

This adds some @thumbot commands.

  1. @thumbot settings
    display current branch settings
  2. @thumbot kerl
    (show currently available erlang otp installations)
  3. @thumbot rvm
    (show currently available rvm installations)
  4. @thumbot compact
    (remove all but one build status comment)

example: davidx/example_repo#16

@thumbot
Copy link
Collaborator

thumbot commented Feb 21, 2017

Thanks @davidx!

Settings
---
minimum_reviewers: 1
build_steps:
- bundle install
- bundle exec ruby test/test.rb
merge: true
org_mode: true
timeout: 1805
shell: "/bin/bash"
env:
  BUNDLE_GEMFILE: Gemfile

@thumbot
Copy link
Collaborator

thumbot commented Feb 21, 2017

thumb_commands 7b4d2bb ➡️ master b334ae9 ⛔ completed
There seems to be an issue with build step **bundle_exec_ruby_test/test.rb** ! ☁️
✅ MERGE

Started at: 2017-02-21 09:28
Duration: 1 seconds.
Result: OK
Message: Merge Success: thumb_commands 7b4d2bb onto target branch: master b334ae9
Exit Code: OK

📄







  Updating b334ae9..7b4d2bb
Fast-forward (no commit created; -m option ignored)
 lib/thumbs/pull_request_worker.rb | 28 ++++++++++++++++++++++++++--
 1 file changed, 26 insertions(+), 2 deletions(-)




✅ BUNDLE_INSTALL

Started at: 2017-02-21 09:28
Duration: 1 seconds.
Result: OK
Message: OK
Exit Code: 0

📄


cd /tmp/thumbs/master.b334ae9.thumb_commands.7b4d2bb; bundle install




  Using rake 12.0.0
Using concurrent-ruby 1.0.4
Using i18n 0.7.0
Using minitest 5.10.1
Using thread_safe 0.3.5
Using builder 3.2.3
Using erubis 2.7.0
Using mini_portile2 2.1.0
Using rack 2.0.1
Using public_suffix 2.0.5
Using mime-types-data 3.2016.0521
Using safe_yaml 1.0.4
Using diff-lcs 1.2.5
Using unf_ext 0.0.7.2
Using dust 0.1.6
Using excon 0.54.0
Using multipart-post 2.0.0
Using tins 1.13.0
Using git 1.3.0
Using graphql 1.1.0
Using hashdiff 0.3.2
Using hijack 0.2.1
Using http-form_data 1.0.1
Using http_parser.rb 0.6.0
Using kgio 2.11.0
Using log4r 1.1.10
Using method_source 0.8.2
Using mustermann 1.0.0.beta2
Using netrc 0.11.0
Using power_assert 0.4.1
Using thor 0.19.4
Using raindrops 0.17.0
Using rspec-support 3.5.0
Using tilt 2.0.5
Using vcr 3.0.3
Using bundler 1.13.6
Using tzinfo 1.2.2
Using nokogiri 1.6.8.1
Using rack-test 0.6.3
Using rack-protection 2.0.0.beta2
Using addressable 2.5.0
Using mime-types 3.1
Using crack 0.4.3
Using unf 0.1.4
Using faraday 0.11.0
Using file-tail 1.1.1
Using test-unit 3.2.3
Using unicorn 5.2.0
Using rspec-core 3.5.4
Using rspec-expectations 3.5.0
Using rspec-mocks 3.5.0
Using activesupport 5.0.1
Using loofah 2.0.3
Using xpath 2.0.0
Using sinatra 2.0.0.beta2
Using webmock 2.3.2
Using domain_name 0.5.20161129
Using sawyer 0.8.1
Using rails-dom-testing 2.0.2
Using graphql-client 0.2.3
Using rails-html-sanitizer 1.0.3
Using capybara 2.11.0
Using http-cookie 1.0.3
Using octokit 4.6.2
Using actionview 5.0.1
Using http 2.1.0
Using actionpack 5.0.1
Using railties 5.0.1
Using rspec-rails 3.5.2
Bundle complete! 23 Gemfile dependencies, 69 gems now installed.
Use `bundle show [gemname]` to see where a bundled gem is installed.





⛔ BUNDLE_EXEC_RUBY_TEST/TEST.RB

Started at: 2017-02-21 09:28
Duration: 6 seconds.
Result: ERROR
Message: Step bundle_exec_ruby_test/test.rb Failed!
Exit Code: 1

📄


cd /tmp/thumbs/master.b334ae9.thumb_commands.7b4d2bb; bundle exec ruby test/test.rb




  /tmp/thumbs/master.b334ae9.thumb_commands.7b4d2bb/lib/thumbs/pull_request_worker.rb:30:in `initialize': undefined method `[]' for nil:NilClass (NoMethodError)
	from /tmp/thumbs/master.b334ae9.thumb_commands.7b4d2bb/test/test_helper.rb:16:in `new'
	from /tmp/thumbs/master.b334ae9.thumb_commands.7b4d2bb/test/test_helper.rb:16:in `<top (required)>'
	from test/test.rb:6:in `require'
	from test/test.rb:6:in `<main>'





⬜ 0 of 1 Code reviews from organization basho-labs

@thumbot
Copy link
Collaborator

thumbot commented Feb 23, 2017

thumb_commands 56f61ef ➡️ master b334ae9 ✅ completed
Looks good! 👍
✅ MERGE

Started at: 2017-02-23 14:18
Duration: 2 seconds.
Result: OK
Message: Merge Success: thumb_commands 56f61ef onto target branch: master b334ae9
Exit Code: OK

📄







  Updating b334ae9..56f61ef
Fast-forward (no commit created; -m option ignored)
 lib/thumbs/pull_request_worker.rb | 30 +++++++++++++++++++++++++++---
 test/test_common.rb               |  2 +-
 2 files changed, 28 insertions(+), 4 deletions(-)




✅ BUNDLE_INSTALL

Started at: 2017-02-23 14:18
Duration: 0 seconds.
Result: OK
Message: OK
Exit Code: 0

📄


cd /tmp/thumbs/master.b334ae9.thumb_commands.56f61ef; bundle install




  Using rake 12.0.0
Using concurrent-ruby 1.0.4
Using i18n 0.7.0
Using minitest 5.10.1
Using thread_safe 0.3.5
Using builder 3.2.3
Using erubis 2.7.0
Using mini_portile2 2.1.0
Using rack 2.0.1
Using public_suffix 2.0.5
Using mime-types-data 3.2016.0521
Using safe_yaml 1.0.4
Using diff-lcs 1.2.5
Using unf_ext 0.0.7.2
Using dust 0.1.6
Using excon 0.54.0
Using multipart-post 2.0.0
Using tins 1.13.0
Using git 1.3.0
Using graphql 1.1.0
Using hashdiff 0.3.2
Using hijack 0.2.1
Using http-form_data 1.0.1
Using http_parser.rb 0.6.0
Using kgio 2.11.0
Using log4r 1.1.10
Using method_source 0.8.2
Using mustermann 1.0.0.beta2
Using netrc 0.11.0
Using power_assert 0.4.1
Using thor 0.19.4
Using raindrops 0.17.0
Using rspec-support 3.5.0
Using tilt 2.0.5
Using vcr 3.0.3
Using bundler 1.13.6
Using tzinfo 1.2.2
Using nokogiri 1.6.8.1
Using rack-test 0.6.3
Using rack-protection 2.0.0.beta2
Using addressable 2.5.0
Using mime-types 3.1
Using crack 0.4.3
Using unf 0.1.4
Using faraday 0.11.0
Using file-tail 1.1.1
Using test-unit 3.2.3
Using unicorn 5.2.0
Using rspec-core 3.5.4
Using rspec-expectations 3.5.0
Using rspec-mocks 3.5.0
Using activesupport 5.0.1
Using loofah 2.0.3
Using xpath 2.0.0
Using sinatra 2.0.0.beta2
Using webmock 2.3.2
Using domain_name 0.5.20161129
Using sawyer 0.8.1
Using rails-dom-testing 2.0.2
Using graphql-client 0.2.3
Using rails-html-sanitizer 1.0.3
Using capybara 2.11.0
Using http-cookie 1.0.3
Using octokit 4.6.2
Using actionview 5.0.1
Using http 2.1.0
Using actionpack 5.0.1
Using railties 5.0.1
Using rspec-rails 3.5.2
Bundle complete! 23 Gemfile dependencies, 69 gems now installed.
Use `bundle show [gemname]` to see where a bundled gem is installed.





✅ BUNDLE_EXEC_RUBY_TEST/TEST.RB

Started at: 2017-02-23 14:19
Duration: 491 seconds.
Result: OK
Message: OK
Exit Code: 0

📄


cd /tmp/thumbs/master.b334ae9.thumb_commands.56f61ef; bundle exec ruby test/test.rb




  Loaded suite test/test
Started
.............................."trying to update have comment_message: |  |  | |  |\n| ------------ | -------------|------------ | ------------- |\ntester 4be1fb5 | :arrow_right: | master 33fe0eb | :white_check_mark: completed\n\n<details><Summary>Looks good!  :+1: </Summary>    \n\n<br/>\n\n>\n  \n\n<details><summary>:white_check_mark: MERGE</summary>\n  \n| | | \n| ------------ | -------------|\n|Started at| 2017-02-23 14:23 |\n|Duration| 0 seconds.|\n|Result| OK|\n|Message| Merge Success: tester 4be1fb5b9494f12a7ddd717df6d4c3c8f3273089 onto target branch: master 33fe0eb3df22958fe15f8ad5c6d6f552129b55da|\n|Exit Code| OK|\n\n\n \n        \n \n\n<a href=\"https://gist.github.com/02727ff05e3f7a718470084d6871334e\">:page_facing_up:</a>\n\n\n```\n\n\n\n\n\n  Updating 33fe0eb..4be1fb5\nFast-forward (no commit created; -m option ignored)\n README.md | 1 +\n 1 file changed, 1 insertion(+)\n\n\n\n```\n</details>\n  \n\n<details><summary>:white_check_mark: MAKE</summary>\n  \n| | | \n| ------------ | -------------|\n|Started at| 2017-02-23 14:23 |\n|Duration| 0 seconds.|\n|Result| OK|\n|Message| OK|\n|Exit Code| 0|\n\n\n \n        \n \n\n<a href=\"https://gist.github.com/6d52e7b1d5efbeb255e2972dced818c9\">:page_facing_up:</a>\n\n\n```\ncd /tmp/thumbs/master.33fe0eb.tester.4be1fb5; make\n\n\n\n\n  OK\n\n\n\n\n```\n</details>\n  \n\n<details><summary>:white_check_mark: MAKE_TEST</summary>\n  \n| | | \n| ------------ | -------------|\n|Started at| 2017-02-23 14:23 |\n|Duration| 0 seconds.|\n|Result| OK|\n|Message| OK|\n|Exit Code| 0|\n\n\n \n        \n \n\n<a href=\"https://gist.github.com/f89cb880b48eb4e1a010893aa4316c3e\">:page_facing_up:</a>\n\n\n```\ncd /tmp/thumbs/master.33fe0eb.tester.4be1fb5; make test\n\n\n\n\n  TEST OK\n\n\n\n\n```\n</details>\n  \n\n<br/>\n\n<details>\n<summary>:white_large_square: 1 of 2 Code reviews.</summary>\n\n  \n  - @davidpuddy1: Great! +1 \n  \n  \n\n  \n  - @davidpuddy1: Great! +1 \n  \n  \n\n  \n  - @davidpuddy1: Great! +1 \n  \n  \n\n  \n  - @davidpuddy1: Great! +1 \n  \n  \n\n  \n  - @davidpuddy1: Great! +1 \n  \n  \n\n  \n  - @davidpuddy1: Great! +1 \n  \n  \n\n  \n  - @davidpuddy1: Great! +1 \n  \n  \n\n  \n  - @davidpuddy1: Great! +1 \n  \n  \n\n  \n  - @davidpuddy1: Great! +1 \n  \n  \n\n  \n  - @davidpuddy1: Great! +1 \n  \n  \n\n  \n  - @davidpuddy1: Great! +1 \n  \n  \n\n  \n  - @davidpuddy1: Great! +1 \n  \n  \n\n  \n  - @davidpuddy1: Great! +1 \n  \n  \n\n  \n  - @davidpuddy1: Great! +1 \n  \n  \n\n  \n  - @davidpuddy1: Great! +1 \n  \n  \n\n  \n  - @davidpuddy1: Great! +1 \n  \n  \n\n  \n  - @davidpuddy1: Great! +1 \n  \n  \n\n  \n  - @davidpuddy1: Great! +1 \n  \n  \n\n  \n  - @davidpuddy1: Great! +1 \n  \n  \n\n  \n  - @davidpuddy1: Great! +1 \n  \n  \n\n  \n  - @davidpuddy1: Great! +1 \n  \n  \n\n  \n  - @davidpuddy1: Great! +1 \n  \n  \n\n  \n  - @davidpuddy1: Great! +1 \n  \n  \n\n  \n  - @davidpuddy1: Great! +1 \n  \n  \n\n  \n  - @davidpuddy1: Great! +1 \n  \n  \n\n  \n  - @davidpuddy1: Great! +1 \n  \n  \n\n  \n  - @davidpuddy1: Great! +1 \n  \n  \n\n  \n  - @davidpuddy1: Great! +1 \n  \n  \n\n  \n  - @davidpuddy1: Great! +1 \n  \n  \n\n  \n  - @davidpuddy1: Great! +1 \n  \n  \n\n  \n  - @davidpuddy1: Great! +1 \n  \n  \n\n  \n  - @davidpuddy1: Great! +1 \n  \n  \n\n  \n  - @davidpuddy1: Great! +1 \n  \n  \n\n  \n  - @davidpuddy1: Great! +1 \n  \n  \n\n  \n  - @davidpuddy1: Great! +1 \n  \n  \n\n  \n  - @davidpuddy1: Great! +1 \n  \n  \n\n  \n  - @davidpuddy1: Great! +1 \n  \n  \n\n  \n  - @davidpuddy1: Great! +1 \n  \n  \n\n  \n  - @davidpuddy1: Great! +1 \n  \n  \n\n  \n  - @davidpuddy1: Great! +1 \n  \n  \n\n  \n  - @davidpuddy1: Great! +1 \n  \n  \n\n  \n  - @davidpuddy1: Great! +1 \n  \n  \n\n  \n  - @davidpuddy1: Great! +1 \n  \n  \n\n  \n  - @davidpuddy1: Great! +1 \n  \n  \n\n  \n  - @davidpuddy1: Great! +1 \n  \n  \n\n  \n  - @davidpuddy1: Great! +1 \n  \n  \n\n  \n  - @davidpuddy1: Great! +1 \n  \n  \n\n</details>\n</details>"
..........................................."trying to update have comment_message: |  |  | |  |\n| ------------ | -------------|------------ | ------------- |\ntester 4be1fb5 | :arrow_right: | master 33fe0eb | :white_check_mark: completed\n\n<details><Summary>Looks good!  :+1: </Summary>    \n\n<br/>\n\n>\n  \n\n<details><summary>:white_check_mark: MERGE</summary>\n  \n| | | \n| ------------ | -------------|\n|Started at| 2017-02-23 14:26 |\n|Duration| 2 seconds.|\n|Result| OK|\n|Message| Merge Success: tester 4be1fb5b9494f12a7ddd717df6d4c3c8f3273089 onto target branch: master 33fe0eb3df22958fe15f8ad5c6d6f552129b55da|\n|Exit Code| OK|\n\n\n \n        \n \n\n<a href=\"https://gist.github.com/02727ff05e3f7a718470084d6871334e\">:page_facing_up:</a>\n\n\n```\n\n\n\n\n\n  Updating 33fe0eb..4be1fb5\nFast-forward (no commit created; -m option ignored)\n README.md | 1 +\n 1 file changed, 1 insertion(+)\n\n\n\n```\n</details>\n  \n\n<details><summary>:white_check_mark: MAKE</summary>\n  \n| | | \n| ------------ | -------------|\n|Started at| 2017-02-23 14:26 |\n|Duration| 0 seconds.|\n|Result| OK|\n|Message| OK|\n|Exit Code| 0|\n\n\n \n        \n \n\n<a href=\"https://gist.github.com/6d52e7b1d5efbeb255e2972dced818c9\">:page_facing_up:</a>\n\n\n```\ncd /tmp/thumbs/master.33fe0eb.tester.4be1fb5; make\n\n\n\n\n  OK\n\n\n\n\n```\n</details>\n  \n\n<details><summary>:white_check_mark: MAKE_TEST</summary>\n  \n| | | \n| ------------ | -------------|\n|Started at| 2017-02-23 14:26 |\n|Duration| 0 seconds.|\n|Result| OK|\n|Message| OK|\n|Exit Code| 0|\n\n\n \n        \n \n\n<a href=\"https://gist.github.com/f89cb880b48eb4e1a010893aa4316c3e\">:page_facing_up:</a>\n\n\n```\ncd /tmp/thumbs/master.33fe0eb.tester.4be1fb5; make test\n\n\n\n\n  TEST OK\n\n\n\n\n```\n</details>\n  \n\n<br/>\n\n<details>\n<summary>:white_large_square: 1 of 2 Code reviews.</summary>\n\n  \n  - @davidpuddy1: Great! +1 \n  \n  \n\n  \n  - @davidpuddy1: Great! +1 \n  \n  \n\n  \n  - @davidpuddy1: Great! +1 \n  \n  \n\n  \n  - @davidpuddy1: Great! +1 \n  \n  \n\n  \n  - @davidpuddy1: Great! +1 \n  \n  \n\n  \n  - @davidpuddy1: Great! +1 \n  \n  \n\n  \n  - @davidpuddy1: Great! +1 \n  \n  \n\n  \n  - @davidpuddy1: Great! +1 \n  \n  \n\n  \n  - @davidpuddy1: Great! +1 \n  \n  \n\n  \n  - @davidpuddy1: Great! +1 \n  \n  \n\n  \n  - @davidpuddy1: Great! +1 \n  \n  \n\n  \n  - @davidpuddy1: Great! +1 \n  \n  \n\n  \n  - @davidpuddy1: Great! +1 \n  \n  \n\n  \n  - @davidpuddy1: Great! +1 \n  \n  \n\n  \n  - @davidpuddy1: Great! +1 \n  \n  \n\n  \n  - @davidpuddy1: Great! +1 \n  \n  \n\n  \n  - @davidpuddy1: Great! +1 \n  \n  \n\n  \n  - @davidpuddy1: Great! +1 \n  \n  \n\n  \n  - @davidpuddy1: Great! +1 \n  \n  \n\n  \n  - @davidpuddy1: Great! +1 \n  \n  \n\n  \n  - @davidpuddy1: Great! +1 \n  \n  \n\n  \n  - @davidpuddy1: Great! +1 \n  \n  \n\n  \n  - @davidpuddy1: Great! +1 \n  \n  \n\n  \n  - @davidpuddy1: Great! +1 \n  \n  \n\n  \n  - @davidpuddy1: Great! +1 \n  \n  \n\n  \n  - @davidpuddy1: Great! +1 \n  \n  \n\n  \n  - @davidpuddy1: Great! +1 \n  \n  \n\n  \n  - @davidpuddy1: Great! +1 \n  \n  \n\n  \n  - @davidpuddy1: Great! +1 \n  \n  \n\n  \n  - @davidpuddy1: Great! +1 \n  \n  \n\n  \n  - @davidpuddy1: Great! +1 \n  \n  \n\n  \n  - @davidpuddy1: Great! +1 \n  \n  \n\n  \n  - @davidpuddy1: Great! +1 \n  \n  \n\n  \n  - @davidpuddy1: Great! +1 \n  \n  \n\n  \n  - @davidpuddy1: Great! +1 \n  \n  \n\n  \n  - @davidpuddy1: Great! +1 \n  \n  \n\n  \n  - @davidpuddy1: Great! +1 \n  \n  \n\n  \n  - @davidpuddy1: Great! +1 \n  \n  \n\n  \n  - @davidpuddy1: Great! +1 \n  \n  \n\n  \n  - @davidpuddy1: Great! +1 \n  \n  \n\n  \n  - @davidpuddy1: Great! +1 \n  \n  \n\n  \n  - @davidpuddy1: Great! +1 \n  \n  \n\n  \n  - @davidpuddy1: Great! +1 \n  \n  \n\n  \n  - @davidpuddy1: Great! +1 \n  \n  \n\n  \n  - @davidpuddy1: Great! +1 \n  \n  \n\n  \n  - @davidpuddy1: Great! +1 \n  \n  \n\n  \n  - @davidpuddy1: Great! +1 \n  \n  \n\n</details>\n</details>"
....

Finished in 475.60658917 seconds.
------
77 tests, 208 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications
100% passed
------
0.16 tests/s, 0.44 assertions/s





⬜ 0 of 1 Code reviews from organization basho-labs

@thumbot
Copy link
Collaborator

thumbot commented Feb 24, 2017

thumb_commands 62ad7f7 ➡️ master b334ae9 ✅ completed
Looks good! 👍
✅ MERGE

Started at: 2017-02-23 18:35
Duration: 1 seconds.
Result: OK
Message: Merge Success: thumb_commands 62ad7f7 onto target branch: master b334ae9
Exit Code: OK

📄







  Updating b334ae9..62ad7f7
Fast-forward (no commit created; -m option ignored)
 lib/thumbs/pull_request_worker.rb | 52 ++++++++++++++++++++++++++++++++++-----
 test/test_common.rb               | 16 +++++++++---
 2 files changed, 59 insertions(+), 9 deletions(-)




✅ BUNDLE_INSTALL

Started at: 2017-02-23 18:35
Duration: 1 seconds.
Result: OK
Message: OK
Exit Code: 0

📄


cd /tmp/thumbs/master.b334ae9.thumb_commands.62ad7f7; bundle install




  Using rake 12.0.0
Using concurrent-ruby 1.0.4
Using i18n 0.7.0
Using minitest 5.10.1
Using thread_safe 0.3.5
Using builder 3.2.3
Using erubis 2.7.0
Using mini_portile2 2.1.0
Using rack 2.0.1
Using public_suffix 2.0.5
Using mime-types-data 3.2016.0521
Using safe_yaml 1.0.4
Using diff-lcs 1.2.5
Using unf_ext 0.0.7.2
Using dust 0.1.6
Using excon 0.54.0
Using multipart-post 2.0.0
Using tins 1.13.0
Using git 1.3.0
Using graphql 1.1.0
Using hashdiff 0.3.2
Using hijack 0.2.1
Using http-form_data 1.0.1
Using http_parser.rb 0.6.0
Using kgio 2.11.0
Using log4r 1.1.10
Using method_source 0.8.2
Using mustermann 1.0.0.beta2
Using netrc 0.11.0
Using power_assert 0.4.1
Using thor 0.19.4
Using raindrops 0.17.0
Using rspec-support 3.5.0
Using tilt 2.0.5
Using vcr 3.0.3
Using bundler 1.13.6
Using tzinfo 1.2.2
Using nokogiri 1.6.8.1
Using rack-test 0.6.3
Using rack-protection 2.0.0.beta2
Using addressable 2.5.0
Using mime-types 3.1
Using crack 0.4.3
Using unf 0.1.4
Using faraday 0.11.0
Using file-tail 1.1.1
Using test-unit 3.2.3
Using unicorn 5.2.0
Using rspec-core 3.5.4
Using rspec-expectations 3.5.0
Using rspec-mocks 3.5.0
Using activesupport 5.0.1
Using loofah 2.0.3
Using xpath 2.0.0
Using sinatra 2.0.0.beta2
Using webmock 2.3.2
Using domain_name 0.5.20161129
Using sawyer 0.8.1
Using rails-dom-testing 2.0.2
Using graphql-client 0.2.3
Using rails-html-sanitizer 1.0.3
Using capybara 2.11.0
Using http-cookie 1.0.3
Using octokit 4.6.2
Using actionview 5.0.1
Using http 2.1.0
Using actionpack 5.0.1
Using railties 5.0.1
Using rspec-rails 3.5.2
Bundle complete! 23 Gemfile dependencies, 69 gems now installed.
Use `bundle show [gemname]` to see where a bundled gem is installed.





✅ BUNDLE_EXEC_RUBY_TEST/TEST.RB

Started at: 2017-02-23 18:35
Duration: 389 seconds.
Result: OK
Message: OK
Exit Code: 0

📄


cd /tmp/thumbs/master.b334ae9.thumb_commands.62ad7f7; bundle exec ruby test/test.rb




  Loaded suite test/test
Started
..............................................................................

Finished in 381.501476949 seconds.
------
78 tests, 210 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications
100% passed
------
0.20 tests/s, 0.55 assertions/s





⬜ 0 of 1 Code reviews from organization basho-labs

@thumbot
Copy link
Collaborator

thumbot commented Feb 24, 2017

thumb_commands 8dfbca3 ➡️ master b334ae9 ✅ completed
Looks good! 👍
✅ MERGE

Started at: 2017-02-23 19:19
Duration: 0 seconds.
Result: OK
Message: Merge Success: thumb_commands 8dfbca3 onto target branch: master b334ae9
Exit Code: OK

📄







  Updating b334ae9..8dfbca3
Fast-forward (no commit created; -m option ignored)
 lib/thumbs/pull_request_worker.rb | 52 ++++++++++++++++++++++++++++++++++-----
 test/test_common.rb               | 16 +++++++++---
 2 files changed, 59 insertions(+), 9 deletions(-)




✅ BUNDLE_INSTALL

Started at: 2017-02-23 19:19
Duration: 0 seconds.
Result: OK
Message: OK
Exit Code: 0

📄


cd /tmp/thumbs/master.b334ae9.thumb_commands.8dfbca3; bundle install




  Using rake 12.0.0
Using concurrent-ruby 1.0.4
Using i18n 0.7.0
Using minitest 5.10.1
Using thread_safe 0.3.5
Using builder 3.2.3
Using erubis 2.7.0
Using mini_portile2 2.1.0
Using rack 2.0.1
Using public_suffix 2.0.5
Using mime-types-data 3.2016.0521
Using safe_yaml 1.0.4
Using diff-lcs 1.2.5
Using unf_ext 0.0.7.2
Using dust 0.1.6
Using excon 0.54.0
Using multipart-post 2.0.0
Using tins 1.13.0
Using git 1.3.0
Using graphql 1.1.0
Using hashdiff 0.3.2
Using hijack 0.2.1
Using http-form_data 1.0.1
Using http_parser.rb 0.6.0
Using kgio 2.11.0
Using log4r 1.1.10
Using method_source 0.8.2
Using mustermann 1.0.0.beta2
Using netrc 0.11.0
Using power_assert 0.4.1
Using thor 0.19.4
Using raindrops 0.17.0
Using rspec-support 3.5.0
Using tilt 2.0.5
Using vcr 3.0.3
Using bundler 1.13.6
Using tzinfo 1.2.2
Using nokogiri 1.6.8.1
Using rack-test 0.6.3
Using rack-protection 2.0.0.beta2
Using addressable 2.5.0
Using mime-types 3.1
Using crack 0.4.3
Using unf 0.1.4
Using faraday 0.11.0
Using file-tail 1.1.1
Using test-unit 3.2.3
Using unicorn 5.2.0
Using rspec-core 3.5.4
Using rspec-expectations 3.5.0
Using rspec-mocks 3.5.0
Using activesupport 5.0.1
Using loofah 2.0.3
Using xpath 2.0.0
Using sinatra 2.0.0.beta2
Using webmock 2.3.2
Using domain_name 0.5.20161129
Using sawyer 0.8.1
Using rails-dom-testing 2.0.2
Using graphql-client 0.2.3
Using rails-html-sanitizer 1.0.3
Using capybara 2.11.0
Using http-cookie 1.0.3
Using octokit 4.6.2
Using actionview 5.0.1
Using http 2.1.0
Using actionpack 5.0.1
Using railties 5.0.1
Using rspec-rails 3.5.2
Bundle complete! 23 Gemfile dependencies, 69 gems now installed.
Use `bundle show [gemname]` to see where a bundled gem is installed.





✅ BUNDLE_EXEC_RUBY_TEST/TEST.RB

Started at: 2017-02-23 19:19
Duration: 399 seconds.
Result: OK
Message: OK
Exit Code: 0

📄


cd /tmp/thumbs/master.b334ae9.thumb_commands.8dfbca3; bundle exec ruby test/test.rb




  Loaded suite test/test
Started
..............................................................................

Finished in 391.808290645 seconds.
------
78 tests, 210 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications
100% passed
------
0.20 tests/s, 0.54 assertions/s





⬜ 0 of 1 Code reviews from organization basho-labs

@hazen
Copy link

hazen commented Feb 24, 2017

I can't test this, but happy to +1

@thumbot
Copy link
Collaborator

thumbot commented Feb 24, 2017

✅ 1 of 1 Code reviews from organization basho-labs
  • @javajolt: I can't test this, but happy to +1

@thumbot
Copy link
Collaborator

thumbot commented Feb 24, 2017

Merging and closing this pr

@thumbot
Copy link
Collaborator

thumbot commented Feb 24, 2017

Successfully merged basho-labs/thumbs/pulls/77 (8dfbca3 on to master)

---
:sha: 96b6ebb15fe340032104932033b676c4054fc680
:merged: true
:message: Pull Request successfully merged

@thumbot thumbot merged commit 96b6ebb into master Feb 24, 2017
@davidx
Copy link
Contributor Author

davidx commented Feb 24, 2017

@javajolt Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants