File tree Expand file tree Collapse file tree 3 files changed +3
-20
lines changed
playbooks/roles/gen_hosts/templates Expand file tree Collapse file tree 3 files changed +3
-20
lines changed Original file line number Diff line number Diff line change @@ -74,6 +74,7 @@ endif # WORKFLOW_LINUX_PACKAGED
7474
7575config WORKFLOWS_TESTS
7676 bool "Enable selection of test workflows"
77+ depends on !BOOTLINUX_BUILDER
7778 default n
7879
7980if WORKFLOWS_TESTS
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11{# Template for the kernel builder workflow #}
22[all]
33localhost ansible_connection=local
4- {{ kdevops_hosts_prefix }}-builder
4+ {{ kdevops_host_prefix }}-builder
55[all:vars]
66ansible_python_interpreter = "{{ kdevops_python_interpreter }}"
77
88[baseline]
9- {{ kdevops_hosts_prefix }}-builder
9+ {{ kdevops_host_prefix }}-builder
1010[baseline:vars]
1111ansible_python_interpreter = "{{ kdevops_python_interpreter }}"
1212
You can’t perform that action at this time.
0 commit comments