summaryrefslogtreecommitdiffstats
path: root/hacking/azp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove the yum module, redirect it to dnf (#81895)Martin Krizek2024-01-231-1/+1
| | | Fixes #81728
* Require `from __future__ import annotations` (#81902)Matt Clay2023-10-054-8/+4
|
* Add pymarkdown sanity test for core (#81220)Matt Clay2023-07-111-2/+8
| | | | | | | * Clean up markdown * Add pymarkdown sanity test for core * Update unit test SHA
* Add work-around for old AZP jobs (#80339)Matt Clay2023-03-281-0/+8
|
* Clean up unused imports in `hacking` directory (#79894)Matt Clay2023-02-031-1/+0
|
* Allow result sha to be overriden with local sha (#77832)Matt Martz2022-05-181-5/+11
|
* hacking - account for job names that contain separators (#75454)Sam Doran2021-08-121-0/+4
| | | | | | Some job names contain '/' which causes the download job to fail. Example job name: `Post-job: Checkout ansible/ansible@refs/pull/75445/merge to ansible.log`
* Cleanup hacking scripts to prepare for pylint update. (#75474)Matt Clay2021-08-111-1/+1
| | | | * Use generator in get_recent_coverage_runs.py * Use from import in test-module.py
* Rename hacking/shippable to hacking/azp.Matt Clay2021-05-065-0/+1016
References to Shippable were changed to Azure Pipelines. Also remove rebalance.py as it does not work with Azure Pipelines due to the required data not being present.