File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 workflow_dispatch :
66
77jobs :
8- rbe-small-tests :
9- name : RBE - Small Tests
8+ set-ruby-version :
9+ name : Set Ruby version
1010 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
1131 with :
1232 name : Cache
1333 cache-key : rbe
You can’t perform that action at this time.
0 commit comments