Skip to content

Commit

Permalink
Merge pull request #79 from ArroyoSystems/k8s
Browse files Browse the repository at this point in the history
Add Kubernetes scheduler
  • Loading branch information
mwylde authored Apr 26, 2023
2 parents 9241018 + 8355def commit a07699a
Show file tree
Hide file tree
Showing 26 changed files with 3,670 additions and 441 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
kafka_*/bin/kafka-storage.sh format -t 9v5PspiySuWU2l5NjTgRuA -c kafka_*/config/kraft/server.properties
kafka_*/bin/kafka-server-start.sh -daemon kafka_*/config/kraft/server.properties
- name: Build
run: cargo build --release
run: cargo build --release --all-features
- name: Test
run: cargo nextest run --release
build-console:
Expand Down
Loading

0 comments on commit a07699a

Please sign in to comment.