Skip to content

Commit

Permalink
Disable zookeeper-ephemeral-e2e-test
Browse files Browse the repository at this point in the history
Signed-off-by: Xudong Sun <[email protected]>
  • Loading branch information
marshtompsxd committed Jun 7, 2024
1 parent 0f03d84 commit 4484476
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 4484476

Please sign in to comment.