Skip to content
This repository was archived by the owner on Feb 18, 2025. It is now read-only.

Commit 285e360

Browse files
authored
Remove boxed job and associated kueue functionality (#149)
1 parent 810dc80 commit 285e360

Some content is hidden

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

56 files changed

+108
-2051
lines changed

Diff for: .github/workflows/mcad-kueue-CI.yml

-61
This file was deleted.

Diff for: Dockerfile

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ RUN go mod download
1515
COPY cmd/main.go cmd/main.go
1616
COPY api/ api/
1717
COPY internal/controller/ internal/controller/
18-
COPY internal/kueue/ internal/kueue/
1918

2019
# Build
2120
# the GOARCH has not a default value to allow the binary be built according to the host where the command

Diff for: Makefile

-3
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,6 @@ run-dispatcher: manifests generate fmt vet ## Run a dispatcher controller from y
111111
run-runner: manifests generate fmt vet ## Run a runner controller from your host.
112112
go run ./cmd/main.go --metrics-bind-address=localhost:0 --health-probe-bind-address=localhost:0 --mode=runner
113113

114-
run-kueue: manifests generate fmt vet ## Run a boxjob controller from your host.
115-
go run ./cmd/main.go --metrics-bind-address=localhost:0 --health-probe-bind-address=localhost:0 --mode=kueue
116-
117114

118115
.PHONY: run-test
119116
run-test: build envtest ## Run unit tests.

Diff for: PROJECT

-13
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,4 @@ resources:
1717
kind: AppWrapper
1818
path: github.com/project-codeflare/mcad/api/v1beta1
1919
version: v1beta1
20-
- api:
21-
crdVersion: v1
22-
namespaced: true
23-
controller: true
24-
domain: codeflare.dev
25-
group: workload
26-
kind: BoxedJob
27-
path: github.com/project-codeflare/mcad/api/v1alpha1
28-
version: v1alpha1
29-
webhooks:
30-
defaulting: true
31-
validation: true
32-
webhookVersion: v1
3320
version: "3"

Diff for: api/v1alpha1/boxedjob_types.go

-97
This file was deleted.

Diff for: api/v1alpha1/groupversion_info.go

-36
This file was deleted.

Diff for: api/v1alpha1/zz_generated.deepcopy.go

-164
This file was deleted.

0 commit comments

Comments
 (0)