You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The correct params for dlrnapi is as follows/l
```
❯ dlrnapi report-result --help
usage: dlrnapi report-result [-h] --job-id JOB_ID [--commit-hash COMMIT_HASH] [--distro-hash DISTRO_HASH] [--extended-hash EXTENDED_HASH]
[--agg-hash AGG_HASH] --info-url INFO_URL --timestamp TIMESTAMP --success SUCCESS [--notes NOTES]
options:
-h, --help show this help message and exit
--job-id JOB_ID Name of the CI sending the vote
--commit-hash COMMIT_HASH
commit_hash of tested repo
--distro-hash DISTRO_HASH
distro_hash of tested repo
--extended-hash EXTENDED_HASH
extended_hash of tested repo
--agg-hash AGG_HASH hash of the tested aggregated repo. Note that either --commit-hash and --distro-hash or --agg-hash must be specified.
--info-url INFO_URL URL where to find additional information from the CI execution
--timestamp TIMESTAMP
Timestamp (in seconds since the epoch)
--success SUCCESS Was the CI execution successful? Set to true or false.
--notes NOTES Additional notes
```
It should be dash instead of underscrore.
Signed-off-by: Chandan Kumar <[email protected]>
0 commit comments