Skip to content

Commit cf54736

Browse files
authored
Merge pull request #72 from linux-kdevops/cel/builder-fixes
2 parents 02efba9 + 727ab4e commit cf54736

File tree

3 files changed

+3
-20
lines changed

3 files changed

+3
-20
lines changed

kconfigs/workflows/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ endif # WORKFLOW_LINUX_PACKAGED
7474

7575
config WORKFLOWS_TESTS
7676
bool "Enable selection of test workflows"
77+
depends on !BOOTLINUX_BUILDER
7778
default n
7879

7980
if WORKFLOWS_TESTS

playbooks/roles/gen_hosts/templates/builder.j2

Lines changed: 0 additions & 18 deletions
This file was deleted.

playbooks/roles/gen_hosts/templates/workflows/linux.j2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{# Template for the kernel builder workflow #}
22
[all]
33
localhost ansible_connection=local
4-
{{ kdevops_hosts_prefix }}-builder
4+
{{ kdevops_host_prefix }}-builder
55
[all:vars]
66
ansible_python_interpreter = "{{ kdevops_python_interpreter }}"
77

88
[baseline]
9-
{{ kdevops_hosts_prefix }}-builder
9+
{{ kdevops_host_prefix }}-builder
1010
[baseline:vars]
1111
ansible_python_interpreter = "{{ kdevops_python_interpreter }}"
1212

0 commit comments

Comments
 (0)