Skip to content

Commit

Permalink
Update to 2.3.6 on euwe. 😅
Browse files Browse the repository at this point in the history
We previously tried to upgrade to 2.3.6 on euwe by backporting:
ManageIQ#15993

This was causing a hang in the automation test suite on euwe and we
reverted it in:
ManageIQ#16087

https://bugzilla.redhat.com/show_bug.cgi?id=1560578

The prior 2 commits contain a manual backport of
ManageIQ#14239
which solves the 100% cpu hang of the automate ruby method with ruby 2.3.2+.
  • Loading branch information
jrafanie committed Mar 29, 2018
1 parent df20f49 commit 3c74c05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: ruby
rvm:
- '2.3.1'
- '2.3.6'
sudo: false
cache:
bundler: true
Expand Down

0 comments on commit 3c74c05

Please sign in to comment.