Skip to content

Commit

Permalink
[Fix][CI] Fix CI error caused by set classloader-cache-mode to true (
Browse files Browse the repository at this point in the history
  • Loading branch information
Hisoka-X authored Oct 30, 2024
1 parent ef2c3c7 commit 5583f4f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -285,21 +285,17 @@ jobs:
uses: actions/checkout@v3
with:
path: seatunnel-pr

- name: Checkout website repo
uses: actions/checkout@v3
with:
repository: apache/seatunnel-website
path: seatunnel-website

- name: Sync PR changes to website
run: |
bash seatunnel-pr/tools/documents/sync.sh seatunnel-pr seatunnel-website
- uses: actions/setup-node@v2
with:
node-version: 16.19.0

- name: Run docusaurus build
run: |
cd seatunnel-website
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ seatunnel:
backup-count: 2
queue-type: blockingqueue
print-execution-info-interval: 10
classloader-cache-mode: false
slot-service:
dynamic-slot: true
checkpoint:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
seatunnel:
engine:
history-job-expire-minutes: 1
classloader-cache-mode: false
backup-count: 2
queue-type: blockingqueue
print-execution-info-interval: 10
Expand Down

0 comments on commit 5583f4f

Please sign in to comment.