From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id EFB6D4437A for ; Mon, 28 Jul 2025 00:18:07 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=198.137.202.133 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1753661889; cv=none; b=pCu2SfNPRdb+lxVERqoh1zOapiJocwQFrTL9VjebohHt7mmsas+hTNamxmgLMxQ7OxyBQyQQRlbUFH2y8EX2tbIh4Owc//TQ+tttrGSxprRBb75yn8Fp5FJu/MHSMIKYhCBS+VNbD2HG1UHrHYXMLnXXIbJsh/m2jgbgXWF4FSs= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1753661889; c=relaxed/simple; bh=BO9+tbd3xRmg/aINc0OjDdgJEgH56s59dtOUBK/YYIs=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=n9i+/SC5JOA7mnoKA4IfGzfBQBngTLy1uV7JVir3IzXjPpRZYASwD0G9fo5sD7PFSuaFccIHx9WNFgWBIhFN7LpCMYHVxwxBCBr/qyMBDlNkn0YgtltsNzZR/HlCjNhj3IyFowNQ7wbsXeRlLoFlhzF9N775z2x7Q2J8xy00wwA= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=fail (p=quarantine dis=none) header.from=kernel.org; spf=none smtp.mailfrom=infradead.org; dkim=pass (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b=Z95pmspg; arc=none smtp.client-ip=198.137.202.133 Authentication-Results: smtp.subspace.kernel.org; dmarc=fail (p=quarantine dis=none) header.from=kernel.org Authentication-Results: smtp.subspace.kernel.org; spf=none smtp.mailfrom=infradead.org Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="Z95pmspg" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=Sender:Content-Transfer-Encoding: MIME-Version:References:In-Reply-To:Message-ID:Date:Subject:Cc:To:From: Reply-To:Content-Type:Content-ID:Content-Description; bh=l3nqFn1ZVbBgmIIrIiM1YtXiCw+T2jgQ0DQrBZqs3+8=; b=Z95pmspg6iTW8mLW6QZVXvw1Hf Idq3c552ri6XR6oTB1E6EsyXY+of8y6EYRIluf/tDlNuR4tKtS1/HPOhtEnGl3A0BPr75m4sHvjOU 3lvThB1WL+GFKXIv+OpsKLap9ZaWHdK6vOik9WhEbv1R/r2TNSzwr76IbFAlXUU1y8pBpT4qWJeZV aHxsOI0h7O7ra4LsSVR7YrNaYykwQ+Fdk/rZ+iZDVr9pHzoQbefWELMSqMqDE0zFuGwjtylXIdgYS 3w66wdXNF+5uVykTB01OC+Im516Ojbc2VzLfIJABjgzlWwtVRA/3/fDpcAYv742tqh5INFm2P6rLu GhFlgbMg==; Received: from mcgrof by bombadil.infradead.org with local (Exim 4.98.2 #2 (Red Hat Linux)) id 1ugBZ4-0000000DNWc-2Z6x; Mon, 28 Jul 2025 00:18:02 +0000 From: Luis Chamberlain To: Chuck Lever , Daniel Gomez , kdevops@lists.linux.dev Cc: Chuck Lever Subject: [PATCH 21/40] bootlinux: Select the kernel .config earlier Date: Sun, 27 Jul 2025 17:17:40 -0700 Message-ID: <20250728001800.3188617-22-mcgrof@kernel.org> X-Mailer: git-send-email 2.49.0 In-Reply-To: <20250728001800.3188617-1-mcgrof@kernel.org> References: <20250728001800.3188617-1-mcgrof@kernel.org> Precedence: bulk X-Mailing-List: kdevops@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: Luis Chamberlain From: Chuck Lever The tasks that select the kernel .config are common to both building via 9p and building on the test runners. In order to refactor the build tasks, move the common portion (selecting the kernel .config) earlier in the bootlinux playbook. Signed-off-by: Chuck Lever --- playbooks/roles/bootlinux/tasks/main.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/playbooks/roles/bootlinux/tasks/main.yml b/playbooks/roles/bootlinux/tasks/main.yml index 9c43c1e5..6a0563b1 100644 --- a/playbooks/roles/bootlinux/tasks/main.yml +++ b/playbooks/roles/bootlinux/tasks/main.yml @@ -10,6 +10,10 @@ skip: true tags: vars +- name: Select the .config file for building the test kernel + ansible.builtin.include_tasks: + file: "{{ role_path }}/tasks/config.yml" + # Distro specific - name: Install dependencies to build and install the Linux kernel ansible.builtin.import_tasks: @@ -223,10 +227,6 @@ run_once: true delegate_to: localhost -- name: Select the .config file for building the test kernel - ansible.builtin.include_tasks: - file: "{{ role_path }}/tasks/config.yml" - - name: Copy configuration for Linux {{ target_linux_tree }} to the target nodes template: src: "{{ linux_config }}" -- 2.47.2