From 4b977ab48824b575b01c68e0b15d00fc0fbb203f Mon Sep 17 00:00:00 2001 From: 6543 <6543@obermui.de> Date: Sun, 31 Dec 2023 23:13:37 +0100 Subject: [PATCH] make sure cross-compile-server does not run with other compile steps (#3089) I noticed it as it crashed the agent on the main server at some point as we did use almost all swap and had 100% ram usage in total we used 16G of ram --- .woodpecker/docker.yml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/.woodpecker/docker.yml b/.woodpecker/docker.yml index 669b7e264..c24615f6a 100644 --- a/.woodpecker/docker.yml +++ b/.woodpecker/docker.yml @@ -315,6 +315,9 @@ steps: publish-next-agent: depends_on: - vendor + # we also depend on cross-compile-server as we would have to hight + # ram usage otherwise + - cross-compile-server image: *buildx_plugin settings: repo: *publish_repos_agent @@ -331,6 +334,9 @@ steps: publish-next-agent-alpine: depends_on: - vendor + # we also depend on cross-compile-server as we would have to hight + # ram usage otherwise + - cross-compile-server image: *buildx_plugin settings: repo: *publish_repos_agent @@ -379,6 +385,9 @@ steps: release-agent: depends_on: - vendor + # we also depend on cross-compile-server as we would have to hight + # ram usage otherwise + - cross-compile-server image: *buildx_plugin settings: repo: *publish_repos_agent @@ -394,6 +403,9 @@ steps: release-agent-alpine: depends_on: - vendor + # we also depend on cross-compile-server as we would have to hight + # ram usage otherwise + - cross-compile-server image: *buildx_plugin settings: repo: *publish_repos_agent @@ -444,6 +456,9 @@ steps: publish-next-cli: depends_on: - vendor + # we also depend on cross-compile-server as we would have to hight + # ram usage otherwise + - cross-compile-server image: *buildx_plugin settings: repo: *publish_repos_cli @@ -460,6 +475,9 @@ steps: publish-next-cli-alpine: depends_on: - vendor + # we also depend on cross-compile-server as we would have to hight + # ram usage otherwise + - cross-compile-server image: *buildx_plugin settings: repo: *publish_repos_cli @@ -508,6 +526,9 @@ steps: release-cli: depends_on: - vendor + # we also depend on cross-compile-server as we would have to hight + # ram usage otherwise + - cross-compile-server image: *buildx_plugin settings: repo: *publish_repos_cli @@ -523,6 +544,9 @@ steps: release-cli-alpine: depends_on: - vendor + # we also depend on cross-compile-server as we would have to hight + # ram usage otherwise + - cross-compile-server image: *buildx_plugin settings: repo: *publish_repos_cli