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 7cbd0f2
Show file tree
Hide file tree
Showing 271 changed files with 57,622 additions and 12,084 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/
10 changes: 1 addition & 9 deletions .github/workflows/build-push-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
# Set tag 'latest' on main branch
REGISTRY_TAG: ${{ (github.head_ref||github.ref_name)=='main' && 'latest' || (github.head_ref||github.ref_name) }}
REGISTRY_ORG: kubev2v
USE_BAZEL_VERSION: 5.4.0
steps:
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
Expand All @@ -37,14 +36,7 @@ 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}
./hack/release-images.sh
make push-all-images
6 changes: 1 addition & 5 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@ jobs:


runs-on: ${{ matrix.os }}
env:
USE_BAZEL_VERSION: 5.4.0
timeout-minutes: 45
steps:
- name: Free Disk Space (Ubuntu)
Expand All @@ -76,7 +74,7 @@ jobs:
repository: kubev2v/forkliftci
ref: v16.0

- name: Build and setup everything with bazel
- name: Build and setup everything
id: forkliftci
uses: kubev2v/forkliftci/ci/[email protected]
with:
Expand Down Expand Up @@ -106,8 +104,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 7cbd0f2

Please sign in to comment.