Skip to content

Remove GCP deployment infrastructure#393

Merged
anth-volk merged 1 commit into
mainfrom
fix/sunset-gcp
Jan 23, 2026
Merged

Remove GCP deployment infrastructure#393
anth-volk merged 1 commit into
mainfrom
fix/sunset-gcp

Conversation

@anth-volk
Copy link
Copy Markdown
Contributor

Fixes #392

Summary

  • Removes all GCP Cloud Run deployment infrastructure (Terraform, workflows, scripts)
  • Removes policyengine-api-full and policyengine-api-tagger projects (GCP-exclusive)
  • Updates remaining workflows and scripts to be Modal-only
  • Removes GCP-specific integration tests

Changes

Deleted

  • .github/workflows/deploy.yml, gcp-build.reusable.yml, gcp-deploy.reusable.yml
  • deployment/terraform/ (entire directory)
  • projects/policyengine-api-full/ (entire directory)
  • projects/policyengine-api-tagger/ (entire directory)
  • GCP-specific scripts (cleanup_old_revisions.py, restore-tags-from-backup.sh, update-deployments-manifest.sh)
  • GCP-specific tests (tests/full/, tests/tagger/, tests/simulation_workflow/)
  • Cloud Workflow definition (workflow.yaml)
  • Deployment docs and configs (cloudbuild.yaml, init-gcp.sh, .env.example, etc.)

Updated

  • publish-clients.yml - Now triggers on Modal deploy, only publishes simulation client
  • pr.yml - Tests only api-simulation service
  • generate-clients.sh - Generates only simulation client
  • docker-compose.yml - Contains only api-simulation service
  • policyengine-apis-integ/pyproject.toml - Removed full API client and GCP dependencies

Test plan

  • Verify PR checks pass (tests, lint, Docker build)
  • Verify Modal deployment workflow still works
  • Verify client publishing workflow triggers correctly after Modal deploy

🤖 Generated with Claude Code

@anth-volk anth-volk requested a review from SakshiKekre January 20, 2026 10:21
@anth-volk anth-volk merged commit f0b01bd into main Jan 23, 2026
4 checks passed
@anth-volk anth-volk deleted the fix/sunset-gcp branch January 23, 2026 18:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Sunset GCP simulation API code

1 participant