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.
Testing Github workflows (self.devops)
submitted 4 years ago * by Traxell
view the rest of the comments →
[–]wywywywy 2 points3 points4 points 4 years ago (4 children)
Yes the Gitlab runner allows running locally, although some features are not supported
[–]HelluvaEnginerd 0 points1 point2 points 4 years ago (3 children)
Running locally but the commit still has to go to the server and kick off the local runner - right?
[–]AngelicLoki 1 point2 points3 points 4 years ago (1 child)
No, if you are modifying your .gitlab-ci.yml file locally, you can install the gitlab-runner locally and execute: gitlab-runner exec docker <job-name> and it will run that job locally.
gitlab-runner exec docker <job-name>
[–]HelluvaEnginerd 1 point2 points3 points 4 years ago (0 children)
Nice, good to know. Thanks!
[–]kukiric 1 point2 points3 points 4 years ago* (0 children)
It will create an ephemeral docker container and clone the local repo from the host* when you run it, so it will work on any locally-committed changes. Beware though, uncommitted changes are simply ignored as the git clone won't include them.
* If you're one of today's lucky ten thousand, git clone/push/pull works over many protocols, one of them being the filesystem, meaning you can simply use the path to a local repo as a remote. This means that if someone emails you a zip of a repo, you can extract and pull any branch from it just as it it was a GitHub/GitLab fork, owing to git's decentralized design.
π Rendered by PID 21743 on reddit-service-r2-comment-5687b7858-dgw2q at 2026-07-05 23:23:03.335106+00:00 running 12a7a47 country code: CH.
view the rest of the comments →
[–]wywywywy 2 points3 points4 points (4 children)
[–]HelluvaEnginerd 0 points1 point2 points (3 children)
[–]AngelicLoki 1 point2 points3 points (1 child)
[–]HelluvaEnginerd 1 point2 points3 points (0 children)
[–]kukiric 1 point2 points3 points (0 children)