https://github.com/matzeb/zorg
Experiments based on llvm zorg repository
https://github.com/matzeb/zorg
Last synced: about 1 year ago
JSON representation
Experiments based on llvm zorg repository
- Host: GitHub
- URL: https://github.com/matzeb/zorg
- Owner: MatzeB
- License: other
- Created: 2017-10-31T01:30:45.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-14T23:53:30.000Z (over 8 years ago)
- Last Synced: 2025-03-23T20:45:34.613Z (about 1 year ago)
- Language: Python
- Size: 3.38 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
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.