Skip to content

Commit 6ba5180

Browse files
authored
Merge pull request kubernetes#77230 from fejta/rbe
Add --config=ci for bazel
2 parents 62020eb + ffaaa90 commit 6ba5180

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

build/root/.bazelrc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,3 +68,8 @@ build:remote --strategy=Closure=remote
6868
build:remote --strategy=Genrule=remote
6969
build:remote --define=EXECUTOR=remote
7070

71+
# --config=ci-instance adds a remote instance name
72+
build:ci-instance --remote_instance_name=projects/k8s-prow-builds/instances/default_instance
73+
74+
# The config we want to use in CI
75+
build:ci --config=remote --config=ci-instance

0 commit comments

Comments
 (0)