cloudfoundry / cloudfoundry/bosh-linux-stemcell-builder
Migrate CI/CD pipelines from Concourse to GitHub Actions
Nobody has claimed this yet.
- Dominant language
- Ruby
- Stars
- 50
- Forks
- 121
- Avg merge
- 13h 32m
- Merged PRs (30d)
- 29
Description
Overview
We're currently running our CI/CD pipelines on Concourse, but GitHub Actions has matured significantly and would give us several advantages for this project. It's worth evaluating a migration.
Why Consider This?
- Tighter Integration: Everything lives in GitHub now. No need to manage a separate CI/CD tool.
- Simpler Maintenance: Fewer external systems to keep running and monitoring.
- Cost: We could reduce infrastructure costs by consolidating.
- Faster Feedback: Same platform where we're already reviewing code.
- Team Efficiency: Developers already familiar with GitHub; less context switching.
What We'd Need to Do
- Document our current Concourse pipeline configuration and what each step does
- Create the new workflows in a branch before switching
- Test the new workflows
- Plan a cutover strategy (maybe run both in parallel for a bit)
- Update any documentation that references Concourse
Current Scope
This would cover:
- All automated testing pipelines
- Build and artifact generation
- Deployment workflows
- Any scheduled jobs we currently run on Concourse
Next Steps
- Audit what's running in Concourse and document the details
- Spike out a few workflows in GitHub Actions to see if the feature set works for us
- Get team feedback on the approach
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by auditing the current Concourse pipeline configuration and documenting what each step does. Then compare a few GitHub Actions workflows against the testing, build, artifact, deployment, and scheduled-job requirements; the work is done when the workflows are tested, a cutover plan is agreed, and Concourse references are updated.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github-actions
- Domain
- ci-cd, devops
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Active
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100