crc
crc copied to clipboard
extend the response from API to also send default value for config
Fixes #2869
e.g response for a single config cpus
:
{
"Configs": {
"cpus": {
"value": 2,
"isDefault": true,
"defaultValue": 2
}
}
}
Note: This will also need changes on the tray
/retest
/hold (needs changes on the tray side, before merging need to decide how we'll handle that)
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
[APPROVALNOTIFIER] This PR is NOT APPROVED
This pull-request has been approved by: To complete the pull request process, please ask for approval from anjannath after the PR has been reviewed.
The full list of commands accepted by this bot can be found here.
Approvers can indicate their approval by writing /approve
in a comment
Approvers can cancel approval by writing /approve cancel
in a comment
@anjannath: The following test failed, say /retest
to rerun all failed tests or /retest-required
to rerun all mandatory failed tests:
Test name | Commit | Details | Required | Rerun command |
---|---|---|---|---|
ci/prow/e2e-crc | fe33e1242253af1757e4b6433ce2fcad54329f16 | link | true | /test e2e-crc |
Full PR test history. Your PR dashboard.
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.