From bb9c85548aa94098ca3d8c4ccba69d0df7d7d6de Mon Sep 17 00:00:00 2001 From: Stewart X Addison Date: Wed, 15 Jan 2025 17:54:08 +0000 Subject: [PATCH] doc: update FAQ.md to include smoke test reproduction Signed-off-by: Stewart X Addison --- FAQ.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 6529c738bf..4f9958db8a 100644 --- a/FAQ.md +++ b/FAQ.md @@ -244,7 +244,23 @@ things regarding the information in this table: (For the last one, that makes use of the system.custom target added via [this PR](https://github.com/AdoptOpenJDK/openjdk-tests/pull/2234)) -## Running The SSL Test Suites +### Notes for the Smoke Tests + +The smoke tests (which run after the build, but *before* the main AQA jobs) +need some special configuration and deviate from what is listed above +because they come from a non-default repository (temurin-build). To run +those you will need to run `extended.functional` but including the the +following parameters to `get.sh`: + +``` +./get.sh --vendor_repos https://github.com/adoptium/temurin-build \ + --vendor_branches master --vendor_dirs /test/functional +cd TKG +make compile +make _extended.functional +``` + +### Running The SSL Test Suites
Quick Guide To Running The SSL Test Suites