-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Dependency upgrades and misc fixes and updates (#341)
* Upgraded dependencies and python Signed-off-by: Saurabh Sinha <sinha108@gmail.com> * Updated unit setup Signed-off-by: Saurabh Sinha <sinha108@gmail.com> * Updated unit CI workflow to define matrix for runs on multiple python versions Signed-off-by: Saurabh Sinha <sinha108@gmail.com> * Updated tkltest-ui dependencies * Updated tkltest-ui docker file to install chromedriver Signed-off-by: Saurabh Sinha <sinha108@gmail.com> * Fixed chromedriver install for debian-based image Signed-off-by: Saurabh Sinha <sinha108@gmail.com> * Updated java version for tkltest-unit to 11 Signed-off-by: Saurabh Sinha <sinha108@gmail.com> * updated fail fast for matrix build Signed-off-by: Saurabh Sinha <sinha108@gmail.com> * Updated test assertion on coverage augmentation Signed-off-by: Saurabh Sinha <sinha108@gmail.com> * Updated setup, version, test assertion Signed-off-by: Saurabh Sinha <sinha108@gmail.com> * Fixed handling of case where BB test sequence file is not generated during ctd-amplified test generation Signed-off-by: Saurabh Sinha <sinha108@gmail.com> * Enabled matrix build on python 3.9-3.11 for tkltest-ui; disabled docker test Signed-off-by: Saurabh Sinha <sinha108@gmail.com> * Updated tkltest-ui docker file to python and chrome/chromedriver versions; enabled CI docker tests for tkltest-ui Signed-off-by: Saurabh Sinha <sinha108@gmail.com> * Updated base image and python version in tkltest-ui dockerfile Signed-off-by: Saurabh Sinha <sinha108@gmail.com> * Added step to for freeing up disk space to address tkltest-ui CI "no space left on device" error Signed-off-by: Saurabh Sinha <sinha108@gmail.com> * Updated disk freeup config Signed-off-by: Saurabh Sinha <sinha108@gmail.com> * Cleanup tkltest-ui CI workflow Signed-off-by: Saurabh Sinha <sinha108@gmail.com> * Updated dockerfile for combined tkltest-unit and tkltest-ui image Signed-off-by: Saurabh Sinha <sinha108@gmail.com> --------- Signed-off-by: Saurabh Sinha <sinha108@gmail.com>
- Loading branch information
Showing
14 changed files
with
152 additions
and
93 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
__pycache__/ | ||
*.py[cod] | ||
.python-version | ||
venv/ | ||
venv*/ | ||
*.egg-info/ | ||
|
||
# IDE, log, backup files | ||
|
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
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
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
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 |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = '2.4.4' | ||
__version__ = '2.4.5' |
Oops, something went wrong.