Skip to content

Commit

Permalink
[type:fix] e2e k8s
Browse files Browse the repository at this point in the history
  • Loading branch information
moremind committed Oct 9, 2023
1 parent c82beb8 commit fdc94bb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/e2e-k8s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -254,11 +254,11 @@ jobs:
sudo k3s ctr images import /tmp/apache-shenyu-admin.tar
sudo k3s ctr images import /tmp/apache-shenyu-bootstrap.tar
# - name: Setup Debug Session
# uses: mxschmitt/action-tmate@v3
# timeout-minutes: 15
# with:
# detached: true
- name: Setup Debug Session
uses: mxschmitt/action-tmate@v3
timeout-minutes: 15
with:
detached: true

- name: Run E2E Tests
if: steps.filter.outputs.changed == 'true'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ kubectl apply -f "${PRGDIR}"/shenyu-cm.yml
#./mvnw -B -f ./shenyu-e2e/pom.xml -pl shenyu-e2e-case/shenyu-e2e-case-spring-cloud -am test-compile -T1C

# init shenyu sync
SYNC_ARRAY=("websocket" "http" "zookeeper" "etcd")
MIDDLEWARE_SYNC_ARRAY=("zookeeper" "etcd")
SYNC_ARRAY=("websocket" "http" "zookeeper" "etcd" "nacos")
MIDDLEWARE_SYNC_ARRAY=("zookeeper" "etcd" "nacos")
for sync in ${SYNC_ARRAY[@]}; do
echo -e "------------------\n"
kubectl apply -f "$SHENYU_TESTCASE_DIR"/k8s/shenyu-mysql.yml
Expand Down

0 comments on commit fdc94bb

Please sign in to comment.