Runners autohospedados GitHub Actions: ¿conviene en 2026?

¿Cuánto ahorrás con runners autohospedados GitHub Actions? Con 100k minutos/mes el ahorro es USD 130/mes. Calculá si te conviene migrar en 2026.

https://donweb.news/runners-autohospedados-github-actions-costo-control/

#githubactions #cicd #devops #selfhostedrunners #automatización

Runners autohospedados GitHub Actions: ¿conviene en 2026?

Con el nuevo precio de USD 0.002/min de GitHub Actions, analizamos cuándo conviene migrar a runners propios y cómo configurarlos correctamente.

DonWeb News

Ho un blog di divulgazione scientifica. Mi piace scrivere, ma odio monitorare.

Per questo motivo ho costruito una pipeline di SEO auditing automatica per il mio blog Jekyll con #LighthouseCI, #PageSpeedInsights, #HermesForge, microformati e ottimizzazione per AI, tutto orchestrato con GitHub Actions, tutti strumenti gratuiti o opensource. CICD alla riscossa! Meno stress, più scrittura!

#SEO #DevOps #GitHubActions #CICD

https://gabrielebaldassarre.com/devops/seo-automatico-jekyll/

Deployá más seguido y rompé menos cosas en 2026

¿Tu equipo tarda semanas en deployar? Con feature flags, smoke tests y CI/CD podés acelerar despliegues cloud y bajar incidentes un 60%. Guía práctica 2...

https://donweb.news/acelerar-despliegues-cloud-mejores-practicas/

#deploymentfrequency #featureflags #cicd #devops #cloudcosts

Deployá más seguido y rompé menos cosas en 2026

Cómo pasar de releases semanales a múltiples deploys diarios sin aumentar incidentes. Feature flags, smoke tests y métricas DORA explicados.

DonWeb News

CI/CD is so much better on ephemeral @oxidecomputer instances.

#oxide #ci #cd #cicd #linux

Senior C++ Developer – Neural Network Integration & Production AI Systems at Mobileye

Mobileye is hiring Senior C++ Developer – Neural Network Integration & Production AI Systems

I've optimised our CI/CD pipeline to the point that we now go from "committed -> deployed" in less than 4 minutes.
Major wins:
- Tests results for E2E tests come in under 2 minutes, immediately helping agents if something broke.
- Building docker images for production and staging takes 1 minute combined.
- Deploying both envs in parallel takes 1m30.

And I'm already wondering how I can accelerate the E2E tests 😆.
#cicd #devops #sre

My migration from GitHub to Gitea became stalled when I realized that you can tie self-hosted Actions runners to

* Repos (per repo token)
* Orgs
* not to the Pro Account with all repos

If you migrate, you have a parallel setup.

Gitea allows global runners. It's by far less complex. Which is a strength.

To self-host a combined GitHub and Gitea Actions runner, I need to queue jobs. Per repo as well.

I also need to keep the jobs compatible.

To archive this, I use Dagger(.io). My GitHub Action YAML only defines the triggers in GitHub (on push etc.). Dagger works locally, on-prem and in the cloud. It's a compatibility layer that is much more sane than YAML.

With Dagger and a custom queue, it's possible to move away from Actions without much effort. But there is a certain vendor lock-in effect with GitHub Actions.

The other consideration is, that cloud-hosted GitHub Actions runners exist for Linux (AArch64, x86), Windows (same), macOS (x86, Silicon). And they are super cheap.

To get the best out of both worlds:

1. use Dagger where it's possible
2. build a custom combined builder queue

#dagger #cicd #actions #gitea

Dashboard Terraform: revisá riesgos antes del apply

¿Revisás planes Terraform en la terminal con 500+ cambios? Construí un dashboard interactivo que separa los destroy críticos del resto antes de apretar ...

https://donweb.news/dashboard-terraform-impacto-enterprise/

#terraform #devops #infraestructuracomocódigo #cicd #iac

Dashboard Terraform: revisá riesgos antes del apply

Convertí el JSON de terraform plan en un dashboard HTML interactivo con Python. Visualizá destroy críticos y aprobaciones antes de tocar producción.

DonWeb News
“We're being told to use AI agents for broad changes across our codebase. There's no way to evaluate whether that much code is well-written or secure—especially when hundreds of other programmers in the company are doing the same” https://www.404media.co/software-developers-say-ai-is-rotting-their-brains/ #aibrainrot #ai #ki #developer #cicd