36

Hi everyone,

Since I'm primarily working in devops Area and loving yaml-based CI/CD, dockerizing or kubernetes things, I've developer something, that you could, similarly, run from your own computer using yaml defined jobs.

Everything you know from pipeline-based definitions, such as chaining, on_success, on_failure, depends_on, scheduled jobs using crontab definition or executing jobs using containers, you can now do it.

I would appreciate any feedback, I'll try to get it better :)

โœŒ๐Ÿป

you are viewing a single comment's thread
view the rest of the comments
[-] breakpointx@lemmy.world 3 points 1 week ago* (last edited 1 week ago)

Thank you for your feedback.

The good old X vs Y. I think its a matter of use-case and personal preference. The decision to pick yaml is solely because readability, which is, above what toml has to offer with its single-dimension. On the other side, yes, yaml has its own quirks such as primitive boolean (yes, true, on) and whitespace sensitivity;

still, yaml is still preferred type when we're talking devops.

I'll put this on a nice to have list- I'm quite sure the toml OR yaml for that matter, has an option to convert one way or another :)

Update: I've added the issue to the project.

this post was submitted on 26 Jul 2025
36 points (97.4% liked)

Open Source

39549 readers
276 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 6 years ago
MODERATORS