Skip to content

Commit

Permalink
Remove bazel
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Necas <[email protected]>
  • Loading branch information
mnecas committed Jan 17, 2025
1 parent 3113e86 commit 7156add
Show file tree
Hide file tree
Showing 269 changed files with 57,579 additions and 12,114 deletions.
36 changes: 0 additions & 36 deletions .bazelrc

This file was deleted.

2 changes: 0 additions & 2 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
**/bin
**/dist
**/node_modules
WORKSPACE
**/BUILD.bazel

# Ignore docs
docs/
7 changes: 0 additions & 7 deletions .github/workflows/build-push-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,6 @@ jobs:
username: ${{ secrets.QUAY_USERNAME }}
password: ${{ secrets.QUAY_TOKEN }}

- name: Bazel cache
id: bazel-cache
uses: actions/cache@v3
with:
path: ~/.cache/bazel
key: ${{ runner.os }}-bazel-cache-${{ hashFiles('WORKSPACE') }}

- name: Build and push images to quay.io
run: |
cd ${GITHUB_WORKSPACE}
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,6 @@ jobs:
build:
# The type of runner that the job will run on
runs-on: ubuntu-latest
env:
USE_BAZEL_VERSION: 5.4.0
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- name: Checks-out repository under $GITHUB_WORKSPACE
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/run-osp-extended-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ jobs:
runs-on: self-hosted
needs: create_ovirt_runner
env:
USE_BAZEL_VERSION: 5.4.0
source_provider: openstack
timeout-minutes: 45
steps:
Expand Down
4 changes: 0 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@ migsamples
# tilt settings
tools/tilt/tilt-settings.json

# bazel build artifacts
bazel-*
.bazeldnf

# deploy env
hack/deploy/**/deploy.env

Expand Down
140 changes: 0 additions & 140 deletions BUILD.bazel

This file was deleted.

Loading

0 comments on commit 7156add

Please sign in to comment.