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 013341B4257 for ; Fri, 18 Jul 2025 04:06:03 +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=1752811565; cv=none; b=EFFvAEDK51wDQkc48gU1PjbX71FqCF8+6B5u57V+R98cGFmNrCfNRTrIPyD4XUgXWqYEkQS+AaT9ECdHMK62adU8xvGadqRMyUYanIrnXZAtB2zbyHXHvkiYTPd0WKZQr1d96rYAcGnMGPzrPlrYlm7WCH9JTJBl68Q5sUnEg38= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1752811565; c=relaxed/simple; bh=BjfvmtPwjMlqaKfeI4q6QdW5ghy9FCxzd0z9g70zCCQ=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=QVNSA33mYWfaq0FspexAGHLwuH22hBBo4BWtUDXPbpOrKdsZlYe3y1sxkGqG4YTzq94j6mMl1nufKiefKFp8TXdwP0VdSZUUn2yhWshsEmtkkB8cmmlu7sItzvR60ur/tjoHXObi5QxHW8Z9w2qgbANY7cJMsv/qWziaM34YHO0= 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=WZ8yOXIM; 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="WZ8yOXIM" 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=6LjCw1oPCR/KQL8H+ziqxgvUXxXgjBmT8pLHMk7pa9E=; b=WZ8yOXIM06+U3GUqqqR8RtdnCd +gwi3eoFFAJq9wPtLqsAMLibo6X2ss1ZxcrwsUtJwzzveF1okTbQ9ziKH+8HUNePwj8Za/sTlsPDn 9iLZnGULEzimlpbJ+4fk7f9CcnWhpsdfPB0Z965JMVMOIJ0i+atEYyqimWEnegzNm/CVMurUR6M/s 2RtOTTx3Sgodf5yf+Lt2kT+tzHsFH8fELLnJnGveFm/ckMg/rycL1k+NSmJKAWAWxv7Va8Jlc5V8L 1nxq+HvZlJTgesr96sk1vtRoRRDDAclBCVuVpNtBdLJA7OvP0Q3euGR019M4wlFQr8u71wRW0NBW8 rzkFL+dw==; Received: from mcgrof by bombadil.infradead.org with local (Exim 4.98.2 #2 (Red Hat Linux)) id 1uccMA-0000000Bdtu-3XmK; Fri, 18 Jul 2025 04:05:58 +0000 From: Luis Chamberlain To: Chuck Lever , Daniel Gomez , Viacheslav Dubeyko , kdevops@lists.linux.dev Cc: Luis Chamberlain Subject: [PATCH 3/4] steady-state: remove extra menu Date: Thu, 17 Jul 2025 21:05:55 -0700 Message-ID: <20250718040557.2774976-4-mcgrof@kernel.org> X-Mailer: git-send-email 2.49.0 In-Reply-To: <20250718040557.2774976-1-mcgrof@kernel.org> References: <20250718040557.2774976-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 No need for an extra menu. Signed-off-by: Luis Chamberlain --- workflows/steady_state/Kconfig | 4 ---- 1 file changed, 4 deletions(-) diff --git a/workflows/steady_state/Kconfig b/workflows/steady_state/Kconfig index 5ead7562..24810406 100644 --- a/workflows/steady_state/Kconfig +++ b/workflows/steady_state/Kconfig @@ -1,5 +1,3 @@ -menu "Configure SSD steady state workflow" - config SSD_STEADY_STATE_DEVICE string "Device to pre-condition" output yaml @@ -105,5 +103,3 @@ config SSD_STEADY_STATE_BW_SLOPE_DUR default "2h" help Duration the throughput slope criterion must hold. - -endmenu -- 2.47.2