-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WIP] Updates to CI build-test-release pipeline #27
Closed
Conversation
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
a-larkins99
force-pushed
the
jenkins_test
branch
2 times, most recently
from
January 11, 2024 10:31
0d587ae
to
0c9cb69
Compare
a-larkins99
force-pushed
the
jenkins_test
branch
2 times, most recently
from
February 22, 2024 13:55
f26cb15
to
b680d2b
Compare
a-larkins99
force-pushed
the
jenkins_test
branch
from
February 22, 2024 13:59
b680d2b
to
58f0500
Compare
- Add load of required modules - Add conda env creation - Fix incorrect comment syntax - Correct dir of .whl file during archiveArtifacts on Linux
Include conda in Jenkinsfile test step Add MATLAB availability to test stage Remove environment setup from test stage
Adjust powershell conda env activation commands Adjust powershell commands for building and testing
a-larkins99
force-pushed
the
jenkins_test
branch
from
February 22, 2024 16:55
58f0500
to
4c4029c
Compare
Add verbose output to test stage
- Remove manual exit() - Add timeout to linux testing - Remove ||true from linux testing - Change to signal 15 on timeout - Try gcc module in testing - Add numpy manually
- Explicitly set numpy version to install - Change from conda to pip install for linux test stage - Fix pip install options
- Attempt fix of env naming - Add script block - Move script into pipeline - Add script to an environment block - Create fn for conda env naming - Move environment block to stages - Fix variable access syntax
- Adjust path to be fullpath and general pathlib improvement - Account for varying location of __init__.py - Fix path to be relative to file
- Add typing module import - Shorten line lengths
- Remove temp. debug stage - Fix path syntax when setting MATLAB_REG - Update stages to run twine as part of release.py - Fix bug with path when assigning MATLAB_REG - Apply path fix to MATLAB_EXE assignment - Fix issue newline syntax - Adjust Get-ItemProperty syntax - Add file check to installer stage - Update installer dir - Make powershell file testing throw error when file not found - Fix file check for windows - Update file checks for installer - Adjust linux commands to bring inline with powershell - Remove unused ps1 and sh scripts
a-larkins99
force-pushed
the
jenkins_test
branch
from
February 23, 2024 10:04
4c4029c
to
c560d39
Compare
a-larkins99
force-pushed
the
jenkins_test
branch
from
February 23, 2024 14:52
2e354be
to
b4e136c
Compare
Remove release parameter dependent condition
a-larkins99
force-pushed
the
jenkins_test
branch
from
February 23, 2024 15:11
24fd28c
to
fa17fb1
Compare
a-larkins99
changed the title
[WIP] Jenkins test
[WIP] Updates to CI build-test-release pipeline
Feb 26, 2024
a-larkins99
added
enhancement
New feature or request
and removed
enhancement
New feature or request
labels
Feb 26, 2024
- Update version list creation to use list comprehension - Update mlPath assignment to use walrus - Remove unecessary list creation during RuntimeError missing version reporting - Remove unecessary \ at line end and unused import - Update list comprehension - Update subprocess.run command to use text mode - Add whitespace - Disable Brille test - Update regex search
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.
In progress pr for Jenkinsfile changes.
Jenkinsfile changes:
Github actions workflow changes:
Misc file changes:
Notes: