-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Fluvio dep and other dependencies. Added integration tests for consumer offset support.
- Loading branch information
Showing
13 changed files
with
1,069 additions
and
756 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,10 +6,6 @@ concurrency: | |
|
||
on: | ||
workflow_dispatch: | ||
push: | ||
branches: | ||
- staging | ||
- trying | ||
pull_request: | ||
branches: | ||
- main | ||
|
@@ -91,24 +87,11 @@ jobs: | |
sudo apt-get update | ||
sudo apt-get install -y musl-tools | ||
- name: Create fluvio k3d Cluster | ||
uses: AbsaOSS/[email protected] | ||
with: | ||
cluster-name: "fluvio" | ||
args: --timeout 5m | ||
|
||
- name: Ensure k3d cluster is ready | ||
run: | | ||
sleep 5 | ||
./actions/k3d-check.sh | ||
- name: Install Fluvio Local Cluster | ||
timeout-minutes: 10 | ||
uses: infinyon/fluvio@master | ||
with: | ||
cluster-type: k3d | ||
version: stable | ||
|
||
cluster-type: local | ||
- name: Setup Rust Cache | ||
uses: Swatinem/rust-cache@v2 | ||
with: | ||
|
@@ -117,9 +100,6 @@ jobs: | |
- name: Check Fluvio Installation | ||
run: make test_fluvio_install | ||
|
||
- name: Install Fluvio CDK | ||
run: fluvio install cdk --develop | ||
|
||
- name: Install Rust ${{ matrix.rust }} | ||
uses: actions-rs/toolchain@v1 | ||
with: | ||
|
Oops, something went wrong.