Skip to content

Commit 346a838

Browse files
committed
wip
1 parent c757e68 commit 346a838

3 files changed

Lines changed: 4 additions & 13 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

e2e/config/spp-platform.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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

1817
skywalking-oap:
1918
host: localhost

e2e/docker-compose.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)