Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: cache file exceed limit size due to system link #34

Merged
merged 1 commit into from
Nov 29, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions actions/agent/1.0/dice.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
### job 配置项
jobs:
agent:
image: registry.erda.cloud/erda-actions/action-agent:2.3-alpha-20230530111049-139ac9c59
image: registry.erda.cloud/erda-actions/action-agent:2.4-alpha-20231124102514-fd60919fc
labels:
# 必填字段
MD5: a3dbe69dd1eb4b9644178dd81e97a458
MD5: fbf7436210dc875b1050c6ed1da09ce7
envs:
# DEBUG mode, will produce more logs
DEBUG: false
Expand All @@ -15,3 +15,4 @@ jobs:
FILE_STREAM_TIMEOUT_SEC: 60
DEFAULT_SHELL: sh -x -e
DEFAULT_TIMEZONE: Asia/Shanghai
MAX_CACHE_FILE_MB: 2048
Loading