Post AQHY4W3H2jUPLHbIsS by pinpox@chaos.social
 (DIR) More posts by pinpox@chaos.social
 (DIR) Post #AQGhkhl2cFIUEuIwYi by y3mz@mastodon.tech
       2022-12-04T16:23:00.432305Z
       
       0 likes, 0 repeats
       
       and this my friends is how you deploy your machines on #nixos like a baller.  either that or you just want to stress all 2 of your logical cpu cores.  powered by #drone and #gitea
       
 (DIR) Post #AQHY4W3H2jUPLHbIsS by pinpox@chaos.social
       2022-12-05T00:32:51Z
       
       1 likes, 0 repeats
       
       @y3mz What does your gitea CI config look like? Does it run natively on the gitea host or in containers?
       
 (DIR) Post #AQHYU2VfVCCPFT3Jlw by y3mz@mastodon.tech
       2022-12-05T02:13:49.091617Z
       
       0 likes, 0 repeats
       
       @pinpox i run droneci for cicd operations. mostly host exec runner when possible. sometimes container images from private registry are needed to make cicd pipelines work. but i typically run post-deployment step to sweep the drone machine from unnecessary container artifacts. my setup is a bit complicated. is it #devops or #devoops or #chaosengineering i still cannot answer
       
 (DIR) Post #AQIJ2YHMUG23W4ktu4 by mahmoudajawad@mastodon.online
       2022-12-05T03:15:59Z
       
       1 likes, 0 repeats
       
       @y3mz you mean something like docker image prune? Interesting. Because usually the advise and practice is to preserve those cached layers and images for later runs since there's high chance you will end-up needing them again. Or did I misunderstood your sweep act?
       
 (DIR) Post #AQIJ2Z9FFv8MDBxvtI by pinpox@chaos.social
       2022-12-05T09:14:28Z
       
       1 likes, 0 repeats
       
       @mahmoudajawad @y3mz I see, I'm running drone as well with host runners and remote runners. Was curious to see other solutions
       
 (DIR) Post #AQIJN8ZZG2lvs35SQy by y3mz@mastodon.tech
       2022-12-05T10:59:13.069891Z
       
       0 likes, 0 repeats
       
       @pinpox @mahmoudajawad where do your runners run for remote? i want to try this too for an experiment
       
 (DIR) Post #AQIJzaF6pUwEgxqmWm by y3mz@mastodon.tech
       2022-12-05T11:06:12.074311Z
       
       0 likes, 0 repeats
       
       @mahmoudajawad yes it seems like an antipattern but im measuring worst case scenario end to end deployment times this month. its intentional