-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable zookeeper-ephemeral-e2e-test
Signed-off-by: Xudong Sun <[email protected]>
- Loading branch information
1 parent
0f03d84
commit 4484476
Showing
1 changed file
with
0 additions
and
17 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 |
---|---|---|
|
@@ -286,23 +286,6 @@ jobs: | |
run: ./local-test.sh zookeeper | ||
- name: Run zookeeper e2e tests for scaling | ||
run: cd e2e && cargo run -- zookeeper-scaling | ||
zookeeper-ephemeral-e2e-test: | ||
runs-on: ubuntu-20.04 | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- name: Setup Go | ||
uses: actions/setup-go@v2 | ||
with: | ||
go-version: "^1.20" | ||
- name: Install kind | ||
run: go install sigs.k8s.io/[email protected] | ||
- name: Install Rust toolchain | ||
run: | | ||
curl --proto '=https' --tlsv1.2 --retry 10 --retry-connrefused -fsSL "https://sh.rustup.rs" | sh -s -- --default-toolchain none -y | ||
- name: Deploy zookeeper controller | ||
run: ./local-test.sh zookeeper | ||
- name: Run zookeeper e2e tests for ephemeral storage | ||
run: cd e2e && cargo run -- zookeeper-ephemeral | ||
vreplicaset-e2e-test: | ||
runs-on: ubuntu-20.04 | ||
steps: | ||
|