[llvm] [CI] Upstream premerge terraform configuration (PR #117397)

Aiden Grossman via llvm-commits llvm-commits at lists.llvm.org
Sun Nov 24 15:29:58 PST 2024


================
@@ -0,0 +1,31 @@
+# Premerge Infrastructure
+
+This folder contains the terraform configuration files that define the GCP
----------------
boomanaiden154 wrote:

Zorg (from when I've hacked on it) mostly contains Python scripts that define testing workflows for the various builders. The equivalent testing workflows for premerge are defined in the monorepo (currently shell scripts in `.ci`, eventually GHA workflow definitions in `.github`), which leads me to the conclusion that premerge is more tightly coupled to the monorepo.

Putting premerge infra in Zorg seems a bit out of place to me. Currently, it solely contains postcommit configurations/infra. We already have a spot where all of the in-tree premerge scripts and what not live, and that's `.ci/` in the monorepo.

https://github.com/llvm/llvm-project/pull/117397


More information about the llvm-commits mailing list