Skip to content

Update notification reiepients for llvm-clang-ubuntu-x-aarch64-pauth builder. #199

Update notification reiepients for llvm-clang-ubuntu-x-aarch64-pauth builder.

Update notification reiepients for llvm-clang-ubuntu-x-aarch64-pauth builder. #199

Workflow file for this run

name: CI Python Unit Tests
permissions:
contents: read
on:
push:
branches:
- main
pull_request:
jobs:
run_tests:
name: Check CI Python Unit Tests
if: github.repository_owner == 'llvm'
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
with:
python-version: '3.14'
cache: 'pip'
- name: Install Python Dependencies
run: |
pip3 install -r premerge/buildbot/requirements.lock.txt
pip3 install -r premerge/advisor/requirements.lock.txt
pip3 install pytest==8.4.1
- name: Run Tests
run: pytest premerge/ zorg/buildbot/builders/annotated/premerge/dispatch_job_test.py