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

Commit

Permalink
Remove boxed job and associated kueue functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrove-oss committed Feb 14, 2024
1 parent 810dc80 commit d4604d3
Show file tree
Hide file tree
Showing 54 changed files with 7 additions and 1,941 deletions.
61 changes: 0 additions & 61 deletions .github/workflows/mcad-kueue-CI.yml

This file was deleted.

1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ RUN go mod download
COPY cmd/main.go cmd/main.go
COPY api/ api/
COPY internal/controller/ internal/controller/
COPY internal/kueue/ internal/kueue/

# Build
# the GOARCH has not a default value to allow the binary be built according to the host where the command
Expand Down
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,6 @@ run-dispatcher: manifests generate fmt vet ## Run a dispatcher controller from y
run-runner: manifests generate fmt vet ## Run a runner controller from your host.
go run ./cmd/main.go --metrics-bind-address=localhost:0 --health-probe-bind-address=localhost:0 --mode=runner

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


.PHONY: run-test
run-test: build envtest ## Run unit tests.
Expand Down
13 changes: 0 additions & 13 deletions PROJECT
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,4 @@ resources:
kind: AppWrapper
path: github.com/project-codeflare/mcad/api/v1beta1
version: v1beta1
- api:
crdVersion: v1
namespaced: true
controller: true
domain: codeflare.dev
group: workload
kind: BoxedJob
path: github.com/project-codeflare/mcad/api/v1alpha1
version: v1alpha1
webhooks:
defaulting: true
validation: true
webhookVersion: v1
version: "3"
97 changes: 0 additions & 97 deletions api/v1alpha1/boxedjob_types.go

This file was deleted.

36 changes: 0 additions & 36 deletions api/v1alpha1/groupversion_info.go

This file was deleted.

164 changes: 0 additions & 164 deletions api/v1alpha1/zz_generated.deepcopy.go

This file was deleted.

Loading

0 comments on commit d4604d3

Please sign in to comment.