You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
483 B

  1. # CI test coverage
  2. To generate this Matrix run `./tests/scripts/md-table/main.py`
  3. {%- for container_engine in container_engines %}
  4. ## {{ container_engine }}
  5. | OS / CNI |{% for cni in network_plugins %} {{ cni }} |{% endfor %}
  6. |---|{% for cni in network_plugins %} --- |{% endfor %}
  7. {%- for os in operating_systems %}
  8. {{ os }} | {% for cni in network_plugins %} {{ ':white_check_mark:' if exists(container_engine, cni, os) else ':x:' }} |{% endfor %}
  9. {%- endfor %}
  10. {%- endfor %}