I'm still trying to figure out what other are seeing, and this post is kind of a step back and trying to figure out. Maybe I was missing the bigger picture, so quality gates here we come.

https://jeferson.me/blog/2026/06/12/code-quality

#AI #Automation #Blog #CD #CI #CodeQuality #DevOps #QualityGates #SoftwareEngineering #StaticAnalysis #TechnicalDebt

Code Quality Gates

A rant on quality gates, why they matter more than ever when AI is generating half your codebase, and how to set them up without losing your mind.

Has anyone else seen this "No space left on device" on GitHub Actions come up recently?

#GitHub #PHP #CI

🚨 NEWS: Jest testing JavaScript e TypeScript completo: guida operativa

Ecco i punti chiave in breve:
💡 Hai scritto una funzione, l'hai testata a mano in console.log, sembra funzionare, la mandi in produzione e dopo due giorni arriva la segnalazione: “non funziona quando l'input è negativo”. Lo vediamo...

🚀 LINK: https://meteoraweb.com/analisi-dei-dati-e-metriche/jest-testing-javascript-e-typescript-completo-guida-operativa-h3txh

#unitTest #cI/CD #jest #testingJavaScript #typeScriptTesting

既存の負債はノイズにしない。PHPStan×GitHub Actionsで「今触ったコード」の認知複雑度だけを可視化する
https://qiita.com/_kuma/items/568639f6df1c1249539b?utm_campaign=popular_items&utm_medium=feed&utm_source=popular_items

#qiita #PHP #CI #静的解析 #PHPStan #GitHubActions

既存の負債はノイズにしない。PHPStan×GitHub Actionsで「今触ったコード」の認知複雑度だけを可視化する - Qiita

認知複雑度をPRで可視化するGitHub Actions はじめに コードレビュー中、「このメソッド、なんか読みにくいな」と感じたことはないでしょうか。 ネストが深く、条件分岐が絡み合い、頭の中で状態を追いかけるのがつらくなる——そういったコードは、認知複雑度/Cogn...

Qiita

Держите LLM подальше от тестов чат-бота

Держите LLM подальше от тестов чат-бота Кто тестировал чат-бота, знает: на одной реплике всё просто, а на третьей-четвёртой начинается боль. Бот должен помнить имя, которое вы назвали два хода назад, держать слоты и не сваливаться в «уточните ваш запрос» на ровном месте. И как только садишься это проверять, упираешься в развилку: чем, собственно, проверять ответы многоходового диалога.

https://habr.com/ru/articles/1046277/

#pytest #тестирование #чатботы #python #автотесты #CI #LLM #диалоговые_интерфейсы

Держите LLM подальше от тестов чат-бота

Держите LLM подальше от тестов чат-бота Кто тестировал чат-бота, знает: на одной реплике всё просто, а на третьей-четвёртой начинается боль. Бот должен помнить имя, которое вы назвали два хода назад,...

Хабр
Local-First & Portable CI

Your build logic should live in your project, not in your CI provider's config format.

prefix.dev

Flaky tests are worse than failing tests because they slowly train teams to distrust CI.

I wrote a practical guide to reducing flaky frontend tests: replacing sleeps with user-visible waits, isolating test state, using deterministic fixtures, freezing time, controlling network dependencies, and collecting useful CI diagnostics.

https://g.omid.dev/8ECJvZO

#Frontend #Testing #Playwright #Cypress #CI

Why Your Frontend Tests Flake and How to Fix Them for Good

A practical guide to reducing flaky frontend tests by improving isolation, waiting strategies, deterministic fixtures, test data, clocks, network control, and CI diagnostics.

La presidenta Claudia Sheinbaum aseguró que la inauguración del Mundial se realizará “en paz y tranquila”, pese a las protestas de maestros en la Ciudad de México. El partido inaugural entre México y Sudáfrica está programado para este jueves en el Estadio Azteca.

#Mundial2026 #ClaudiaSheinbaum #Ci

https://updateme.news/nacional/sheinbaum-inauguracion-del-mundial-sera-en-paz-y-tranquila/?utm_source=mastodon&utm_medium=jetpack_social

Sheinbaum: inauguración del Mundial será “en paz” y tranquila

La presidenta Claudia Sheinbaum afirmó este lunes que el Gobierno de México garantizará que la inauguración de la Copa Mundial de Futbol se realice en condiciones de tranquilidad, pese a las protestas que mantienen maestros disidentes en la Ciudad de México.

Update Me
Getting rootless Forgejo running as a daemon within Kubernetes is pain

And even if I got it working, I'd have to fight with running builds as well

Just gonna throw it into a kata container for now and lock down network policy

Maybe eventually the runners will be able to use native pods with food security configuration and I can drop this silly little daemon

Maybe I'll circle back and test things more once I have proper jobs running
#Homelab #Kubernetes #Forgejo #CI
"Just spent the morning optimising our CI/CD pipelines for faster, more reliable deployments. Anyone else struggling to balance speed and security in their DevOps workflows? #DevOps #CI/CD #PythonAutomation #EngineeringPractice"