---

dci_name: "ocp-workload"
dci_config_dir: /etc/dci-openshift-app-agent
dci_cache_dir: /var/lib/dci-openshift-app-agent
dci_components: []
dci_teardown_on_success: true
dci_teardown_on_failure: false
dci_gather_logs: true
ocp_clients_url: https://mirror.openshift.com/pub/openshift-v4/x86_64/clients/ocp
ocp_clients:
  - 'openshift-client'
dci_tags: ["debug"]
dci_gits_to_components: ["{{ dci_config_dir }}"]
dev_gits_to_components: []
dci_rpms_to_components: []
rtc_resources_to_components: []
dci_openshift_app_ns: "myns"
do_certsuite: false
do_chart_verifier: false
do_must_gather: true
# please think to define this variable
# if you deal with private registries
partner_creds: ""
dci_local_registry: |-
  {{ local_registry_host | default('') }}
  {%- if local_registry_port is defined %}
  :{{ local_registry_port }}
  {%- endif %}
provision_cache_store: "/opt/cache"
dci_workarounds: []
dci_local_log_dir: /var/tmp
dci_comment: null
dci_url: null
dci_configuration: null
dci_previous_job_id: null
dci_team_id: null
dci_pipeline_id: null
dci_hide_secrets: true
dci_ga_components_for_certification:
  - ocp
# Wait minutes after running the test suite
chart_verifier_wait: 0
certsuite_wait: 0
do_container_parallel_test: false
...

# Local Variables:
# mode: yaml
# End:
