We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41d1078 commit 0d9778fCopy full SHA for 0d9778f
.github/workflows/lit-tests.yml renamed to .github/workflows/litmus-tests.yml
@@ -7,7 +7,7 @@ permissions:
7
8
jobs:
9
check_zorg:
10
- name: llvm-zorg lit tests
+ name: llvm-zorg litmus tests
11
if: github.repository_owner == 'llvm'
12
runs-on: ubuntu-24.04
13
steps:
@@ -20,7 +20,11 @@ jobs:
20
sudo ln -s /usr/bin/FileCheck-18 /usr/bin/FileCheck
21
python3 -m venv venv
22
source venv/bin/activate
23
- pip install buildbot==3.11.7
+ pip install buildbot{,-worker}==3.11.7 urllib3
24
echo "PATH=$PATH" >> "$GITHUB_ENV"
25
- name: Run lit tests
26
run: /usr/lib/llvm-18/build/utils/lit/lit.py -v --xfail jenkins/test_build.py test
27
+ - name: Run buildbot checkconfig
28
+ run: |
29
+ cd buildbot/osuosl/master
30
+ BUILDBOT_TEST=1 buildbot checkconfig
0 commit comments