Skip to content

Commit

Permalink
DAOS-15744 ddb: Fixes for Coverity Issues
Browse files Browse the repository at this point in the history
2555532
2555534
2555543
2555544
2555546
2555540
2555528
2555522
2555521
2555518

Also added 'ddb' to VALID_COMPONENTS for jira query. After moving ddb into
 utils dir 'ddb' isn't automatically a valid component.

Required-githooks: true

Signed-off-by: Ryon Jensen <[email protected]>

Skip-func-hw-test: true
  • Loading branch information
ryon-jensen committed Apr 29, 2024
1 parent e62d137 commit 85e2c10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/jira_query.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
# valid. We've never checked/enforced these before so there have been a lot of values used in the
# past.
VALID_COMPONENTS = ('agent', 'build', 'ci', 'csum', 'doc', 'gha', 'il', 'md', 'mercury',
'packaging', 'pil4dfs', 'swim', 'test', 'tools')
'packaging', 'pil4dfs', 'swim', 'test', 'tools', 'ddb')

# Expected ticket prefix.
VALID_TICKET_PREFIX = ('DAOS', 'CORCI', 'SRE')
Expand Down

0 comments on commit 85e2c10

Please sign in to comment.