Skip to content

Commit 1586459

Browse files
Revert "Add BuildBuddy Support (#248)" (#250)
This reverts commit 3f3d99e.
1 parent 3f3d99e commit 1586459

File tree

3 files changed

+3
-54
lines changed

3 files changed

+3
-54
lines changed

.bazelrc

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,4 @@
1-
build:bb --bes_results_url=https://app.buildbuddy.io/invocation/
2-
build:bb --bes_backend=grpcs://remote.buildbuddy.io
3-
build:bb --remote_cache=grpcs://remote.buildbuddy.io
4-
build:bb --remote_timeout=3600
5-
build:bb --experimental_remote_cache_compression
6-
build:bb --experimental_remote_cache_compression_threshold=100
7-
build:bb --workspace_status_command=$(pwd)/workspace_status.sh
8-
91
run -c opt --show_loading_progress=false --show_progress=false --ui_event_filters=error
102
run:verbose -c dbg --show_loading_progress=true --show_progress=true --ui_event_filters=info,error,debug
113
# https://github.com/mockito/mockito/issues/1879
124
test --sandbox_tmpfs_path=/tmp
13-
14-
try-import /tmp/bb.bazelrc

.github/workflows/ci.yaml

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,8 @@ jobs:
2323
- name: Setup Bazelisk
2424
run: go install github.com/bazelbuild/bazelisk@latest && export PATH=$PATH:$(go env GOPATH)/bin
2525
- uses: actions/checkout@v4
26-
- name: Write BuildBuddy config
27-
env:
28-
BUILDBUDDY_API_KEY: ${{ secrets.BUILDBUDDY_API_KEY }}
29-
run: echo "build:bb --remote_header=x-buildbuddy-api-key=$BUILDBUDDY_API_KEY" > /tmp/bb.bazelrc
3026
- name: Run bazel-diff tests
31-
run: ~/go/bin/bazelisk coverage --combined_report=lcov //cli/... --enable_bzlmod=true --config=bb
27+
run: ~/go/bin/bazelisk coverage --combined_report=lcov //cli/... --enable_bzlmod=true
3228
test-jre21:
3329
runs-on: ubuntu-latest
3430
steps:
@@ -45,12 +41,8 @@ jobs:
4541
- name: Setup Bazelisk
4642
run: go install github.com/bazelbuild/bazelisk@latest && export PATH=$PATH:$(go env GOPATH)/bin
4743
- uses: actions/checkout@v4
48-
- name: Write BuildBuddy config
49-
env:
50-
BUILDBUDDY_API_KEY: ${{ secrets.BUILDBUDDY_API_KEY }}
51-
run: echo "build:bb --remote_header=x-buildbuddy-api-key=$BUILDBUDDY_API_KEY" > /tmp/bb.bazelrc
5244
- name: Run bazel-diff tests
53-
run: ~/go/bin/bazelisk coverage --combined_report=lcov //cli/... --enable_bzlmod=false --config=bb
45+
run: ~/go/bin/bazelisk coverage --combined_report=lcov //cli/... --enable_bzlmod=false
5446
test-jre11-run-example:
5547
runs-on: ubuntu-latest
5648
steps:
@@ -93,12 +85,8 @@ jobs:
9385
- name: Setup Bazelisk
9486
run: go install github.com/bazelbuild/bazelisk@latest && export PATH=$PATH:$(go env GOPATH)/bin
9587
- uses: actions/checkout@v4
96-
- name: Write BuildBuddy config
97-
env:
98-
BUILDBUDDY_API_KEY: ${{ secrets.BUILDBUDDY_API_KEY }}
99-
run: echo "build:bb --remote_header=x-buildbuddy-api-key=$BUILDBUDDY_API_KEY" > /tmp/bb.bazelrc
10088
- name: Build deployable JAR
101-
run: ~/go/bin/bazelisk build //cli:bazel-diff_deploy.jar --config=bb
89+
run: ~/go/bin/bazelisk build //cli:bazel-diff_deploy.jar
10290
- uses: actions/upload-artifact@v4
10391
with:
10492
name: bazel-diff_deploy.jar

workspace_status.sh

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)