mirror of
https://github.com/krkn-chaos/krkn.git
synced 2026-02-14 18:10:00 +00:00
Some checks failed
Functional & Unit Tests / Functional & Unit Tests (push) Failing after 9m9s
Functional & Unit Tests / Generate Coverage Badge (push) Has been skipped
* Disable SSL verification for IBM node scenarios and fix node reboot scenario Signed-off-by: Sahil Shah <sahshah@redhat.com> * adding disable ssl as a scenario parameter for ibmcloud Signed-off-by: Sahil Shah <sahshah@redhat.com> --------- Signed-off-by: Sahil Shah <sahshah@redhat.com>
18 lines
555 B
YAML
18 lines
555 B
YAML
node_scenarios:
|
|
- actions:
|
|
- node_stop_start_scenario
|
|
node_name:
|
|
label_selector: node-role.kubernetes.io/worker
|
|
instance_count: 1
|
|
timeout: 360
|
|
duration: 120
|
|
cloud_type: ibm
|
|
disable_ssl_verification: true # Set to true for CI environments with certificate issues
|
|
- actions:
|
|
- node_reboot_scenario
|
|
node_name:
|
|
label_selector: node-role.kubernetes.io/worker
|
|
instance_count: 1
|
|
timeout: 120
|
|
cloud_type: ibm
|
|
disable_ssl_verification: true # Set to true for CI environments with certificate issues |