-
-
Notifications
You must be signed in to change notification settings - Fork 9
Add mock Build-Engine for CI #1284
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Conversation
WalkthroughThe CI workflow step "Setup stg-tunnel" in .github/workflows/main.yml is renamed to "Setup Mock Build-Engine." The SSH tunnel setup, related commands, and environment secrets are removed and replaced with placeholder comments, eliminating any SSH/stg-tunnel operations from the workflow. Changes
Sequence Diagram(s)sequenceDiagram
autonumber
actor Dev as Developer
participant GH as GitHub Actions Runner
participant Step as Workflow Step
Dev->>GH: Push/PR triggers workflow
GH->>Step: Execute "Setup Mock Build-Engine"
Note over Step: Placeholder content only<br/>No SSH keys, no tunnel
Step-->>GH: Complete without external connections
GH-->>Dev: Continue remaining jobs
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Poem
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches🧪 Generate unit tests
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
🔇 Additional comments (1)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
767e763
to
bdf8266
Compare
I am opening this draft PR for us all to work on, since I don't know how to do all this, and the rest of y'all have bits of important knowledge.
Per the discussion in Discord:
Feel free to add to this
Summary by CodeRabbit