feat(ci): PR #4 — GnuCOBOL build skeleton (build.yml) - #175
Open
devin-ai-integration[bot] wants to merge 1 commit into
Open
devin-ai-integration[bot] wants to merge 1 commit into
devin-ai-integration[bot] wants to merge 1 commit into
Conversation
PR #4 / Wave 1: .github/workflows/build.yml compiles CardDemo batch (CB*) programs with GnuCOBOL (cobc -std=ibm -fixed) on push/PR, replacing the manual JCL compile. Parameterized via ci/programs.txt (single source of truth for the build matrix) so new services onboard by config. Seeds the list with the 7 batch programs that currently compile cleanly; validates each entry has a source; uploads compiled artifacts. Does not yet build/publish images (PR #9). Co-Authored-By: Vibha Seshadri <vibha.seshadri@cognition.ai>
Author
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Wave 1 / PR #4. Adds
.github/workflows/build.yml— CI that compiles the CardDemo batch/service (CB*) programs with GnuCOBOL on every push/PR, replacing the manual JCL compile (samples/jcl/BATCMP.jcl+samples/proc/BUILDBAT.prc). Does not yet build/publish images (that's PR #9 /deploy.yml) — kept intentionally small. Independent of PR #3 (containers).Parameterized by program via
ci/programs.txt(single source of truth), so onboarding a service is a config change, not new pipeline code:ci/programs.txtis seeded with the 7CB*programs that compile cleanly under GnuCOBOL today.CBACT04C(PROCEDURE DIVISION USING vs-x),CBSTM03A/CBSTM03B(copybookCUSTREC.cpytab indentation) are intentionally excluded and documented — each is added in its own per-program PR once the GnuCOBOL issue is resolved without touching business logic.Verified locally
ci/programs.txt→["CBACT01C",…,"CBTRN03C"]..cbl/.CBLcase variants).cobc -x -std=ibm -fixedcompiles a sample program + produces the artifact.Links
docs/modernization/CURRENT_STATE_ANALYSIS.md§5 (build chain), §6 (gaps)docs/modernization/MIGRATION_PLAYBOOK.mdphase 3Link to Devin session: https://app.devin.ai/sessions/c0f261ce337a4aee965332f1754d037a
Requested by: @vibhaseshadri-cognition
Devin Review