BUG: Fix CircleCI command to upload test results#33
Closed
blowekamp wants to merge 1 commit into
Closed
Conversation
The store_test_results command specifies a path to upload at that time, so the step must occur after the juint tests formatter is run. Change-Id: Idaaf68c9213981c8babcb21319d957d6075a491a
Member
Author
|
Made gerrit pull request: |
ihnorton
pushed a commit
to ihnorton/ITK
that referenced
this pull request
Mar 2, 2018
Francois Budin (4):
BUG: Remove CMAKE_INSTALL_PREFIX from install directory
ENH: Improve usage of JAVA_HOME and SCIFIO_PATH environment variables
ENH: Uses https instead of http to download jre and *.jars
ENH: Remove extra slash (or backslash) in paths to facilitate concatenation
Matt McCormick (3):
Merge pull request InsightSoftwareConsortium#31 from fbudin69500/remove_CMAKE_INSTALL_PREFIX
Merge pull request InsightSoftwareConsortium#32 from fbudin69500/ENH_Uses_https_to_download_jre_and_jars
Merge pull request InsightSoftwareConsortium#33 from fbudin69500/Improve_Path_handling
Change-Id: I407603553947c5c88e0c29b6db4f3990217b6936
2 tasks
hjmjohnson
pushed a commit
to hjmjohnson/ITK
that referenced
this pull request
Apr 19, 2026
Test padding methods for OMC data
hjmjohnson
pushed a commit
to hjmjohnson/ITK
that referenced
this pull request
Apr 19, 2026
ENH: Update CI for Python 3.9
hjmjohnson
pushed a commit
to hjmjohnson/ITK
that referenced
this pull request
Apr 19, 2026
ENH: Bump for ITK Python v5.2.0.post2
hjmjohnson
pushed a commit
to hjmjohnson/ITK
that referenced
this pull request
Apr 19, 2026
…adgesToREADME ENH: Add relevant badges to `README` file
hjmjohnson
pushed a commit
to hjmjohnson/ITK
that referenced
this pull request
Apr 19, 2026
ENH: Python package depends on ITK 5
hjmjohnson
pushed a commit
that referenced
this pull request
Apr 25, 2026
Test padding methods for OMC data
hjmjohnson
pushed a commit
that referenced
this pull request
May 5, 2026
Closes #33. Closes #41. The error messages were: itkSplitComponentsImageFilter: warning(4): ITK type not wrapped, or currently not known: itk::ImageToImageFilter< itk::Image< itk::Vector< double, 2 >, 2 >, itk::Image< double, 2 > > itkSplitComponentsImageFilter: warning(4): ITK type not wrapped, or currently not known: itk::ImageToImageFilter< itk::Image< itk::Vector< double, 3 >, 3 >, itk::Image< double, 3 > > itkSplitComponentsImageFilter: warning(4): ITK type not wrapped, or currently not known: itk::ImageToImageFilter< itk::Image< itk::Vector< double, 4 >, 4 >, itk::Image< double, 4 > >
hjmjohnson
pushed a commit
to hjmjohnson/ITK
that referenced
this pull request
May 6, 2026
Francois Budin (4):
BUG: Remove CMAKE_INSTALL_PREFIX from install directory
ENH: Improve usage of JAVA_HOME and SCIFIO_PATH environment variables
ENH: Uses https instead of http to download jre and *.jars
ENH: Remove extra slash (or backslash) in paths to facilitate concatenation
Matt McCormick (3):
Merge pull request InsightSoftwareConsortium#31 from fbudin69500/remove_CMAKE_INSTALL_PREFIX
Merge pull request InsightSoftwareConsortium#32 from fbudin69500/ENH_Uses_https_to_download_jre_and_jars
Merge pull request InsightSoftwareConsortium#33 from fbudin69500/Improve_Path_handling
Change-Id: I407603553947c5c88e0c29b6db4f3990217b6936
hjmjohnson
pushed a commit
to hjmjohnson/ITK
that referenced
this pull request
May 6, 2026
Test padding methods for OMC data
hjmjohnson
pushed a commit
to hjmjohnson/ITK
that referenced
this pull request
May 12, 2026
Francois Budin (4):
BUG: Remove CMAKE_INSTALL_PREFIX from install directory
ENH: Improve usage of JAVA_HOME and SCIFIO_PATH environment variables
ENH: Uses https instead of http to download jre and *.jars
ENH: Remove extra slash (or backslash) in paths to facilitate concatenation
Matt McCormick (3):
Merge pull request InsightSoftwareConsortium#31 from fbudin69500/remove_CMAKE_INSTALL_PREFIX
Merge pull request InsightSoftwareConsortium#32 from fbudin69500/ENH_Uses_https_to_download_jre_and_jars
Merge pull request InsightSoftwareConsortium#33 from fbudin69500/Improve_Path_handling
Change-Id: I407603553947c5c88e0c29b6db4f3990217b6936
hjmjohnson
pushed a commit
to hjmjohnson/ITK
that referenced
this pull request
May 12, 2026
Test padding methods for OMC data
hjmjohnson
pushed a commit
to hjmjohnson/ITK
that referenced
this pull request
May 12, 2026
…twareConsortium/modernize-cmake-it k-module-add-library ENH: Modernize CMake to use itk_module_add_library
hjmjohnson
pushed a commit
to hjmjohnson/ITK
that referenced
this pull request
May 14, 2026
…/IncreaseExpandWithZerosImageFilte rCoverage ENH: Increase itk::ExpandWithZerosImageFilter class coverage.
hjmjohnson
pushed a commit
to hjmjohnson/ITK
that referenced
this pull request
May 14, 2026
…/IncreaseExpandWithZerosImageFilte rCoverage ENH: Increase itk::ExpandWithZerosImageFilter class coverage.
hjmjohnson
pushed a commit
that referenced
this pull request
May 19, 2026
ENH: Python package depends on ITK 5
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.
The store_test_results command specifies a path to upload at that
time, so the step must occur after the juint tests formatter is run.
Change-Id: Idaaf68c9213981c8babcb21319d957d6075a491a