\o/ my @forgejo now has a @WoodpeckerCI picking!
#forgejo #woodpecker #ci #selfhosted
SRE and DevOps: The Perfect Partnership - In the world of software development and operations, Site Reliability Engineering ... - https://readwrite.com/sre-and-devops-the-perfect-partnership/ #developers #developer #readwrite #branding #software ##bigdata #devops #ci/cd #tech #apm #sre
#sre #apm #tech #ci #devops #bigdata #software #branding #readwrite #developer #developers
Github actions are designed with no CPU efficiency in mind.
It terrifies me how much time Github actions spent doing same things again and again in cases where it could easily be mitigated by cache and a good CI system design that targeted to spent resources effectively in general.
Unsurprisingly Github Actions billing is based on minutes spent repeatedly doing those things.
#Github #GithubActions #GiveUpGitHub #CI #CarbonEmissions #CorporateGreed
#github #githubactions #GiveUpGitHub #ci #carbonemissions #corporategreed
I'm curious if anyone has written about a strategy for fixing bugs in a way that retains the integrity and usability of the code base beyond #TDD and #CI? As my role sunsets, I'm thinking about how I can set the next maintainers of my packages up for success so that patches can be made in a way that does not break workflows ten iterations in the future due to patches piled upon patches.
Relevant XKCD: https://xkcd.com/1172/
New official Arch Linux package: **cargo-hack** 🚀
🦀 Cargo subcommand to provide various options useful for testing and continuous integration.
⭐ GitHub: https://github.com/taiki-e/cargo-hack
🐧 Package: https://archlinux.org/packages/extra/x86_64/cargo-hack/
#archlinux #rust #cargo #testing #ci
I did not know about ggplot_build() before. It can come in handy in situations where you want to access computed metrics of a #ggplot. https://ggplot2.tidyverse.org/reference/ggplot_build.html. Thanks @thedatainklab for sharing. #rstats #ci
GitHub Actions for the R language: Makes automatic testing of your R package much easier and making sure your package works on different OS and R versions is a matter of just a few lines of yaml: https://github.com/r-lib/actions #rstats #ci #testing #github
"How Secrets Leak in CI/CD Pipelines"
We’re happy to announce our next speaker Valeriia Ivanova, DevOps Team Lead at Plarium 👾
In her speech #DevOps in #GameDev Valeriia will talk about #CI/CD, #IaC and Security in GameDev, but also share her huge love and inspiration about games. Isn’t it exciting?
Register now https://devopsdays.com.ua 👈
We’re happy to announce our next speaker Valeriia Ivanova, DevOps Team Lead at
Plarium. 👾In her speech #DevOps in #GameDev Valeriia will talk about #CI/CD, #IaC and Security in GameDev, but also share her huge love and inspiration about games. Isn’t it exciting? Register now https://devopsdays.com.ua 👈🏻
The @Podman_io team kindly agreed to start testing cockpit-podman in podman pull requests, being the first project outside of our team to do upstream reverse dependency testing. I'm looking forward how this will work out!
#ci #qa #testing #containers #podman
Related: https://pluralistic.net/2023/08/23/automation-blindness/#humans-in-the-loop #codereviews #cicd #ci
Currently running Jenkins but kind of hate it and every three months or so I start googling alternatives until I feel that it _does_ actually do what we need and I don't feel like setting up something new that's probably just as horrible.
Having a look at TeamCity though and it does seem to check a lot of the right boxes. What say ye? Yay? Nay?
#softwareengineering #BuildAutomation #ci #teamcity #jetbrains
#softwareengineering #BuildAutomation #ci #TeamCity #jetbrains
3 ways to upgrade continuous testing for generative AI - Generative AI, ChatGPT, and large language models (LLMs) like GitHub Copilot and other... - https://www.infoworld.com/article/3705049/3-ways-to-upgrade-continuous-testing-for-generative-ai.html#tk.rss_all #softwaredevelopment #generativeai #apptesting #ci/cd
#ci #apptesting #generativeAI #softwaredevelopment
on the other hand, the only matrix job that was actually able to download the source codes gave me satisfactions.
BTW, huge props to mob-sakai's game-ci docker images - https://github.com/mob-sakai/docker - and their testing workflows, like the one of ParticleEffectForUGUI: https://github.com/mob-sakai/ParticleEffectForUGUI/blob/main/.github/workflows/test.yml
#ci #cd #testing #unity #github #actions
Got a proof-of-concept of sitespeed.io (https://www.sitespeed.io/) working in a Gitlab CI process without having to run docker in docker and without having to use the premium-only snippet (https://docs.gitlab.com/ee/ci/testing/browser_performance_testing.html#configuring-browser-performance-testing)
Blog post coming soon!
#performance #gitlab #perf #ci
Succeeded in creating my first Gitea Actions workflow with building a multiplatform Docker image and pushing it to my container registry with buildx. Unfortunately have been unsuccessful with getting secrets to work so far ${{ secrets.DOCKER_PASSWORD }} doesn’t work #gitea #ci