mirror of
https://github.com/linux-system-roles/network.git
synced 2026-01-23 02:15:17 +00:00
* Pass in a YAML true value as `__bootc_validation: true` using
the --extra-vars option to ensure that `__bootc_validation` is
treated as a boolean and not a string value.
`-e "__bootc_validation: true"`
You can also use JSON format:
`-e '{"__bootc_validation": true}'`
but YAML is simpler in this case.
* Use tox-lsr version 3.11.1
* Ensure the citest bad comment works when the test was cancelled in
addition to the failure case.
* Update contributing.md documentation
* Update number of nodes to use in testing farm, if needed
* remove unnecessary ansible-lint skips
Signed-off-by: Rich Megginson <rmeggins@redhat.com>
|
||
|---|---|---|
| .. | ||
| ansible-lint.yml | ||
| ansible-managed-var-comment.yml | ||
| ansible-test.yml | ||
| build_docs.yml | ||
| changelog_to_tag.yml | ||
| codeql.yml | ||
| codespell.yml | ||
| markdownlint.yml | ||
| pr-title-lint.yml | ||
| python-unit-test.yml | ||
| qemu-kvm-integration-tests.yml | ||
| shellcheck.yml | ||
| test_converting_readme.yml | ||
| tft.yml | ||
| tft_citest_bad.yml | ||
| weekly_ci.yml | ||
| woke.yml | ||