automated: linux: torizon: integration: Integration test script refactor#613
Merged
automated: linux: torizon: integration: Integration test script refactor#613
Conversation
647e393 to
4a1240e
Compare
Introduced code for dynamic finding of lava test directory Signed-off-by: Pawel Szymaszek <pawel.szymaszek@linaro.org>
4a1240e to
14068a5
Compare
…ction Use detect_api with case syntax for cleaner approach of finding right architecture for further testing Signed-off-by: Pawel Szymaszek <pawel.szymaszek@linaro.org>
… GECKODRIVER, UV Refactor code for using tagged version of required packages: - spire - uv - geckodriver Signed-off-by: Pawel Szymaszek <pawel.szymaszek@linaro.org>
Replace path repetitions with UTILS_PATH var for cleaner look Signed-off-by: Pawel Szymaszek <pawel.szymaszek@linaro.org>
variable Delete redundant git checkout cmd and fetch selected branch directly with usage of BRANCH_NAME variable Signed-off-by: Pawel Szymaszek <pawel.szymaszek@linaro.org>
14068a5 to
f65dd87
Compare
roxell
approved these changes
Nov 18, 2025
Member
|
The only comment I was going to leave was should use "" on the {} vars. Like the mv, and uv commands. Anything with $. Just to be safe from variable expansions, but only minor. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes are introduced for removing unnecessary repetitions,
setting up tagged dependency versions and using existing functions
for detecting run architecture.