10000 GitHub - qorix-group/inc_orchestrator: Incubation repo for orchestration
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

qorix-group/inc_orchestrator

 
 

Repository files navigation

inc_orchestrator

Incubation repo for orchestration

Getting started

Using Cargo

Install Rust

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

Build

You can either use manually usually cargo commands or use xtask approach

cargo xtask - print usage

The xtask has advantage that it builds using separate build dirs, so when building test and target, there is no need to rebuild each time.

Run some specific

Use regular commands but prefer cargo xtask

cargo xtask run --example basic

Using Bazel

bazel run //orchestration:basic

Bazel

Targets

Tests

Each component has defined test target as component:tests so You can run them via bazel:

bazel test //PATH_TO_COMPONENT:tests

You can also run all tests via:

bazel test //...

About

Incubation repo for orchestration

Resources

License

Apache-2.0, Unknown licenses found

Licenses found

Apache-2.0
LICENSE
Unknown
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 96.4%
  • Starlark 3.4%
  • Shell 0.2%
0