From ddcc6055ee416fade2b83c31a9d9589d1225047c Mon Sep 17 00:00:00 2001 From: Kienan Stewart Date: Mon, 27 May 2024 14:21:26 -0400 Subject: [PATCH] ansible: Skip installing cross compilers on ci-rootnode-deb12-amd64-1c-02 Change-Id: Idc7399ad60c355e36f16b6c83c19693b23c006a5 Signed-off-by: Kienan Stewart --- .../ansible/host_vars/ci-rootnode-deb12-amd64-1c-02.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/automation/ansible/host_vars/ci-rootnode-deb12-amd64-1c-02.yml b/automation/ansible/host_vars/ci-rootnode-deb12-amd64-1c-02.yml index 2a87207..4abe413 100644 --- a/automation/ansible/host_vars/ci-rootnode-deb12-amd64-1c-02.yml +++ b/automation/ansible/host_vars/ci-rootnode-deb12-amd64-1c-02.yml @@ -1,4 +1,10 @@ --- +# This node uses an older linux kernel for u32/u64 integration tests +# which creates conflicting package dependencies +# +cross_compilers_debian_bookworm_snapshot: false +cross_compilers_install: false + netplan_manage: true netplan_content: | network: -- 2.34.1