-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add e2e tests for custom network provider (#177)
Signed-off-by: Kuromesi <[email protected]>
- Loading branch information
Showing
12 changed files
with
5,177 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,85 @@ | ||
name: E2E-Custom | ||
|
||
on: | ||
push: | ||
branches: | ||
- master | ||
- release-* | ||
pull_request: {} | ||
workflow_dispatch: {} | ||
|
||
env: | ||
# Common versions | ||
GO_VERSION: '1.17' | ||
KIND_IMAGE: 'kindest/node:v1.23.3' | ||
KIND_CLUSTER_NAME: 'ci-testing' | ||
|
||
jobs: | ||
|
||
rollout: | ||
runs-on: ubuntu-20.04 | ||
steps: | ||
- uses: actions/checkout@v2 | ||
with: | ||
submodules: true | ||
- name: Setup Go | ||
uses: actions/setup-go@v2 | ||
with: | ||
go-version: ${{ env.GO_VERSION }} | ||
- name: Setup Kind Cluster | ||
uses: helm/[email protected] | ||
with: | ||
node_image: ${{ env.KIND_IMAGE }} | ||
cluster_name: ${{ env.KIND_CLUSTER_NAME }} | ||
config: ./test/kind-conf.yaml | ||
- name: Build image | ||
run: | | ||
export IMAGE="openkruise/kruise-rollout:e2e-${GITHUB_RUN_ID}" | ||
docker build --pull --no-cache . -t $IMAGE | ||
kind load docker-image --name=${KIND_CLUSTER_NAME} $IMAGE || { echo >&2 "kind not installed or error loading image: $IMAGE"; exit 1; } | ||
- name: Install Kruise Rollout | ||
run: | | ||
set -ex | ||
kubectl cluster-info | ||
IMG=openkruise/kruise-rollout:e2e-${GITHUB_RUN_ID} ./scripts/deploy_kind.sh | ||
for ((i=1;i<10;i++)); | ||
do | ||
set +e | ||
PODS=$(kubectl get pod -n kruise-rollout | grep '1/1' | wc -l) | ||
set -e | ||
if [ "$PODS" -eq "1" ]; then | ||
break | ||
fi | ||
sleep 3 | ||
done | ||
set +e | ||
PODS=$(kubectl get pod -n kruise-rollout | grep '1/1' | wc -l) | ||
kubectl get node -o yaml | ||
kubectl get all -n kruise-rollout -o yaml | ||
set -e | ||
if [ "$PODS" -eq "1" ]; then | ||
echo "Wait for kruise-rollout ready successfully" | ||
else | ||
echo "Timeout to wait for kruise-rollout ready" | ||
exit 1 | ||
fi | ||
- name: Run E2E Tests | ||
run: | | ||
export KUBECONFIG=/home/runner/.kube/config | ||
kubectl apply -f ./test/e2e/test_data/customNetworkProvider/istio_crd.yaml | ||
kubectl apply -f ./test/e2e/test_data/customNetworkProvider/lua_script_configmap.yaml | ||
make ginkgo | ||
set +e | ||
./bin/ginkgo -timeout 60m -v --focus='Canary rollout with custon network provider' test/e2e | ||
retVal=$? | ||
# kubectl get pod -n kruise-rollout --no-headers | grep manager | awk '{print $1}' | xargs kubectl logs -n kruise-rollout | ||
restartCount=$(kubectl get pod -n kruise-rollout --no-headers | awk '{print $4}') | ||
if [ "${restartCount}" -eq "0" ];then | ||
echo "Kruise-rollout has not restarted" | ||
else | ||
kubectl get pod -n kruise-rollout --no-headers | ||
echo "Kruise-rollout has restarted, abort!!!" | ||
kubectl get pod -n kruise-rollout --no-headers| awk '{print $1}' | xargs kubectl logs -p -n kruise-rollout | ||
exit 1 | ||
fi | ||
exit $retVal |
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
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
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 |
---|---|---|
@@ -0,0 +1,60 @@ | ||
apiVersion: rollouts.kruise.io/v1alpha1 | ||
kind: Rollout | ||
metadata: | ||
annotations: | ||
rollouts.kruise.io/hash: d8c8v2w74286d77c4925wdw58v65z8725z7z4cw4f6cc485cvv62vx9cdwfv7b76 | ||
rollouts.kruise.io/rolling-style: canary | ||
creationTimestamp: "2023-09-25T13:49:00Z" | ||
deletionGracePeriodSeconds: 0 | ||
deletionTimestamp: "2023-09-25T13:52:34Z" | ||
generation: 2 | ||
name: rollouts-demo | ||
namespace: rollout-59e5b9cbeb2ed91f | ||
resourceVersion: "2699" | ||
uid: e861a61c-07f6-4064-8486-154bc6d86e29 | ||
spec: | ||
disabled: false | ||
objectRef: | ||
workloadRef: | ||
apiVersion: apps/v1 | ||
kind: Deployment | ||
name: echoserver | ||
strategy: | ||
canary: | ||
steps: | ||
- matches: | ||
- headers: | ||
- name: user-agent | ||
type: Exact | ||
value: pc | ||
pause: {} | ||
replicas: 1 | ||
- pause: {} | ||
weight: 50 | ||
trafficRoutings: | ||
- customNetworkRefs: | ||
- apiVersion: networking.istio.io/v1alpha3 | ||
kind: VirtualService | ||
name: vs-demo | ||
service: echoserver | ||
status: | ||
canaryStatus: | ||
canaryReadyReplicas: 0 | ||
canaryReplicas: 0 | ||
canaryRevision: 684554996d | ||
currentStepIndex: 2 | ||
currentStepState: Completed | ||
observedWorkloadGeneration: 1 | ||
podTemplateHash: "" | ||
rolloutHash: d8c8v2w74286d77c4925wdw58v65z8725z7z4cw4f6cc485cvv62vx9cdwfv7b76 | ||
stableRevision: 567694c97d | ||
conditions: | ||
- lastTransitionTime: "2023-09-25T13:50:00Z" | ||
lastUpdateTime: "2023-09-25T13:50:00Z" | ||
message: Rollout is in Progressing | ||
reason: Initializing | ||
status: "True" | ||
type: Progressing | ||
message: workload deployment is completed | ||
observedGeneration: 1 | ||
phase: Progressing |
Oops, something went wrong.