VirtuslabRnD / pulumi-kotlin

Experimental support for Kotlin language in Pulumi
Apache License 2.0
60 stars 3 forks source link

Move GitLab back to default runner #726

Open jplewa opened 3 weeks ago

jplewa commented 3 weeks ago

Task

Resolves: None

Description

I moved GitLab to a custom runner back in https://github.com/VirtuslabRnD/pulumi-kotlin/pull/721 to fix some weird issues that I thought were related to RAM. Turns out they weren't as we still get them even after upgrading the amount of RAM:

image

https://github.com/VirtuslabRnD/pulumi-kotlin/actions/runs/11429027858/job/31794941994?pr=725

image

https://github.com/VirtuslabRnD/pulumi-kotlin/actions/runs/11418790179/job/31779317479

Therefore, we can move back to a standard runner. The errors will have to be resolved somehow in the future.