You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage java-21-openjdk-static-libs-21.0.4.0.7-2.lbn36.x86_64
The OpenJDK 21 libraries for static linking.
RPMPackage java-21-openjdk-jmods-21.0.4.0.7-2.lbn36.x86_64
The JMods for OpenJDK 21.
RPMPackage java-21-openjdk-headless-21.0.4.0.7-2.lbn36.x86_64
The OpenJDK 21 runtime environment without audio and video support.
RPMPackage java-21-openjdk-21.0.4.0.7-2.lbn36.x86_64
The OpenJDK 21 runtime environment.
RPMPackage zuul-webui-12.0.0-1.lbn36.noarch
This package provides the Zuul web interface source code. Please refers to README.fedora for build and deployment instruction.
RPMPackage zuul-web-12.0.0-1.lbn36.noarch
A web server that receives “web-hook” events from external providers, supplies a web dashboard, and provides web-socket access to live streaming of logs.
RPMPackage zuul-scheduler-12.0.0-1.lbn36.noarch
The main Zuul process. Handles receiving events, executing jobs, collecting results and posting reports. Coordinates the work of the other components. It also provides a gearman daemon which the other components use for coordination.
RPMPackage zuul-migrate-12.0.0-1.lbn36.noarch
Migrate zuul v2 and Jenkins Job Builder to Zuul v3
RPMPackage zuul-merger-12.0.0-1.lbn36.noarch
Scale-out component that performs git merge operations. Zuul performs a large number of git operations in the course of its work. Adding merger processes can help speed Zuul’s processing. This component is optional (zero or more of these can be run).
RPMPackage zuul-fingergw-12.0.0-1.lbn36.noarch
A gateway which provides finger protocol access to live streaming of logs.
RPMPackage zuul-executor-12.0.0-1.lbn36.noarch
Scale-out component for executing jobs. At least one of these is required. Depending on system configuration, you can expect a single executor to handle up to about 100 simultaneous jobs. Can handle the functions of a merger if dedicated mergers are not provided. One or more of these must be run.
RPMPackage zuul-12.0.0-1.lbn36.noarch
Zuul is a program that drives continuous integration, delivery, and deployment systems with a focus on project gating and interrelated projects.
RPMPackage nodepool-launcher-11.0.0-1.lbn36.noarch
Nodepool launcher service.
RPMPackage nodepool-builder-11.0.0-1.lbn36.noarch
Nodepool builder service.
RPMPackage nodepool-11.0.0-1.lbn36.noarch
Nodepool is a service used by the OpenStack CI team to deploy and manage a pool of devstack images on a cloud server for use in OpenStack project testing.
RPMPackage python3-pytest-xdist+setproctitle-3.6.1-5.lbn36.noarch
This is a metapackage bringing in setproctitle extras requires for python3-pytest-xdist. It makes sure the dependencies are installed.
RPMPackage python3-pytest-xdist+psutil-3.6.1-5.lbn36.noarch
This is a metapackage bringing in psutil extras requires for python3-pytest-xdist. It makes sure the dependencies are installed.
RPMPackage python3-pytest-split-0.10.0-3.lbn36.noarch
Pytest plugin which splits the test suite to equally sized sub suites based on test execution time.
RPMPackage python3-pytest-socket-0.7.0-1.lbn36.noarch
pytest-socket A plugin to use with Pytest to disable or restrict socket calls during tests to ensure network calls are prevented. Features Disables all network calls flowing through Python's socket interface. Requirements Pytest 6.2.5 or greater Installation You can install pytest-socket via pip from PyPI: pip install pytest-socket or add to your pyproject.toml for poetry: [tool.poetry.dev-dependencies] pytest-socket = "*" Usage Run pytest --disable-socket, tests should fail on any access to socket or libraries using socket with a SocketBlockedError. To add this flag as the default behavior, add this section to your pytest.ini: [pytest] addopts = --disable-socket or add this to your setup.cfg: [tool:pytest] addopts = --disable-socket or update your conftest.py to include: from pytest_socket import disable_socket def pytest_runtest_setup(): disable_socket() If you exceptionally want to enable socket for one particular execution pass --force-enable-socket. It takes
RPMPackage python3-pytest-snapshot-0.9.0-1.lbn36.noarch
pytest-snapshot :alt: Coverage