Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
[skip ci]
there is also[skip slack]
- to run the build but don't send the message to slack and[run tests]
which runs test (but doesn't work currently due to tests failing - also separate PR will fix that as it's not CI issue)There are 4 nodes deployed currently, ci-cake-ubuntu{1-4} each with 16vCPU and 16GiB of RAM, and 256GiB of NVMe storage (free to use all of that, and if we ever need more I can bump it), and nested KVM enabled. Host is not prepared to run anything, instead we use container approach, so in addition to
runs-on: linux-amd64
we also addcontainer:
.Each node has individual cache, so when updating major dependencies we may see some weird behavior with how cache behaves (i.e. up to 4 longer builds).
Pull Request - Checklist