Skip to content

Commit 6b59251

Browse files
committed
Remove bazel
Signed-off-by: Martin Necas <[email protected]>
1 parent 3113e86 commit 6b59251

File tree

271 files changed

+57624
-12086
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

271 files changed

+57624
-12086
lines changed

.bazelrc

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

.dockerignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010
**/bin
1111
**/dist
1212
**/node_modules
13-
WORKSPACE
14-
**/BUILD.bazel
1513

1614
# Ignore docs
1715
docs/

.github/workflows/build-push-images.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ jobs:
1515
# Set tag 'latest' on main branch
1616
REGISTRY_TAG: ${{ (github.head_ref||github.ref_name)=='main' && 'latest' || (github.head_ref||github.ref_name) }}
1717
REGISTRY_ORG: kubev2v
18-
USE_BAZEL_VERSION: 5.4.0
1918
steps:
2019
- name: Free Disk Space (Ubuntu)
2120
uses: jlumbroso/free-disk-space@main
@@ -37,14 +36,7 @@ jobs:
3736
username: ${{ secrets.QUAY_USERNAME }}
3837
password: ${{ secrets.QUAY_TOKEN }}
3938

40-
- name: Bazel cache
41-
id: bazel-cache
42-
uses: actions/cache@v3
43-
with:
44-
path: ~/.cache/bazel
45-
key: ${{ runner.os }}-bazel-cache-${{ hashFiles('WORKSPACE') }}
46-
4739
- name: Build and push images to quay.io
4840
run: |
4941
cd ${GITHUB_WORKSPACE}
50-
./hack/release-images.sh
42+
make push-all-images

.github/workflows/pull-request.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,6 @@ jobs:
5353

5454

5555
runs-on: ${{ matrix.os }}
56-
env:
57-
USE_BAZEL_VERSION: 5.4.0
5856
timeout-minutes: 45
5957
steps:
6058
- name: Free Disk Space (Ubuntu)
@@ -74,9 +72,9 @@ jobs:
7472
uses: actions/checkout@v4
7573
with:
7674
repository: kubev2v/forkliftci
77-
ref: v16.0
75+
ref: v17.0
7876

79-
- name: Build and setup everything with bazel
77+
- name: Build and setup everything
8078
id: forkliftci
8179
uses: kubev2v/forkliftci/ci/[email protected]
8280
with:
@@ -106,8 +104,6 @@ jobs:
106104
build:
107105
# The type of runner that the job will run on
108106
runs-on: ubuntu-latest
109-
env:
110-
USE_BAZEL_VERSION: 5.4.0
111107
# Steps represent a sequence of tasks that will be executed as part of the job
112108
steps:
113109
- name: Checks-out repository under $GITHUB_WORKSPACE

.github/workflows/run-osp-extended-tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ jobs:
5959
runs-on: self-hosted
6060
needs: create_ovirt_runner
6161
env:
62-
USE_BAZEL_VERSION: 5.4.0
6362
source_provider: openstack
6463
timeout-minutes: 45
6564
steps:

.gitignore

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,6 @@ migsamples
3131
# tilt settings
3232
tools/tilt/tilt-settings.json
3333

34-
# bazel build artifacts
35-
bazel-*
36-
.bazeldnf
37-
3834
# deploy env
3935
hack/deploy/**/deploy.env
4036

BUILD.bazel

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

0 commit comments

Comments
 (0)