From 17acd65c4f2abbd1fd4cb8ed5eadd115f0d226db Mon Sep 17 00:00:00 2001 From: pulpbot Date: Tue, 26 Nov 2024 18:32:21 +0000 Subject: [PATCH] Update CI files --- .ci/scripts/check_requirements.py | 5 ++++- .github/template_gitref | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.ci/scripts/check_requirements.py b/.ci/scripts/check_requirements.py index 19aa0ff726..87b7fd1359 100755 --- a/.ci/scripts/check_requirements.py +++ b/.ci/scripts/check_requirements.py @@ -62,7 +62,10 @@ def main(): else: if check_prereleases and req.specifier.prereleases: # Do not even think about begging for more exceptions! - if req.name != "pulpcore-client": + if ( + not req.name.startswith("opentelemetry") + and req.name != "pulpcore-client" + ): errors.append(f"{filename}:{nr}: Prerelease versions found in {line}.") ops = [spec.operator for spec in req.specifier] if "~=" in ops: diff --git a/.github/template_gitref b/.github/template_gitref index 050a3ebcc8..a119226d73 100644 --- a/.github/template_gitref +++ b/.github/template_gitref @@ -1 +1 @@ -2021.08.26-402-g0bc33a6 +2021.08.26-403-g76d04d7