Skip to content

Commit

Permalink
Upgrade dapr to 1.8.3 for e2e (#61)
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Huo <[email protected]>
  • Loading branch information
benjaminhuo authored Aug 6, 2022
1 parent 9899d20 commit d41439a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion plugin/skywalking/test/binding-event/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugin/skywalking/test/topic-event/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion test/bindings/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion test/pubsub/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d41439a

Please sign in to comment.