-
Notifications
You must be signed in to change notification settings - Fork 12
Remove references to s1053, use installdir instead #80
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
Conversation
rheacangeo
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
awesome, thanks for consolidating all those variables
.jenkins/install_virtualenv.sh
Outdated
| # check a virtualenv path has been provided | ||
| test -n "$1" || exitError 1001 ${virtualenv_path} "must pass an argument" | ||
| wheel_dir=/project/s1053/install/wheeldir | ||
| wheel_dir=${installdir}/wheeldir |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this might not be set if machineEnvironment is not run?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you might need a . ${BUILDENV_DIR}/machineEnvironment.sh in this script
|
Launched performance plan https://jenkins.ginko.ch/job/pace-fv3core-performance-test-PR/19/ |
|
Performance plan passed. Merging. |
* Fix to get notebooks working in docker --------- Co-authored-by: Frank Malatino <[email protected]>
Purpose
This PR restores the "installdir" environment variable to machineEnvironment.sh in buildenv, and makes more consistent use of it inside our tests which make use of buildenv.
Depends on buildenv PR ai2cm/buildenv#33, ai2cm/buildenv#34.
Infrastructure changes:
/project/s1053/installon daint/project/s1053are removedChecklist
Before submitting this PR, please make sure:
Additionally, if this PR contains code authored by new contributors: