Skip to content

Commit 0bfcc95

Browse files
committed
[GR-17457] Set the host-vm of jruby to "jruby" to ease filtering
PullRequest: truffleruby/2082
2 parents 4a31a11 + 88b40b3 commit 0bfcc95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ local part_definitions = {
132132
},
133133

134134
environment+: {
135-
HOST_VM: "server",
135+
HOST_VM: "jruby",
136136
HOST_VM_CONFIG: "default",
137137
GUEST_VM: "jruby",
138138
GUEST_VM_CONFIG: "indy",

0 commit comments

Comments
 (0)