No description
  • Python 74.8%
  • Shell 7.8%
  • Groovy 6.9%
  • HCL 3.7%
  • Dockerfile 2%
  • Other 4.8%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Mend Renovate 961bcf880b
Update [Github] Update GHA Dependencies to v7 (#919)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/checkout](https://redirect.github.com/actions/checkout) |
action | major | `v6.0.2` → `v7.0.1` |
|
[actions/setup-python](https://redirect.github.com/actions/setup-python)
| action | major | `v6.2.0` → `v7.0.0` |
2026-08-23 20:31:34 -07:00
.github Update [Github] Update GHA Dependencies to v7 (#919) 2026-08-23 20:31:34 -07:00
buildbot [Buildbot][NVHPC] Add LLDB support (#903) 2026-08-23 20:20:42 -04:00
dep [Python] Pass the executable not all the remaining args 2019-11-01 09:34:12 -07:00
google-bazel-bot [BazelBot] Mention PR number in commit message for easy discoverability (#897) 2026-07-20 14:40:10 -07:00
llvmbisect llvmbisect: Add support for monorepo artifacts 2021-06-09 21:36:41 -07:00
llvmlab Update LICENSE file and file headers to the new license. 2019-01-19 12:31:25 +00:00
premerge [Premerge] Switch to regional cluster (#914) 2026-08-18 16:49:05 -07:00
resources Add bisection state manager script (#676) 2026-02-10 15:23:51 -08:00
src/org/llvm/jenkins [green-dragon] Add the option to specify a prebuild command (#859) 2026-06-05 14:39:37 -05:00
tasks Skip LNT submission (#453) 2025-05-22 14:08:01 -07:00
test [CI][Darwin] Set LLVM_VERSION_SUFFIX to empty (#831) 2026-04-06 15:33:33 -07:00
vars [green-dragon] Check node context in post block of clangPipeline (#896) 2026-07-21 16:09:11 -07:00
zorg Update emitc buildbot script (#917) 2026-08-20 17:15:07 -07:00
.gitignore Remove errantly committed tfstate file 2025-10-18 03:39:54 +00:00
.pylintrc added .pylintrc 2020-12-16 10:42:18 +01:00
LICENSE.TXT Update LICENSE file and file headers to the new license. 2019-01-19 12:31:25 +00:00
README.txt [zorg] Removing the blank line from my test commit. 2016-08-30 22:49:22 +00:00
requirements.in Updated requirements. 2024-08-26 00:16:33 +00:00
requirements.txt Updated requirements. 2024-08-26 00:16:33 +00:00

Zorg - LLVM Testing Infrastructure
==================================

This directory and its subdirectories contain Zorg, the testing infrastructure
for LLVM.

LLVM is open source software. You may freely distribute it under the terms of
the license agreement found in LICENSE.txt.

Zorg consists of several pieces:
 1. Buildbot configurations for LLVM.

 2. Other testing utility scripts.

Zorg is primarily implemented in Python, and has the following layout:
 $ROOT/buildbot/ - Buildbot configurations.
 $ROOT/zorg/ - The root zorg Python module.
 $ROOT/zorg/buildbot/ - Reusable components for buildbot configurations.