llvm-zorg
llvm-zorg copied to clipboard
## In This PR * Forgot to activate the venv in a few places
## In This PR * Update the relay jobs to conform to the new structure This code has been tested on https://green.lab.llvm.org/ ( I don't know why, but git thinks...
## In This PR * Update llvm coverage job the job has been updated to: * Run on the correct labels * download artifacts to S3 * Set environment variables...
I am trying to add a reporter to the buildbot configuration so a comment tagging the authors is created on a commit for which a build has failed. However, this...
When the host system uses `setuptools` 60 or newer, the `setup lit` step always fails with: ``` File "/var/lib/buildbot/workers/debian-stadler-sparc64/clang-sparc64-linux/test/sandbox/lib/python3.11/site-packages/setuptools/_distutils/cmd.py", line 107, in __getattr__ raise AttributeError(attr) AttributeError: install_layout. Did you mean:...
We don't need to test the two stage build and doing only a single stage should significantly reduce the build time.
Some of Linaro's SVE builders are suffering from starvation, because there is currently no way to limit how many builds a given builder can start simultaneously. As there are 4...
This change modifies the step that clobbers the build directory of the llvm-test-suite to use the standardized `f.addStep(steps.RemoveDirectory())` that the base class, UnifiedTreeBuilder, uses instead of the more explicit `f.addStep(ShellCommand(command=['rm',...
When few tests get failed within the single unit test, the buildbot prepares each log with the same title for each failed test (see screenshots below). As example the check...
Reported by @jayfoad for an email from the rv64gc-qemu-user-single-stage bot (administered by me). The relevant build failure is [this one](https://lab.llvm.org/buildbot/#/builders/253/builds/91). Issues with the email: * It doesn't include the reason...