summaryrefslogtreecommitdiff
path: root/.azure-pipelines/templates
Commit message (Collapse)AuthorAgeFilesLines
* Use variable instead of container resource in AZP (#80299)Matt Clay2023-03-272-2/+2
|
* Stop publishing code coverage to the AZP UI.Matt Clay2022-02-031-13/+0
| | | | | | | Azure Pipelines only supports publishing a single code coverage file. This limits us to reporting on either Python or PowerShell. It also prevents us from reporting coverage per test command without further aggregation. Most of our users are only aware of the reports published to codecov.io.
* Use new codecov uploader (#75938)Sam Doran2021-11-081-1/+1
| | | | * Use new codecov uploader * Rewrite coverage uploader in Python
* Fix coverage paths reported in AZP. (#74759)Matt Clay2021-05-191-0/+3
|
* module compat for py3.8+ controller (#73423)Matt Davis2021-02-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * module compat for py3.8+ controller * replaced internal usages of selinux bindings with internal ctypes binding (allows basic selinux operations from any Python interpreter), plus tests * added new respawn_module API to allow modules to import Python packages that are only available under a well-known interpreter, plus tests * added respawn logic to modules that need Python libs from a specific system interpreter (apt, apt_repository, dnf, yum) minimize internal HAVE_SELINUX usage spurious junk pep8 * pylint fixes * add RHEL8 Python 3.8 testing * more pylint * import sanity * unit tests * changelog update * fix a bunch of stuff * tweak changelog * fix setup_rpm_repo on EL8 * misc sanity/test fixes * misc feedback tweaks * fix import fallback in test module * fix selinux MU test * fix dnf tests to avoid python-dependent test packages * add trailing LFs to aliases * fix yum tests to avoid test package with Python deps * hack create_repo for EL6 to create noarch package
* [devel] Azure Pipelines configuration.Matt Clay2020-12-023-0/+139