Skip to content

Commit d41439a

Browse files
authored
Upgrade dapr to 1.8.3 for e2e (#61)
Signed-off-by: Benjamin Huo <[email protected]>
1 parent 9899d20 commit d41439a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

plugin/skywalking/test/binding-event/e2e.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ setup:
55
- name: install dapr
66
command: |
77
dapr -v || (wget -q https://raw.githubusercontent.com/dapr/cli/master/install/install.sh -O - | /bin/bash)
8-
dapr init -k --runtime-version 1.8.1 --log-as-json --wait --timeout 600
8+
dapr init -k --runtime-version 1.8.3 --log-as-json --wait --timeout 600
99
wait:
1010
- namespace: dapr-system
1111
resource: pod

plugin/skywalking/test/topic-event/e2e.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ setup:
55
- name: install dapr
66
command: |
77
dapr -v || (wget -q https://raw.githubusercontent.com/dapr/cli/master/install/install.sh -O - | /bin/bash)
8-
dapr init -k --runtime-version 1.8.1 --log-as-json --wait --timeout 600
8+
dapr init -k --runtime-version 1.8.3 --log-as-json --wait --timeout 600
99
wait:
1010
- namespace: dapr-system
1111
resource: pod

test/bindings/e2e.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ setup:
55
- name: install dapr
66
command: |
77
dapr -v || (wget -q https://raw.githubusercontent.com/dapr/cli/master/install/install.sh -O - | /bin/bash)
8-
dapr init -k --runtime-version 1.8.1 --log-as-json --wait --timeout 600
8+
dapr init -k --runtime-version 1.8.3 --log-as-json --wait --timeout 600
99
wait:
1010
- namespace: dapr-system
1111
resource: pod

test/pubsub/e2e.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ setup:
55
- name: install dapr
66
command: |
77
dapr -v || (wget -q https://raw.githubusercontent.com/dapr/cli/master/install/install.sh -O - | /bin/bash)
8-
dapr init -k --runtime-version 1.8.1 --log-as-json --wait --timeout 600
8+
dapr init -k --runtime-version 1.8.3 --log-as-json --wait --timeout 600
99
wait:
1010
- namespace: dapr-system
1111
resource: pod

0 commit comments

Comments
 (0)