-
Notifications
You must be signed in to change notification settings - Fork 217
312 regtest online option #9
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
Merged
JensTimmerman
merged 7 commits into
easybuilders:master
from
nudded:312-regtest-online-option
Jul 9, 2012
Merged
312 regtest online option #9
JensTimmerman
merged 7 commits into
easybuilders:master
from
nudded:312-regtest-online-option
Jul 9, 2012
Conversation
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
I'm not sure passing the option.regtest_online everywhere is the best way to go. Might have to make this into a config value (allows for overwriting).
Conflicts: easybuild/build.py easybuild/easybuild_config.py easybuild/framework/application.py
JensTimmerman
pushed a commit
that referenced
this pull request
Jul 9, 2012
adding an online option for the regtest
stdweird
added a commit
that referenced
this pull request
Feb 19, 2013
fix merge conflict with develop
boegel
pushed a commit
that referenced
this pull request
Jul 6, 2014
provide robot path in test_filter_deps unit test
JensTimmerman
pushed a commit
that referenced
this pull request
Feb 18, 2015
fix remarks, add unit tests for easybuild-framework PR#1166
boegel
referenced
this pull request
in boegel/easybuild-framework
Mar 12, 2015
fix regex by including re.M in re.compile
boegel
added a commit
that referenced
this pull request
May 16, 2015
Drop -dynamic and -shared flags in favor of CRAYPE_LINK_TYPE=dynamic
boegel
pushed a commit
that referenced
this pull request
Jul 9, 2015
correct use of job configuration parameters, use them in the gc3pie unit test
boegel
pushed a commit
that referenced
this pull request
Jul 11, 2015
boegel
pushed a commit
that referenced
this pull request
Aug 7, 2015
move enhanced support for dumping easyconfig reformatted to format/one.py
boegel
pushed a commit
that referenced
this pull request
Aug 10, 2016
add tests w.r.t. hiding toolchains (+ minor style fixes)
boegel
pushed a commit
that referenced
this pull request
Aug 21, 2017
clean up implementation for including user-in-group check in Lua modules + more complete test
boegel
pushed a commit
that referenced
this pull request
Jul 6, 2018
…r-module-path flesh out common part of det_user_modpath into _det_user_modpath_common method
boegel
pushed a commit
that referenced
this pull request
Nov 16, 2018
fix tweak_one test + remove duplicate check for forced overwriting of existing file
boegel
pushed a commit
that referenced
this pull request
Sep 30, 2019
enhance test for template_constant_dict to check 'parallel' template value after running 'ready' step
boegel
pushed a commit
that referenced
this pull request
Feb 12, 2025
minor tweak for support for `--module-search-path-headers`
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.
this is branched of the 177 feature branch.
I think passing the regtest_online option is not as nice as it could be. Maybe a config setting would be better? This would also make it easy to override the online regression test on a per-config basis.