dev launch mode
This commit is contained in:
parent
09b8046073
commit
907880bfd6
8
Makefile
8
Makefile
@ -3,6 +3,12 @@
|
|||||||
build: clean
|
build: clean
|
||||||
go build .
|
go build .
|
||||||
|
|
||||||
|
run-tools:
|
||||||
|
docker compose -f docker-compose.tools.yml up -d
|
||||||
|
|
||||||
|
build-monitord:
|
||||||
|
go build -o ../oc-monitord ../oc-monitord
|
||||||
|
|
||||||
run:
|
run:
|
||||||
./oc-schedulerd
|
./oc-schedulerd
|
||||||
|
|
||||||
@ -21,4 +27,6 @@ publish-registry:
|
|||||||
|
|
||||||
all: docker publish-kind publish-registry
|
all: docker publish-kind publish-registry
|
||||||
|
|
||||||
|
dev: run-tools build-monitord build run
|
||||||
|
|
||||||
.PHONY: build run clean docker publish-kind publish-registry
|
.PHONY: build run clean docker publish-kind publish-registry
|
@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
OC-Scheduler retrieves the content of submitted workflows and prepare them to be executed.
|
OC-Scheduler retrieves the content of submitted workflows and prepare them to be executed.
|
||||||
|
|
||||||
|
make dev
|
||||||
|
|
||||||
## Parsing
|
## Parsing
|
||||||
|
|
||||||
From a workflow's name we retrieve the xml graph associated and parse it in order to create the object representing each componant.
|
From a workflow's name we retrieve the xml graph associated and parse it in order to create the object representing each componant.
|
||||||
|
Loading…
Reference in New Issue
Block a user