Commit 7e9c384
authored
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 install1 parent 8359343 commit 7e9c384
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 | |
|---|---|---|---|
| |||
705 | 705 | | |
706 | 706 | | |
707 | 707 | | |
| 708 | + | |
| 709 | + | |
| 710 | + | |
| 711 | + | |
| 712 | + | |
| 713 | + | |
| 714 | + | |
| 715 | + | |
708 | 716 | | |
| 717 | + | |
| 718 | + | |
| 719 | + | |
| 720 | + | |
| 721 | + | |
| 722 | + | |
| 723 | + | |
| 724 | + | |
| 725 | + | |
709 | 726 | | |
710 | 727 | | |
711 | 728 | | |
| |||
| 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 | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
| 69 | + | |
69 | 70 | | |
70 | 71 | | |
71 | 72 | | |
| |||
75 | 76 | | |
76 | 77 | | |
77 | 78 | | |
78 | | - | |
| 79 | + | |
79 | 80 | | |
80 | 81 | | |
81 | 82 | | |
82 | | - | |
| 83 | + | |
83 | 84 | | |
84 | 85 | | |
85 | 86 | | |
| |||
0 commit comments