From d41439a7a3cb45e8b122d11c62ff78a959c3f8d7 Mon Sep 17 00:00:00 2001 From: Benjamin Huo Date: Sat, 6 Aug 2022 18:35:51 +0800 Subject: [PATCH] Upgrade dapr to 1.8.3 for e2e (#61) Signed-off-by: Benjamin Huo --- plugin/skywalking/test/binding-event/e2e.yaml | 2 +- plugin/skywalking/test/topic-event/e2e.yaml | 2 +- test/bindings/e2e.yaml | 2 +- test/pubsub/e2e.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/plugin/skywalking/test/binding-event/e2e.yaml b/plugin/skywalking/test/binding-event/e2e.yaml index 508e1eb..c582a74 100644 --- a/plugin/skywalking/test/binding-event/e2e.yaml +++ b/plugin/skywalking/test/binding-event/e2e.yaml @@ -5,7 +5,7 @@ setup: - name: install dapr command: | dapr -v || (wget -q https://raw.githubusercontent.com/dapr/cli/master/install/install.sh -O - | /bin/bash) - dapr init -k --runtime-version 1.8.1 --log-as-json --wait --timeout 600 + dapr init -k --runtime-version 1.8.3 --log-as-json --wait --timeout 600 wait: - namespace: dapr-system resource: pod diff --git a/plugin/skywalking/test/topic-event/e2e.yaml b/plugin/skywalking/test/topic-event/e2e.yaml index 8efbf84..54404d0 100644 --- a/plugin/skywalking/test/topic-event/e2e.yaml +++ b/plugin/skywalking/test/topic-event/e2e.yaml @@ -5,7 +5,7 @@ setup: - name: install dapr command: | dapr -v || (wget -q https://raw.githubusercontent.com/dapr/cli/master/install/install.sh -O - | /bin/bash) - dapr init -k --runtime-version 1.8.1 --log-as-json --wait --timeout 600 + dapr init -k --runtime-version 1.8.3 --log-as-json --wait --timeout 600 wait: - namespace: dapr-system resource: pod diff --git a/test/bindings/e2e.yaml b/test/bindings/e2e.yaml index 4b60f69..b316247 100644 --- a/test/bindings/e2e.yaml +++ b/test/bindings/e2e.yaml @@ -5,7 +5,7 @@ setup: - name: install dapr command: | dapr -v || (wget -q https://raw.githubusercontent.com/dapr/cli/master/install/install.sh -O - | /bin/bash) - dapr init -k --runtime-version 1.8.1 --log-as-json --wait --timeout 600 + dapr init -k --runtime-version 1.8.3 --log-as-json --wait --timeout 600 wait: - namespace: dapr-system resource: pod diff --git a/test/pubsub/e2e.yaml b/test/pubsub/e2e.yaml index 80e6816..5854f4e 100644 --- a/test/pubsub/e2e.yaml +++ b/test/pubsub/e2e.yaml @@ -5,7 +5,7 @@ setup: - name: install dapr command: | dapr -v || (wget -q https://raw.githubusercontent.com/dapr/cli/master/install/install.sh -O - | /bin/bash) - dapr init -k --runtime-version 1.8.1 --log-as-json --wait --timeout 600 + dapr init -k --runtime-version 1.8.3 --log-as-json --wait --timeout 600 wait: - namespace: dapr-system resource: pod