Skip to content

Commit bf0139a

Browse files
authored
update tox to support cloud jira (#4204)
##### Short description: The cloud jira authenication required different auth mechanism; update to support it with updated `python-utility-scripts` ##### More details: ##### What this PR does / why we need it: ##### Which issue(s) this PR fixes: ##### Special notes for reviewer: ##### jira-ticket: <!-- full-ticket-url needs to be provided. This would add a link to the pull request to the jira and close it when the pull request is merged If the task is not tracked by a Jira ticket, just write "NONE". --> <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * Updated test automation infrastructure configuration to align with the latest bug tracking system integration. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent 898092d commit bf0139a

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,12 +96,13 @@ commands =
9696
recreate=True
9797
passenv =
9898
JIRA_TOKEN
99+
JIRA_USER
99100
setenv =
100101
PYTHONPATH = {toxinidir}
101102
deps =
102103
python-utility-scripts
103104
commands =
104-
pyutils-jira --url https://issues.redhat.com --target-versions "vfuture,4.22.0,4.22.z" --resolved-statuses "verified,release pending,closed" --issue-pattern "([A-Z]+-[0-9]+)" --version-string-not-targeted-jiras "vfuture" --verbose
105+
pyutils-jira --cloud --url https://redhat.atlassian.net --target-versions "vfuture,4.22.0,4.22.z" --resolved-statuses "verified,release pending,closed" --issue-pattern "([A-Z]+-[0-9]+)" --version-string-not-targeted-jiras "vfuture" --verbose
105106

106107
#Unused code
107108
[testenv:unused-code]

uv.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)