File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -102,7 +102,6 @@ jobs:
102102 run : docker inspect --format='{{.Name}} - {{range .NetworkSettings.Networks}}{{.IPAddress}}{{end}}' $(docker ps -aq)
103103 - name : Set SPP_PLATFORM_HOST
104104 run : SPP_PLATFORM_HOST=$(docker inspect -f '{{range.NetworkSettings.Networks}}{{.IPAddress}}{{end}}' $(docker ps -aqf "name=spp-platform")) && echo "SPP_PLATFORM_HOST=$SPP_PLATFORM_HOST" >> $GITHUB_ENV
105- - run : sleep 30s
106105
107106 - name : " [CLI] Get developers"
108107 run : ./build/graal/spp-cli -v admin get-developers
@@ -158,6 +157,8 @@ jobs:
158157 run : ./build/graal/spp-cli -v get-logs
159158 - name : " [CLI] Remove live instruments"
160159 run : ./build/graal/spp-cli -v remove-instruments spp.example.webapp.model.User 48
160+ - name : " [CLI] Reset"
161+ run : ./build/graal/spp-cli -v admin reset
161162
162163 - run : ./gradlew test -Dtest.profile=integration
163164
Original file line number Diff line number Diff line change @@ -11,9 +11,8 @@ spp-platform:
1111 processor :
1212 bridge_port : 5460
1313
14- redis :
15- host : localhost
16- port : 6379
14+ storage :
15+ selector : memory
1716
1817skywalking-oap :
1918 host : localhost
Original file line number Diff line number Diff line change @@ -10,17 +10,8 @@ services:
1010 - " 5445:5445"
1111 - " 5450:5450"
1212 - " 5455:5455"
13- depends_on :
14- - redis
15- links :
16- - redis
1713 environment :
1814 - SPP_CLUSTER_URL=localhost
1915 - SPP_CLUSTER_NAME=docker
20- - SPP_REDIS_HOST=redis
2116 - SPP_SKYWALKING_HOST=skywalking-oap
2217 - SPP_DISABLE_JWT=true
23- redis :
24- image : redis:6.2.1
25- container_name : redis
26- hostname : redis
You can’t perform that action at this time.
0 commit comments