ci: run release/publish cli after agent to have less ram consumption (#3153)

This commit is contained in:
6543 2024-01-09 16:10:15 +01:00 committed by GitHub
parent 11d70a894d
commit 02ea3369d5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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