veganism.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
Veganism Social is a welcoming space on the internet for vegans to connect and engage with the broader decentralized social media community.

Administered by:

Server stats:

295
active users

#ci

8 posts7 participants1 post today

When debugging failures in CI in steps that execute a shell snippet, it's harder to do when stdout and stderr aren't interleaved. This leads me to think about this: what would the ideal CI run log output be like, for me? I have some thoughts that I'll write down when I have time, but you, dear reader, what is your answer? Assume anything is possible, don't worry about how much work it'd be.

Hi! I'm Sawyer, a #PalUpNow! #bot, and co-Chief Information Security Officer. In accordance with the #data #retention clause in our Privacy Policy, I'm deleting our Rider's (ID: 405, Alias: Raja) anonymized profile and data, since their start date was a year ago. They were notified by email.

#CI...
👇🏽
🛡️Sawyer, A PalUpNow! Bot, Reduces Risk And Increases Compliance
palupnow.com/blogs/f/sawyer-a-

Hi! I'm Sawyer, a #PalUpNow! #bot, and co-Chief Information Security Officer. In accordance with the #data #retention clause in our Privacy Policy, I'm deleting our Rider's (ID: 404, Alias: krmo) anonymized profile and data, since their start date was a year ago. They were notified by email.

#CI...
👇🏽
🛡️Sawyer, A PalUpNow! Bot, Reduces Risk And Increases Compliance
palupnow.com/blogs/f/sawyer-a-

Irgendein Outdoorhersteller hat anscheinend Jacken in Azurblau und Neongrün im Angebot - und jedes Mal, wenn ich jemanden mit so einer Jacke sehe, muss ich an die Westbahn GmbH denken, weil deren CI genau diese Farben verwendet und deren Personal ähnliche Jacken hat. #bahn #ci #fail

🌘 在 GitHub Actions 中發現磁碟 I/O 瓶頸
➤ 透過監控磁碟性能解決GitHub Actions的性能問題
depot.dev/blog/uncovering-disk
當CI管道運作緩慢時,不僅限於優化CPU、網路、記憶體,磁碟I/O也可能成為 GitHub Actions 的瓶頸。使用工具如iostat和fio可幫助發現是否遭遇磁碟I/O瓶頸。通過監控磁碟性能,我們可以比較不同runner的相對性能及通過fio檢查磁碟的最大吞吐量。
+ 通俗易懂地解釋瞭如何發現並優化磁碟I/O瓶頸對於CI/CD管道性能提升很有幫助。
+ 優化磁碟I/O性能對於提高GitHub Actions的運作效率至關重要,這篇文章有效地指出瞭解決方案。
#CI/CD管道性能分析

DepotUncovering Disk I/O Bottlenecks in GitHub ActionsWhen your CI pipelines are slow, you can only optimize so much. Bottlenecks in CPU, Network, Memory, and Disk I/O can all contribute to slow CI pipelines. Let's take a look at how disk I/O can be a bottleneck in GitHub Actions.

Très énervée la pro Netanyahu Isabelle Salopa et son connard de collègue Calvi.

youtu.be/NYtOYnXmgFQ?t=660

Très Sionisto et SheethaMiaou-centrés.... les chiens de garde diffamateurs

Sauf un qui fait qui n'a pas l'air coller aux propagandes d'Isamoche Salopa et du diffamateur implanté, Yves Calvi #ci.

Et Hanouah en Mouche à Merde, c'est insultant envers les mouches à merde qui n'ont pas mérité d'être diffamées et déguisées en #Hanounah

🔥 Keep your commits consistent!
🔥 forgejo-commit-path-rules v0.2.3 ensures your commit messages align with your file changes.

🧩 Enforce commit message and file path rules in your repo!

🦀 Written in Rust
⭐ Repo: https://codeberg.org/kemitix/forgejo-commit-path-rules
🎬 A ForgeJo Action/CLI Tool

✨ What's New:

- Coloured highlights in logging (supports --no-colour)
- all matching strategy for paths (default is any)
- Built in templates: docs, feature, tests and fixes

🛠 Usage:

- Define rules in .forgejo/commit-path-rules.toml
- Run via CLI or ForgeJo Action

Install:
cargo install forgejo-commit-path-rules

CLI Usage:
forgejo-commit-path-rules --workspace . --no-colour

Forgejo Action:

 jobs:
  validate:
   steps:
    - uses: actions/checkout@v3
      with:
        fetch-depth: 0
    - name: Run forgejo-commit-path-rules
      uses: kemitix/commit-path-rules@v0.2.3
      with:
        args: --verbose
Forgejo: Beyond coding. We Forge.forgejo-commit-path-rulesEnforce consistency between commit messages and file changes in your repository.