We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f16f2fd commit 414792aCopy full SHA for 414792a
config/runtime/tests/ltp.jinja2
@@ -1,3 +1,8 @@
1
+{# Set default extra_kirk_args to a random value between 1 and 100
2
+ for ltp-fault-injection jobs if it is not defined. #}
3
+{%- if "fault-injection" in node.data.config_full and extra_kirk_args is not defined %}
4
+{%- set extra_kirk_args = '-F ' ~ (range(1, 101)|random) %}
5
+{%- endif %}
6
- test:
7
name: {{ node.name }}
8
timeout:
0 commit comments