Gemini CLI PR adds Cloud Run jobs and Workflows for code-generation pipeline
joneba-google · ghdev · 2026-07-18
What changed
This PR adds the infrastructure needed for the Gemini CLI SSR code generation pipeline:
- A Dockerfile based on python:3.11-slim with Node.js 20, Git, bubblewrap, CA certs, and Python dependencies such as google-genai, google-cloud-firestore, and google-cloud-aiplatform.
- A declarative Cloud Run Job in us-central1 with 2 vCPUs, 8 GiB RAM, a 3600-second timeout, a dedicated service account, Firestore environment variables, and a Gemini API key loaded from Secret Manager.
- A Cloud Workflow triggered by Eventarc/PubSub that decodes issue payloads, derives Firestore document IDs, fetches GitHub auth keys from Secret Manager, passes the workflow execution ID into the container, and handles failures by patching Firestore transactionally.
In short, this is the orchestration layer that lets Gemini CLI run code-gen jobs reliably in Google Cloud.
More from coding & agent
- A 9B Ollama agent can run a fully local DJ radio with tools, memory, and TTS — pinku1 · 2026-07-27
- Bugbot rejects an MCP permission flag because it would break path-scoped isolation — zeeg · 2026-07-27
- One GPT-5.6 agent is guarding a Blink security system while another makes a parody rap album — repligate · 2026-07-27
- An agent got unblocked by reusing a logged-in browser, not stealth tricks — armanidev_ · 2026-07-27
- Paper argues graph topology can become the core operating system for AI agents — theomitsa · 2026-07-27
- Claude Code desktop adds UI markup feedback for smoother visual editing — EricBuess · 2026-07-27