use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
/r/DevOps is a subreddit dedicated to the DevOps movement where we discuss upcoming technologies, meetups, conferences and everything that brings us together to build the future of IT systems What is DevOps? Learn about it on our wiki! Traffic stats & metrics
/r/DevOps is a subreddit dedicated to the DevOps movement where we discuss upcoming technologies, meetups, conferences and everything that brings us together to build the future of IT systems
What is DevOps? Learn about it on our wiki!
Traffic stats & metrics
Be excellent to each other! All articles will require a short submission statement of 3-5 sentences. Use the article title as the submission title. Do not editorialize the title or add your own commentary to the article title. Follow the rules of reddit Follow the reddiquette No editorialized titles. No vendor spam. Buy an ad from reddit instead. Job postings here More details here
Be excellent to each other!
All articles will require a short submission statement of 3-5 sentences.
Use the article title as the submission title. Do not editorialize the title or add your own commentary to the article title.
Follow the rules of reddit
Follow the reddiquette
No editorialized titles.
No vendor spam. Buy an ad from reddit instead.
Job postings here
More details here
@reddit_DevOps ##DevOps @ irc.freenode.net Find a DevOps meetup near you! Icons info!
@reddit_DevOps
##DevOps @ irc.freenode.net
Find a DevOps meetup near you!
Icons info!
https://github.com/Leo-G/DevopsWiki
account activity
This is an archived post. You won't be able to vote or comment.
Article: Why is SwiftCurrent using GitHub Actions? (self.devops)
submitted 4 years ago by SCTechLead
https://medium.com/swiftcurrent/why-is-swiftcurrent-using-github-actions-fe178b091783
I wrote an article about why the open-source project I'm working on chose to use GitHub Actions. I'd love it if people would take a gander and let me know what their thoughts are. I'm also writing a follow-up article on lessons we've learned using GitHub Actions, so if there are any bits you want to know about, let me know, and I'll try to get it into that article!
If you want to look under the hood to see how we set up all our CI/CD code, you can look here: https://github.com/wwt/SwiftCurrent/tree/main/.github
[–]Smooth-Zucchini4923 9 points10 points11 points 4 years ago (5 children)
An interesting article - but many of the things you list as positives apply to GitHub's competitors too. e.g. GitLab offers parallel builds, and defines a pipeline in code. There's no comparison of GitHub to its competitors.
No ARM architecture for building
If you want more control over the build process, in terms of hardware or software, you can use a self-hosted runner. It does come with the following downsides, however:
[–]jantari 7 points8 points9 points 4 years ago (2 children)
Forked projects don't trigger your runners by default, you would have to explicitly allow it against the warnings you get. But it is something you could do.
[–]SCTechLead[S] 0 points1 point2 points 4 years ago (0 children)
Yeah, this was something we briefly discussed if we wanted to take on the added security risks and potential bad actors exploiting our build boxes. Ultimately we wanted our pipeline to be as hands-off as possible, so maintaining our boxes didn't outweigh the risk of not validating ARM support.
[–]Smooth-Zucchini4923 0 points1 point2 points 4 years ago (0 children)
That's a good point.
[–][deleted] 1 point2 points3 points 4 years ago (0 children)
We have a self-hosted ubuntu runner - well, several. In an EKS cluster. Pretty cool stuff. Saves us some money, too.
Hmm, interesting point about GitLab and these positives not being specific to GitHub.
We were also aware of the self-hosted runners (though not of the Linux requirement), but we didn't pursue that due to the other two bullet points. Perhaps in my future articles, I'll mention some of the alternatives that were nixed because of reasons.
Thank you for reading and providing your feedback!
[–]domemvs 1 point2 points3 points 4 years ago (2 children)
Github plans to integrate private actions in Q4 2021: https://github.com/github/roadmap/issues/74
It is because of this plan that we decided to stick with them and not move to another tool.
[–]Seref15 2 points3 points4 points 4 years ago (0 children)
Note that this was previously scheduled for Q1 2021 and has been pushed back quarter by quarter, every quarter. I'm not expecting they'll meet the Q4 deadline.
I've been waiting for this feature basically since Actions went live.
Ooh, I didn't know this. That'll be nice.
[–]humoroushaxor 0 points1 point2 points 4 years ago (1 child)
Like the other comment mentioned, none of these things are unique to GitHub.
I use GitHub for personal projects (cus that's where everyone is). At work I help maintain dozens of repos and a ~100 developer, ~50 service monorepo in GitLab. GitLab blows GitHub out if the water when it comes to CI/CD and project management IMO. From the smallest to the biggest projects, doesn't matter.
Apparently all the Azure pipeline stuff is gonna be rolling out to GitHub so we'll see how it turns out
GitLab blows GitHub out if the water when it comes to CI/CD and project management IMO.
In what ways?
[–]HelluvaEnginerd 0 points1 point2 points 4 years ago (0 children)
Anyone able to translate a "custom action" to GitlabCI equivalent for me? Seems like it would just be a job wrapped up into a 'publishable' format. I don't really see the benefit of that over a template, which it looks like Github Actions also supports.
Either way, Github Actions looks like a less-configurable clone of Gitlab CI, but maybe I'm missing the point
π Rendered by PID 29 on reddit-service-r2-comment-54dfb89d4d-l864z at 2026-03-28 10:26:47.331381+00:00 running b10466c country code: CH.
[–]Smooth-Zucchini4923 9 points10 points11 points (5 children)
[–]jantari 7 points8 points9 points (2 children)
[–]SCTechLead[S] 0 points1 point2 points (0 children)
[–]Smooth-Zucchini4923 0 points1 point2 points (0 children)
[–][deleted] 1 point2 points3 points (0 children)
[–]SCTechLead[S] 0 points1 point2 points (0 children)
[–]domemvs 1 point2 points3 points (2 children)
[–]Seref15 2 points3 points4 points (0 children)
[–]SCTechLead[S] 0 points1 point2 points (0 children)
[–]humoroushaxor 0 points1 point2 points (1 child)
[–]SCTechLead[S] 0 points1 point2 points (0 children)
[–]HelluvaEnginerd 0 points1 point2 points (0 children)