dev launch mode

This commit is contained in:
mr 2025-03-06 09:33:03 +01:00
parent 09b8046073
commit 907880bfd6
2 changed files with 10 additions and 0 deletions

View File

@ -3,6 +3,12 @@
build: clean
go build .
run-tools:
docker compose -f docker-compose.tools.yml up -d
build-monitord:
go build -o ../oc-monitord ../oc-monitord
run:
./oc-schedulerd
@ -21,4 +27,6 @@ publish-registry:
all: docker publish-kind publish-registry
dev: run-tools build-monitord build run
.PHONY: build run clean docker publish-kind publish-registry

View File

@ -2,6 +2,8 @@
OC-Scheduler retrieves the content of submitted workflows and prepare them to be executed.
make dev
## Parsing
From a workflow's name we retrieve the xml graph associated and parse it in order to create the object representing each componant.