-
Notifications
You must be signed in to change notification settings - Fork 138
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: check source images built on top of Konflux images
STONEBLD-2256 This patch onboards a so-called child component which is built on top of another Konflux image, then check if the built source image includes all the necessary sources propertly. By considering the execution time of the whole test suite, the check runs only for a single component and the child test repository is associated explicitly by hardcoding the name. Major changes: * IsAppSourceFilesExists is updated to check multiple app source archives. * IsPreFetchDependenciesFilesExists checks if prefetched sources are included in the source image. For simplicity, it only checks Python requirements. * Relative code are extracted into separate functions OnboardComponent and WaitForPipelineRunStarts, so that they can be reused for manual onboard to test child component source image build. Signed-off-by: Chenxiong Qi <[email protected]>
- Loading branch information
Showing
6 changed files
with
349 additions
and
100 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,3 +31,4 @@ rp_preproc/ | |
|
||
# Files likely to be created by users | ||
user.env | ||
*.swp |
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.