Skip to content

Latest commit

 

History

History

rbe

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Enable RBE on your workstation:

curl https://raw.githubusercontent.com/kubernetes/test-infra/master/rbe/configure.sh -o configure.sh
chmod configure.sh
./configure.sh istio-testing # or some other project
bazel test --config=remote-istio-testing //...

How can I always use RBE?

# vim ~/.bazelrc
build --config=remote-istio-testing

Create/update a RBE cluster:

# cp install-istio-testing.sh install-into-my-project.sh
# edit values in this file
./install-istio-testing.sh