Skip to content

Commit

Permalink
Update CI files (#1459)
Browse files Browse the repository at this point in the history
[noissue]
  • Loading branch information
pulpbot committed May 15, 2023
1 parent 4fd307a commit a3bd5e7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions .ci/scripts/check_requirements.py
Expand Up @@ -42,9 +42,12 @@
else:
errors.append(f"{filename}:{nr}: Unreadable requirement {line}")
else:
if check_prereleases and req.specifier.prereleases:
if req.name != "pulp-ansible-client":
errors.append(f"{filename}:{nr}: Prerelease versions found in {line}.")
if not line.startswith("opentelemetry"):
if check_prereleases and req.specifier.prereleases:
if req.name != "pulp-ansible-client":
errors.append(
f"{filename}:{nr}: Prerelease versions found in {line}."
)
ops = [op for op, ver in req.specs]
spec = str(req.specs)
if "~=" in ops:
Expand Down
2 changes: 1 addition & 1 deletion .github/template_gitref
@@ -1 +1 @@
2021.08.26-213-ge6bd9ec
2021.08.26-214-gf2ffaa4

0 comments on commit a3bd5e7

Please sign in to comment.