File tree Expand file tree Collapse file tree 1 file changed +22
-2
lines changed Expand file tree Collapse file tree 1 file changed +22
-2
lines changed Original file line number Diff line number Diff line change 5
5
workflow_dispatch :
6
6
7
7
jobs :
8
- rbe-small-tests :
9
- name : RBE - Small Tests
8
+ set-ruby-version :
9
+ name : Set Ruby version
10
10
uses : ./.github/workflows/bazel.yml
11
+ with :
12
+ run : echo 'RUBY_VERSION = "jruby-9.4.2.0"' >rb/ruby_version.bzl
13
+
14
+ # The NPM repository rule wants to write to the HOME directory
15
+ # but that's configured for the remote build machines, so run
16
+ # that repository rule first so that the subsequent remote
17
+ # build runs successfully.
18
+ warm-cache :
19
+ name : Warm repository rule cache
20
+ uses : ./.github/workflows/bazel.yml
21
+ needs : set-ruby-version
22
+ with :
23
+ name : Cache
24
+ cache-key : rbe
25
+ run : bazel query @npm//:all
26
+
27
+ rbe-tests :
28
+ name : Test
29
+ uses : ./.github/workflows/bazel.yml
30
+ needs : warm-cache
11
31
with :
12
32
name : Cache
13
33
cache-key : rbe
You can’t perform that action at this time.
0 commit comments