Skip to content

Commit

Permalink
update comment for future shane and new jenkins workers
Browse files Browse the repository at this point in the history
  • Loading branch information
shaneknapp committed Apr 17, 2019
1 parent 1d14800 commit ba77b41
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dev/run-tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,8 @@ def main():
hadoop_version = os.environ.get("AMPLAB_JENKINS_BUILD_PROFILE", "hadoop2.7")
test_env = "amplab_jenkins"
# add path for Python3 in Jenkins if we're calling from a Jenkins machine
# TODO(sknapp): s/py36/py3k before merging!
# TODO(sknapp): after all builds are ported to the ubuntu workers, change this to be:
# /home/jenkins/anaconda2/envs/py36/bin
os.environ["PATH"] = "/home/anaconda/envs/py36/bin:" + os.environ.get("PATH")
else:
# else we're running locally and can use local settings
Expand Down

0 comments on commit ba77b41

Please sign in to comment.