https://github.com/llvm/llvm-zorg
https://github.com/llvm/llvm-zorg
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/llvm/llvm-zorg
- Owner: llvm
- License: other
- Created: 2019-01-09T20:13:18.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2025-04-08T00:24:21.000Z (about 1 year ago)
- Last Synced: 2025-04-12T19:48:22.632Z (about 1 year ago)
- Language: Python
- Size: 5.93 MB
- Stars: 79
- Watchers: 290
- Forks: 104
- Open Issues: 21
-
Metadata Files:
- Readme: README.txt
- License: LICENSE.TXT
Awesome Lists containing this project
README
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.