mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-26 11:51:02 +00:00
ci: run release/publish cli after agent to have less ram consumption (#3153)
This commit is contained in:
parent
11d70a894d
commit
02ea3369d5
1 changed files with 8 additions and 8 deletions
|
@ -456,9 +456,9 @@ steps:
|
|||
publish-next-cli:
|
||||
depends_on:
|
||||
- vendor
|
||||
# we also depend on cross-compile-server as we would have to hight
|
||||
# we also depend on publish-next-agent as we would have to hight
|
||||
# ram usage otherwise
|
||||
- cross-compile-server
|
||||
- publish-next-agent
|
||||
image: *buildx_plugin
|
||||
settings:
|
||||
repo: *publish_repos_cli
|
||||
|
@ -475,9 +475,9 @@ steps:
|
|||
publish-next-cli-alpine:
|
||||
depends_on:
|
||||
- vendor
|
||||
# we also depend on cross-compile-server as we would have to hight
|
||||
# we also depend on publish-next-agent as we would have to hight
|
||||
# ram usage otherwise
|
||||
- cross-compile-server
|
||||
- publish-next-agent
|
||||
image: *buildx_plugin
|
||||
settings:
|
||||
repo: *publish_repos_cli
|
||||
|
@ -526,9 +526,9 @@ steps:
|
|||
release-cli:
|
||||
depends_on:
|
||||
- vendor
|
||||
# we also depend on cross-compile-server as we would have to hight
|
||||
# we also depend on release-agent as we would have to hight
|
||||
# ram usage otherwise
|
||||
- cross-compile-server
|
||||
- release-agent
|
||||
image: *buildx_plugin
|
||||
settings:
|
||||
repo: *publish_repos_cli
|
||||
|
@ -544,9 +544,9 @@ steps:
|
|||
release-cli-alpine:
|
||||
depends_on:
|
||||
- vendor
|
||||
# we also depend on cross-compile-server as we would have to hight
|
||||
# we also depend on release-agent as we would have to hight
|
||||
# ram usage otherwise
|
||||
- cross-compile-server
|
||||
- release-agent
|
||||
image: *buildx_plugin
|
||||
settings:
|
||||
repo: *publish_repos_cli
|
||||
|
|
Loading…
Reference in a new issue