Skip to content

Commit

Permalink
Build the vineyardctl before running the vineyardctl python api e2e t…
Browse files Browse the repository at this point in the history
…est.

Signed-off-by: Ye Cao <[email protected]>
  • Loading branch information
dashanji committed Aug 23, 2024
1 parent eaaba57 commit d3a027b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/vineyard-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,7 @@ jobs:
- name: e2e-tests-vineyardctl-python-api
if: ${{ matrix.job == 'e2e-tests-vineyardctl-python-api' }}
run: |
go build -a -o python/vineyard/bdist/vineyardctl k8s/cmd/main.go
make -C k8s/test/e2e e2e-tests-vineyardctl-python-api
- name: e2e-tests-deploy-raw-backup-and-recover
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ setup:
kubectl delete pod vineyardd-$(shuf -i 0-2 -n 1) -n default --force
kubectl rollout status statefulset/vineyardd
# wait for the instance quit messages to be propagated
sleep 120
sleep 180
kubectl rollout status statefulset/vineyardd
done
- name: install consumer
Expand Down

0 comments on commit d3a027b

Please sign in to comment.