diff --git a/test/Makefile b/test/Makefile deleted file mode 100644 index b57d7c4a..00000000 --- a/test/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -GITHUB_RUN_ID ?= latest -KIND_CLUSTER_NAME ?= ci-testing -IMAGE ?= openkruise/kruise-rollout:e2e-$(GITHUB_RUN_ID) - -.PHONY: build-image -build-image: - docker build --pull --no-cache ../ -t $(IMAGE) - -.PHONY: load-image -load-image: build-image - kind load docker-image --name=$(KIND_CLUSTER_NAME) $(IMAGE) - -.PHONY: install-kruise-rollout -install-kruise-rollout: - @pushd .. > /dev/null && IMG=$(IMAGE) ./scripts/deploy_kind.sh && popd > /dev/null - kubectl wait --namespace kruise-rollout \ - --for=condition=ready pod \ - --selector=control-plane=controller-manager \ - --timeout=600s \ No newline at end of file diff --git a/test/e2e/test_data/customNetworkProvider/rollout_with_trafficrouting.yaml b/test/e2e/test_data/customNetworkProvider/rollout_with_trafficrouting.yaml index 9c631f30..713ce5df 100644 --- a/test/e2e/test_data/customNetworkProvider/rollout_with_trafficrouting.yaml +++ b/test/e2e/test_data/customNetworkProvider/rollout_with_trafficrouting.yaml @@ -19,9 +19,9 @@ name: user-agent value: pc - queryParams: - - type: Exact - name: user-agent - value: pc + - type: Exact + name: user-agent + value: pc - path: value: /pc - replicas: "50%"