mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-09-19 20:03:59 +00:00
ci: run release/publish cli after agent to have less ram consumption (#3153)
This commit is contained in:
@@ -456,9 +456,9 @@ steps:
|
|||||||
publish-next-cli:
|
publish-next-cli:
|
||||||
depends_on:
|
depends_on:
|
||||||
- vendor
|
- 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
|
# ram usage otherwise
|
||||||
- cross-compile-server
|
- publish-next-agent
|
||||||
image: *buildx_plugin
|
image: *buildx_plugin
|
||||||
settings:
|
settings:
|
||||||
repo: *publish_repos_cli
|
repo: *publish_repos_cli
|
||||||
@@ -475,9 +475,9 @@ steps:
|
|||||||
publish-next-cli-alpine:
|
publish-next-cli-alpine:
|
||||||
depends_on:
|
depends_on:
|
||||||
- vendor
|
- 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
|
# ram usage otherwise
|
||||||
- cross-compile-server
|
- publish-next-agent
|
||||||
image: *buildx_plugin
|
image: *buildx_plugin
|
||||||
settings:
|
settings:
|
||||||
repo: *publish_repos_cli
|
repo: *publish_repos_cli
|
||||||
@@ -526,9 +526,9 @@ steps:
|
|||||||
release-cli:
|
release-cli:
|
||||||
depends_on:
|
depends_on:
|
||||||
- vendor
|
- 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
|
# ram usage otherwise
|
||||||
- cross-compile-server
|
- release-agent
|
||||||
image: *buildx_plugin
|
image: *buildx_plugin
|
||||||
settings:
|
settings:
|
||||||
repo: *publish_repos_cli
|
repo: *publish_repos_cli
|
||||||
@@ -544,9 +544,9 @@ steps:
|
|||||||
release-cli-alpine:
|
release-cli-alpine:
|
||||||
depends_on:
|
depends_on:
|
||||||
- vendor
|
- 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
|
# ram usage otherwise
|
||||||
- cross-compile-server
|
- release-agent
|
||||||
image: *buildx_plugin
|
image: *buildx_plugin
|
||||||
settings:
|
settings:
|
||||||
repo: *publish_repos_cli
|
repo: *publish_repos_cli
|
||||||
|
Reference in New Issue
Block a user