Commit c0e7b9e
Use gradle and bundled jruby for acceptance tests orchestration (#18536)
* WIP: just test on remote linux box.
* fixup compilation bugs
* actually use it...
* expose rubyUtils methods
* actual gem path
* try to make gems available
* add jruby stdlib gems to gem_path
* try different idea
* try shelling out instead
* use rake still
* revert rubyUtils.gradle changes
* explicitly set BUNDLE_PATH
* dont use deprecated exec
* stop using env var for bundle_path
* unset any bundle related env var before invoking LS
* unset not available on test runners
* document why we shell out
* codereview changes
* make sure BUNDLE_PATH is set after bundle install
(cherry picked from commit 7e9c384)1 parent 622215c commit c0e7b9e
File tree
3 files changed
+22
-10
lines changed- ci
- qa/rspec/commands
3 files changed
+22
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
631 | 631 | | |
632 | 632 | | |
633 | 633 | | |
| 634 | + | |
| 635 | + | |
| 636 | + | |
| 637 | + | |
| 638 | + | |
| 639 | + | |
| 640 | + | |
| 641 | + | |
634 | 642 | | |
| 643 | + | |
| 644 | + | |
| 645 | + | |
| 646 | + | |
| 647 | + | |
| 648 | + | |
| 649 | + | |
| 650 | + | |
| 651 | + | |
635 | 652 | | |
636 | 653 | | |
637 | 654 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | 55 | | |
60 | | - | |
61 | | - | |
62 | | - | |
| 56 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
| 67 | + | |
67 | 68 | | |
68 | 69 | | |
69 | 70 | | |
| |||
73 | 74 | | |
74 | 75 | | |
75 | 76 | | |
76 | | - | |
| 77 | + | |
77 | 78 | | |
78 | 79 | | |
79 | 80 | | |
80 | | - | |
| 81 | + | |
81 | 82 | | |
82 | 83 | | |
83 | 84 | | |
| |||
0 commit comments