summaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@linux.dev>2023-02-08 23:24:14 -0500
committerKent Overstreet <kent.overstreet@linux.dev>2023-02-09 00:59:55 -0500
commit610e0b33c14d8216dc56f9625624ccad8dd4058b (patch)
tree623791345877238b75a031b25e266c04197b3d49 /ci
parentf212ca7ac70982d6a006783a99a4b356feaf550d (diff)
build-test-kernel: Add -p for precise
This adds a new build-test-kernel flag, which doesn't keep the existing kernel .config - ensuring that we test with the precise kernel config options the test specifies. Also, the CI is updated to use it. Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Diffstat (limited to 'ci')
-rw-r--r--ci/_test-git-branch.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/_test-git-branch.sh b/ci/_test-git-branch.sh
index 273add4..8f4b8a6 100644
--- a/ci/_test-git-branch.sh
+++ b/ci/_test-git-branch.sh
@@ -115,7 +115,7 @@ while (( ${#SUBTESTS[@]} )); do
$KTEST_DIR/lib/supervisor -T 1200 -f "$FULL_LOG" -S -F \
-b $TEST_NAME -o ktest-out/out \
- -- build-test-kernel run $TEST_PATH ${SUBTESTS[@]} > /dev/null &
+ -- build-test-kernel run -P $TEST_PATH ${SUBTESTS[@]} > /dev/null &
wait
SUBTESTS_REMAINING=()